@charset "UTF-8";
/* CSS Document */

/* colors can be modified throughout if necessary */
/* do not modify sizing, padding or float */
body{
	background-color:#EEE;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a:link {
	color:#1b447a;
}
a:hover{
	color:#517093;
}
a:visited{
	color:#333333;
}

#menu{
	float:left;
	width:960px;
	border:0;
}

#mainBody{
	float:left;
	border: 1px solid #CCC;
	border-top:0;
	margin-left:-1px;
	background-color:#FFF;
}

#sidebar{
	width:212px;
	float:left;
	padding:5px;
	background-color:#E5ECF2;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#sidebar p{
	line-height:16px;
	border-bottom:1px solid #FFF;
	text-decoration:none;
}

#sidebar a:link{
	text-decoration:none;
	color:#000;
}

#sidebar a:active{
	text-decoration:none;
	color:#777;
}

#sidebar a:hover{
	text-decoration:underline;
	color:#517093;
}

#sidebar a:visited{
	text-decoration:none;
	color:#777;
}

#siteContent{
	width:710px;
	float:left;
	padding-left:5px;
	padding-right:9px;
	margin-left:10px;
}

#siteContent .navigate{
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

#siteContent .navigate a:hover{
	background-color:#EEE;
	padding:10px;
}

#siteContent .navigateLeft{
	width:50%;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
}

#siteContent .navigateRight{
	width:50%;
	float:right;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
}

#siteContent h1,h2{
	text-align:center;
}

#siteContent .photoCenter p{
	text-align:center;
	max-width:710px;
	height:auto;
	font-size:11px;
	font-weight:normal;
}

#siteContent .photoCenter .captionLeft{
	text-align:left;
}

#siteContent .photoLeft{
	max-width:250px;
	height:auto;
	float:left;
	text-align:left;
	padding:5px 5px 5px 0;
	font-size:11px;
	font-weight:normal;
}

#siteContent .photoLeft img{
	max-width:250px;
	height:auto;
}

#siteContent .photoRight{
	max-width:250px;
	height:auto;
	float:right;
	text-align:right;
	padding:5px 0 5px 5px;
	font-size:11px;
	font-weight:normal;
}

#siteContent .photoRight img{
	max-width:250px;
	height:auto;
}

#siteContent .printFriendly{
	width:100%;
	height:auto;
	text-align:right;
	padding:0 0 3px 3px;
}

#fieldNotes{
	float:right;
	width:300px;
	padding:23px;
}

/* DO NOT MODIFY */
#siteFooter{
	background-color:#FFF;
	width:940px;
	float:left;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#lastUpdated{
	background-color:#EEE;
	width:940px;
	float:left;
	font-size:11px;
	padding-top:7px;
}

#serviceFooter{
	background-color:#EEE;
	width:940px;
	float:left;
	font-size:11px;
	padding-top:5px;
}

#mainBody table{
	display:none;
}