@charset "utf-8";
a:link {
	color: #3A4A8D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A4A8D;
}
a:hover {
	text-decoration: underline;
	color: #A3B2CC;
}
a:active {
	text-decoration: none;
	color: #3A4A8D;
}
body { margin: 0px; font-family:Arial, Helvetica, sans-serif;}
h2,h3,h4,h5,h6,img {margin:0; padding:0; border:none;}
h1 {
	margin: 0px;
	border:none;
	padding-bottom:5px;
	border-bottom: 3px solid #C4102F;
	font-weight:bold;
	font-size:1.1em;
	color:#004a8d;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 1em;
	color: #990000;
}
li {
	font-size:.8em;	
	line-height:1.6em;
}
p {	
	font-size:.8em;	
	line-height:1.6em;
}
/* --------------------------------------------------ID STYLES START----------------------------------------------------*/
#contentArea {
	width:393px;
	/*height:342px;*/
	background-image:url(../images/layout/back_lines.gif);
	float:left;
}
#contentBox {
	background-color:#FFFFFF;
	margin:15px;
	padding:10px
}
#contentBox ul {
	margin-left:20px;
	margin-bottom:10px;
}
#contentMain {
	clear:both;
	margin-top: 0px;
	padding: 10px;
}
#header {
	height:170px;
	margin: 0px;
}
#featured {
	width:544px;
	background-color:#B8D0DC;
	float:left;
	padding: 25px 20px 25px 20px;
}
#featuredSmall {
	width:353px;
	height:153px;
	background-color:#B8D0DC;
	float:right;
	padding: 25px 20px 25px 20px;
}
#footer {
	clear:both;
	background-color:#B8D0DC;
	color:#004B8D;
	height:35px;
	padding:10px;
	margin-bottom:20px;
}
#footer p{ 
	font-weight:bold; 
	font-size:.8em; 
	text-align:center;
}
#mainMenu {
	height:117px;
	background-image:url(../images/menu/background.jpg);
	margin: 0px;
}
#quickstart {
	width:574px;
	float:right;
	padding: 25px 0px 25px 10px;
}
#quickstart img { float: right;	top: 10px;}

#quickstart .quickStartmenu {
	float: left;
	width: 333px;
	font-size: 0.9em;
}
#quickstart .quickStartmenu a {
	font-weight: bold;
	text-decoration: none;
}
#quickstart .quickStartmenu a:hover {
	text-decoration: underline;
}
#quickstart .quickStartmenu ul{
	margin:30px 0;
	padding:0;
}
#quickstart .quickStartmenu li {
	float:left;
	list-style-type: disc;
	list-style-position: inside;
	width:auto;
	padding-right: 4px;
}
#rightColumn {
	width:544px;
	float:left;
	padding: 25px 20px 25px 20px;
}

#summaryArea {
	width:544px;
	height:183px;
	float:left;
	padding: 25px 20px 25px 20px;
}
#wrapper {
	width:977px; margin:auto;
}
#wrapper #contentArea #contentBox h3 {
	font-size: .8em;
}
#wrapper #contentMain th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	background-color: #C3D9FF;
}

/*-------------------------------------------------------------CLASS STYLES START-------------------------------------------------*/

.aqua{
	color:#699BB5
}
.bio {
	margin: 5px;
	float: right;
	width: 50px;
}
.bioBoxSpacingL {
	float:left;
	Width:150px;
	height:480px;
}
.bioBoxSpacingR {
	float:right;
	Width:150px;
	height:480px;
}
.bioBoxL {
	width:280px;
	height: 440px;
	float:left;
	padding:18px;
	text-align: left;
}
.bioBox {
	width:280px;
	height: 440px;
	float:left;
	padding:18px;
	text-align: left;
}
.bioBoxR {
	width:280px;
	height: 440px;
	padding:18px;
	text-align: left;
	float:right;
}
.blue{
	color:#014B8D
}
.calendar ul {
	padding:0;
	margin-left: 8px;
}
.centeredPhoto {
	text-align: center;
	padding-left: 60px;
}
.centeredText {
	text-align: center;
}
.days {
	background-color:#E8EEF7;
}
.imgPeople {
	margin: 4px;
	float: left;
	width: 160px;
}
.photoThumbnail {
	width:170px;
	padding:5px;
	float:left;
}
.photoThumbnail h3 {
	padding:5px 0; 
	margin:0; 
	font-size:.9em;
	font-weight: normal;
	color:#000066; 
	text-align:center;
}
.photoThumbnail img {
	border:none;
}
.red {
	color:#C6112E
}
.whiteLinks {
}
.whiteLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1px;
}
.whiteLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}