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

html {
margin:0 auto;
padding:0;	
	
}

body {
margin:0 auto;
padding:0;
background-image:url(images/html_bg.png);
background-repeat:repeat-x;
background-color:#04668f;
}

a {
	color:#99101d;
}

a:hover {
	
}

p {
	font-size:12.5px;
	line-height:19px;
}

#container {
	width:950px;
	padding:0;
	margin:0 auto;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	z-index:500;
	
	
}

h4 {
	color:#99101d;
}

#header {
	width:950px;
	height:277px;
	background-image:url(images/header_bg.png);
	margin:0 auto;
	position:relative;
}

#eblast {
	position:absolute;
	top:0;
	right:300px;
	/*background-image:url(images/enews.png); */
	width:146px;
	height:38px ;
	
}

#nav {
	position:absolute;
	bottom:0px;
	width:920px;
	height:49px;
	left:14px;
	background-image:url(images/nav_bg.png);
	
}



#content {
	background-color:#FFF;
	width:880px;
	margin-left:14px;
	min-height:500px;
	padding:20px;
	border-top:4px solid #972829;
	position:relative;
}

#content p {
	color:#666;
}

#leftcol {
	width:590px;
	float:left;
	padding-right:20px;

}

#rightcol {
	width:250px;
	float:left;
	padding:10px;
	background-color:#F1F8FE;
}

#btm_rnd {
	width:920px;
	height:20px;
	margin-left:14px;
	margin-top:0px;
	background-image:url(images/btm_rnd.png);
}

#footer {
	padding:20px;
	color:#fff !important;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

#footer a {
	color:#FFF !important;
}

#footer a:hover {
	text-decoration:none;
}

.districtlist {
	font-size:12.5px;
}

.districtlist li {
	margin-bottom:13px;
}

table {
	font-size:12.5px;
	color:#666;
}
table input {
	padding:3px;
}

#home_table h2 {
	color:#99101d;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:400;
	border-bottom:1px solid #99101d;
	padding-bottom:8px;
}

h3 {
	margin-bottom:15px;
	border-bottom:1px dashed #333;
	padding-bottom:4px;
	letter-spacing:2px;
	color:#333;
}

#linkbar {
	height:34px;
	background-image:url(images/linkbar.png);
	font-family:Arial, Helvetica, sans-serif;
	
}

#linkbar p {
	  color:#09F; 
	  padding-top:10px;
	  text-align:center;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  
}

#linkbar a {
	color:#FFF !important;
	text-decoration:none;
	padding:0px 10px;
	padding-right:10px;
}
#linkbar a:hover {
	text-decoration:underline;
}

#logo {
	z-index:2000;
	width:222px;
	height:53px;
	background-image:url(images/sm_logo.png);
	position:absolute;
	bottom:8px;
	left:8px;
}

ul.biolist li { font-size:12.5px; color:#666666; margin-bottom:10px; padding-right:20px; }