/* CSS Document */



body {
	background-color: #ffffff;
	text-align:left;
	font-size: 12pt;
	}

/* main container, holds everything */

/* hold header image */
#header {
	display: none;
	}
/* top and bottom nav bars */
#top {
	display: none;
	}
#bottom {
	display:none;
	}

/* middle - main content area, holds side nav bar and actual content */
#middle {
	width: 1000px;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(images/beigebg.jpg);
	background-repeat:repeat-y;
	border-bottom: 1px solid #005DAA;
	border-top: 1px solid #005DAA;
	position: relative;
	top: 8px;
	}
/* side nav bar */
#sidenav {
	display:none;
	float:left;
	width: 207px;
	background-color: #ECE9DF;
	height:auto;
	}
	


/* main content -white area - content changes here on each page */	
#maincontent {
	float:none;
	width: 753px;
	background-color:#FFFFFF;
	height:auto;
	padding:20px;
	}
/* contact page form */
#contactform {
	display: none;
	background-color:#c3d3dd; 
	border:1px solid #544020; 
	padding:10px 10px 10px 10px;
	width: 480px;
	}

/* text on toxins page that is inset */
#insettext {
	padding: 0px 50px 0px 50px;
	}

/* quote box at the bottom of each page */	
#quote {
	display:none;
	width: 1000px;
	height: 56px;
	background-image:url(images/quote.jpg);
	background-repeat: no-repeat;
	background-color: none;
	position:relative;
	top: 16px;
	}
/* contact info at the bottom of each page */

#contact {
	position:relative;
	top:32px;
	text-align:center;
	margin-bottom: 40px;
	}
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;	
	color: #000000;
	}

#contact p.caps {
	text-transform:uppercase;
	font-size: 14pt;
	}
#contact p a {
	color: #000000;
	}
#contact p a:hover {
	text-decoration:none;
	}
/* text styles */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	margin: 9px 20px 9px 20px;
	font-weight: normal;
	line-height: 1.2em;
	}

h1{
	font-weight:bold;
	color:#003366;
	text-align:center;
	font-size:18pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 6px 0px;
}
h2{
	font-weight:bold;
	color:#544020;
	text-align:left;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 6px 0px;
}
h3{
	font-weight:bold;
	color:#544020;
	text-align:left;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 6px 0px;
}
h4 {
	font-weight:bold;
	color:#356A96;
	text-align:center;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
h5 {
	display:block;
	background-color:none; 
	border:1px solid #544020; 
	padding:10px 10px 10px 10px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
#insettext h2 {
	font-weight:bold;
	color:#356A96;
	text-align:left;
	font-size:14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 6px 0px;
	}
	
.required {
	font-size: 9pt;
	}

ul.bullets{
	list-style-position: outside;
	list-style-type:disc;
	margin-left: 40px;
	}
ul.bullets li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	margin: 9px 20px 9px 20px;
	font-weight: normal;
	line-height: 1.2em;
	}
ol {
	list-style-type:upper-alpha;
	list-style-position:outside;
	margin-left: 40px;
	}
ol li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	margin: 9px 20px 9px 20px;
	font-weight: normal;
	line-height: 1.2em;
	}
ol.numbers {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left: 40px;
	}
ol.numbers li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	margin: 9px 20px 9px 20px;
	font-weight: normal;
	line-height: 1.2em;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#maincontent a:link:after, #maincontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
