﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50;
	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;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:5 5 5 50px;  /* margin: auto;the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* links colors in text*/
a:link, a:visited {color:#000; text-decoration:underline; }
a:hover {font-weight:bold; }

#header { 
/*	background-color:#cc9900; dark gold in swoosh */
	background-color:#003366;	/*dark blue*/
	color:white;
	height:110px; } 

.headerimage {
	padding-left:10px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:10px;
	float:left;}
	
.headertext {
/*	font-weight:bold; */
	margin-top:30px;
	text-align:center;}
		
#mainnav {
	text-align:center;
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003366;
	padding-bottom:5px;}

/* navbarlink settings*/
a.navbarlink {margin-left:5px; margin-right:5px;} /* for spaces in nav bar */
a.navbarlink:link{ color:#fff; text-decoration:none; }
a.navbarlink:visited { color:#fff; text-decoration:none; }
a.navbarlink:hover {color:#cc9900; font-weight:normal; }	

a.TabbedPanelsContent:link{ color:#000; text-decoration:none; }
a.TabbedPanelsContent:visited { color:#000; text-decoration:none; }
a.TabbedPanelsContent:hover {font-weight:bold; color:#cc9900; }	


#maincontent  {
	margin-top:20px;}

.maintext {
	padding-top:0px;
	padding-left:30px;
	padding-bottom:0px;
	padding-right:20px; }
	
/*#table {
	table-layout:fixed;
	padding:10px 0px;} */

 .tabletext {
	text-align:center;
	font-size:inherit;
	font-family:Arial, Helvetica, sans-serif; }
	
.bioimage {
	padding:10px 10px 5px 0px;
	float:left;}
	
.fltrt { /* Used on 'tests' page. */
	float: right;
	padding: 8px; 0px; 10px; 10px;}
	
.fltlft { /* Used on 'tests' page */
	float: left;
	margin:10px; 10px; 10px; 0;}	

#footer {
	text-align:center;
	background:#003366;
	color:white;
	font-size:small; } 

/* .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;
} */

h1	{font-weight:bold; 
	font-style:italic;
	color:#99333;
	font-size:x-large; }
	
h2	/* page headings */
	{font-family:Arial;
	text-transform:capitalize;
	padding-top:10px;
	font-weight:bold;
	line-height:16pt;
	font-style:normal;
	font-variant:normal;
	font-size:20pt;
	text-align:center;}
	
h3	/*secondary, centered headings */
	{font-family:Arial;
	font-size:16pt;
	text-transform:capitalize;
	padding-top:10px;
	font-weight:normal;
	text-align:center;}
	
h4	/*secondary, center, bold */
	{font-family:Arial;
	font-size:16pt;
	text-align:center;
	font-weight:bold;
	margin:0px;}
	
h5	/*secondary, center, bold */
	{font-family:Arial;
	font-size:16pt;
	text-align:left;
	font-weight:bold;
	margin:0px;}	