@charset "UTF-8";
body {
	background-color: #D5D4DA;
	margin: 0pt;
	padding: 0pt;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.structure #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
} 

.structure #logobox {
	background: #FFFFFF;
	height: 116px;
	width: 200px;
	float: left;
	padding-bottom: 0px;
} 

.structure #header {
	width: 670px;
	margin-left: 200px;
	height: 21px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 85px;
	padding-right: 30px;
	padding-bottom: 10px;
} 

.structure #main {
	float: left;
	height: 450px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/home_mainnew.jpg) ;
	background-repeat: no-repeat;
}

.structure #circlenav {
	background: #FFFFFF;
	float: left;
	width: 900px;
	height: 192px;
}

.structure #footer {
	float: left;
	width: 870px;
	height: 40px;
	padding-right: 30px;
	background-color: #FFFFFF;
}
.structure  #sidebar {
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border-left-width: 57px;
	border-top-width: 100px;
}

.structure #insidecirclenav {
	height: 125px;
	width: 900px;
}

.structure #insideaboutmain {
	height: 500px;
	width: 900px;
}

.structure #mainContent {
	margin: 0px 0px 0px 290px;
	padding: 0px 10px;
	width: 555px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 7px;
}  

.structure #greenbarindex {
	height: 4px;
	width: 900px;
	background-position: center;
	clear: both;
}

.structure #mainContentnoheader {
	margin: 0px 0px 0px 290px;
	padding: 0px 10px;
	width: 555px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
} 

.structure #greenbar {
	height: 4px;
	width: 900px;
	background-position: center;
}

.structure #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-top: 0px;
	top: auto;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.structure #biophotos {
	float:left;
	width: 150px;
	height: 200px;
	margin-right: 15px;
	margin-top: 20px;
	border: 1pt;
	border-color:#666666;
}