@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003769;
}
#container  {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-left: 0px;
	height: auto;
	vertical-align: top;
	background-color: #FFFFFF;
	background-position: left;
	left: 0px;
	border-right-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: ridge;
	text-decoration: none;
} 
#header  {
	background-color: #19407A;
	height: 80px;
	top: auto;
	right: 200px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-color: #AE5700;
	border-right-color: #CCCCCC;
	border-bottom-color: #006600;
	border-left-color: #CCCCCC;
} 
#image {
	background-color: #2F5482;
	padding: 0px;
	overflow: hidden;
	float: right;
	height: 80px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#labname {
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	color: #FFFFFF;
	float: left;
	background-position: center;
	text-align: center;
}
#top {
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #AE5700;
	padding-bottom: 10px;
	height: 10px;
}
#mainContent     {
	zoom: 1;
	padding: 10px;
	margin-left: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004E92;
	font-size: 125%;
	background: #FFF;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 25px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
	clear: right;
}

#sidebar1 h4 {
	font-size: 90%;
}
#sidebar1 ul {
	color: #757575;
	font-size: 12px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	font-size: 12px;
	color: #004E92;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
#sidebar2 h3 {
	font-size: 0.8em;
	color: #004E92;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 a {
	text-decoration: none;
	color: #666666;
}
#sidebar2 p {
	font-size: .8em;
}
#contacts {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top: 50px;
}
#contacts p {
	font-size: 12px;
	color: #666666;
}
#navbar {
	background-color: #005900;
	height: 30px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #000000;
}
#navbar  ul {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-size: 1.25em;
}
#navbar ul li {
	display: inline;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navbar li a:hover {
	color: #CC6600;
	text-decoration: none;
}
#navbar a:link, #navbar a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#figcontent {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: center;
	font-size: 0.9em;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#figcontent div p {
	text-align: left;
}
#fig_top {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #D17315;
	height: 15px;
}
#fig_labname {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #004E92;
	text-align: left;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	color: #D17315;
}
h6 {
	color: #CC6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
h6  a:link, h6 a:visited {
	color: #CC6600;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#listpeople {
	font-size: 14px;
	color: #006600;
}
#listpeople li {
	color: #333333;
}
#listpeople li a:link, #listpeople li a:visited {
	color: #006600;
	text-decoration: none;
}
#fig_labname a {
	color: #FFFFFF;
	text-decoration: none;
}
#figcontent p {
	padding-left: 20px;
}

.small {
	font-size: 0.9em;
	height: 50px;
	padding-top: -20px;
	margin-top: -15px;
}

table a {
	text-decoration: none;
}

h5 {
	color: #666;
	font-size: 100%;
}

#mainContent p a {
	color: #065294;
	text-decoration: none;
}

#container #top a {
	text-decoration: none;
	color: #FFF;
}
