﻿/* Reset */
html, body, div, span, object, iframe, h1, h2, 
h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img 
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:1em;font-family:inherit;vertical-align:baseline; font-weight:normal}
a img {border:none;}
a{outline:0;}
html{font-size:100%;}

/* CSS layout */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:center;
	background:#545454;
	color:black;
}
p{
	line-height:1.25em;
}
#page_content li{
	line-height:1.5em;
}
#container{
	margin:auto;
	width:800px;
	background:white;
}
#container_float{
	float:left;
	width:100%;
	background:white;
}
#masthead {
	width:100%;
	float:left;
	margin:0;
}
#border{
	height:1em;
	background:#009999;
}
#company h1{
	font-size:2em;
	padding-top:1em;
}
#company{
	float:left;
	width:22%;
	display:inline;
}
#images{
	float:right;
	width:78%;
	display:inline;
}
#images img{
	float:right;
	margin-left:3%;
	display:inline;
}

#top {
	background:#009999;
	clear:both;
	text-align:center;
	color:white;
	line-height:2em;
	font-size:1.25em;
	float:left;
	width:100%;
}



#main_text{
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	float:left;
	
}
#main_text2{
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	background:#006666;
}
#page_content{
	text-align:left; 
	width:58%;
	float:left;
	display:inline;
	background:white;
	padding:.5em 1% .5em 1%;
}
#page_content dl{
	float:left; width:45%; padding:2.5% 5% 2.5% 0; display:inline;`
}
#page_content dt{
	text-align:center; padding-top:1em; font-size:.9em;
}

#page_content h1{
	text-align:center; 
	padding:.25em 0 0em 0;
	color:#000099;
}
#page_content h2{
	font-size:1.15em;
}
#head_main {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p,li{
	padding:0;
	line-height:1.25em;
}
p{
	margin:0 0 .5em 0;
}	


h1{
	font-size:1.5em;
	color:#000066;	
}
h2{

	font-size:1.25em;
	line-height:1.25em;
	font-weight:bold;
	color:#000066;
	text-indent:0;
	margin:.5em 0 .25em 0;
}
h3{
	font-size:11px;
	color:#66cc99;
	font-weight:normal;
}
h4, h4 a{
	font-weight:bold;
	color:#000066;
	text-indent:0;
}
h4 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:.5em;
}

#footer{
	background:silver;	
	background:#666666;
	background:#669999;
	width:98%; float:left;
	padding:5px 1% 5px 1%;
	clear:both;
	text-align:left;
}
h5{
	font-size:.8em;	
}
h5, h5 a{
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}

#left {
	width:17.5%;
	float:left;
	padding:2% .5% 2% 2%;
	display:inline;
	font-size:1.2em;
	line-height:2em;

}
#left ul{
	list-style:none;
	text-align:left;

}
#navlist a {
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}
#navlist a:hover {
	color:white;
}
#navlist li{
	padding:.125em 0 .125em 0;
	line-height:1.25em;
}

#right{
	float:right; 
	width:16%;
	display:inline;
	padding:2%;
	font-size:.9em;

}
.center{
	text-align:center;
}
.navy{
	color:#000066;
}