@charset "UTF-8";
/* CSS Document */
.sidebartitle {
	font-family: 'Francois One', sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	color:#b1cae0;
	text-transform:uppercase;
}
#sidebar {
	border-left:3px solid #ccc;
}
#sidebarlink a:link {
	color:#690;
	text-decoration: none;
	font-size:9px;
	padding-left:3px;
	padding-right:3px;
	text-align:right;
}
#sidebarlink a:visited {
	color:#690;
	text-decoration: none;
	}
#sidebarlink a:hover {
	color:#690;
	text-decoration: underline;
	}
#sidebarlink a:active {
	color:#690;
	text-decoration: none;
	}
#members {
	border-bottom:3px dotted #ccc;
}
#publications {
	border-bottom:3px dotted #ccc;
	height:75px;
}
#jobpostings {
	border-bottom:3px dotted #ccc;
	height:75px;
}
#coupons {
	height:75px;
}

