@charset "utf-8";
body {
	margin: -10px 0 0 -10px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	/*color: #818285;*/
	color: #5f6063;
	background-color: #676767;
	line-height: 22px;
}
html body{
	margin:0;
	padding:0;
}
td{
	vertical-align: top;
}
a{
	text-decoration: none;
	color: #3E7B98;
}
a:hover{
	text-decoration: underline;
}
p{
	margin-top: 0px;
}
li{
	margin-bottom: 8px;
}
hr{
	color: #8DB2B8;
}
h3{
	color: #3E7B98;
	margin:10px 0 0px 20px;
}
#menuContainer{
	position: relative;
}
#tabDisplay{
	z-index: 10;
	position: absolute;
	top: 0px;
}
#contentTable{
	background-color: #F9F1BB;
	border-collapse: collapse;
}
#address{
	background-color: #FEFCF1;
	border-color: #8DB0AC;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right: none;
}
#centralArea{
	background-color: #F8F4D2;
	border-color: #8DB0AC;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top: none;
	border-bottom: none;
}
#mainContent{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 8px;
	width: 503px;
}
#mainContent p{
	padding-left: 20px;
	padding-right: 12px;
}
#mainContent table{
	margin-left: 17px;
	margin-right: 9px;
}
#mainContent img{
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
}
 #mainContent .leftImage{
	float:left;
	margin:0px 20px;
}
#leftMenuHolder{
	padding-left: 7px;
}
#leftMenu a{
	margin-left: 12px;
	color: #1D6896;
	font-family: "Times New Roman", Times, serif;
}
#leftcol{
	background-image: url(../images/shadow_l.jpg);
	background-repeat: repeat-y;
}
#rightcol{
	background-image: url(../images/shadow_r.jpg);
	background-repeat: repeat-y;
}
#bottom{
	background-image: url(../images/shadow_b.jpg);
	background-repeat: repeat-x;
}
#copy{
	color: #F8F4D2;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}
#copy a{
	color: #f8f4d2;
	text-decoration: none;
}
#copy a:hover{
	text-decoration: underline;
}
.leftColText{
	/*border-color:#8DB0AC;*/
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	/*background-color:#F8F4D2;*/
	background-color:#427E9A;
	color:#fff;
	padding:8px;
	margin: 0 5px 0px 0px;
	font-size:12px;
	line-height:18px;
}
.blueBold, .title{
	color: #3E7B98;
	font-weight: bold;
}
.title{
	font-size: 20px;
	margin-bottom: 8px;
}
.sublink{
	font-size: 12px;
}
.btt{
	text-align: right;
	margin-top: -10px;
}
.btt a{
	font-style: italic;
	font-size: 11px;
}
.resourceLink, .mapLink{
	font-weight: bold;
}
.mapLink{
	font-style: italic;
}
.mailLink{
	color: #5f6063;
	font-weight: bold;
	font-style: italic;
}
.highlighted{
	background-color:#fff;
	border-color:#3E7B98;
	border-width:1px;
	border-style:solid;
	margin:0px 5px 20px 20px;
	padding:15px;
}
.withShadow{
	background-image:url(../images/bgshadow.jpg);
}
.withShadowOver{
	background-image:url(../images/bgshadow_2.jpg) !important;
}
