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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	background-image: url(../images/bkg.jpg);
}

a {
	color: #0069aa;
	text-decoration: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: underline;
}

#topline { width: 100%; height: 4px; position: absolute; top: 66px; left: 0; background-color: #002663 }


#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 1073px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/contentbkg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}

#content{
	width: 1073px;
	padding-top: 100px;
	overflow: visible;
}

#banner{
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 338px;
	margin-bottom: 70px;
}

#menu{
	width: 260px;
	float: right;
	margin-right: 41px;
	margin-top: 5px;
}

#menu p{
	background-image: url(../images/menubullet.png);
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #455478;
	padding-left: 35px;
	padding-bottom: 13px;
	padding-top: 5px;
	background-repeat: no-repeat;
}

#menu a{
	color:#a4aed2;
	}
	
	
#bioblock2010 {
	background-image: url(../images/2010bkg.png);
	background-repeat: no-repeat;
	width: 910px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 100px;
	margin-left: 31px;
	clear: both;
}

#bioblock2007 {
	background-image: url(../images/2007bkg.png);
	background-repeat: no-repeat;
	width: 910px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 100px;
	margin-left: 31px;
	clear: both;
}

#bioblock1978 {
	background-image: url(../images/1978bkg.png);
	background-repeat: no-repeat;
	width: 910px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 100px;
	margin-left: 31px;
	clear: both;
}

.biocopy {
	width: 860px;
	margin-bottom: 10px;
}

.biocopy img {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.biocopy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #45473a;
	font-weight: normal;
}

.biocopy p {
	font-size: 16px;
	color: #45473a;
}

.biolinksbox{
	width: 860px;
	background-color: #ded4ac;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imgcol{
	width: 193px;
	padding-right: 10px;
	float:left;
}
	
.imgcol img {
	margin-bottom: 5px;
}

.imgcol h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #45473a;
	font-weight: normal;
}

.biocopy p {
	font-size: 14px;
}

.clearfloat{
	clear: both;
	}
	
	



