html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, strong, ol, ul, li,
fieldset, form, label, legend
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100.01%; /*opera*/
font-family: inherit;
vertical-align: baseline;
}
a:focus, a:active {outline:none}

ol, ul {
list-style: none;
}
a img, img {
	border: 0;
	margin: 0; padding: 0;}
em {font-style:italic}
strong {font-weight:bold}

/* Main styles
*******************************/
/* force vertical scrollbars */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 16px;
	}
body {
	font-size:62.5%;
    font-family: Arial, Helvetica, "sans serif";
    background-color: #fff;
	min-width:600px;
	}
h1 {
 	font-size:1.2em;
 	font-weight:bold;
 	letter-spacing: 2px;
	text-transform:uppercase;
 	}	


 div#navcontainer {
	background-color: #324364;
	}
 div#navcontainer ul {
 	font-size: 1.2em;
 	font-weight: bold;
 	color: white;
 	text-align: center;
 	margin: 0% auto;
 	padding: 6px 4px;
 	}

 div#navcontainer ul li {
 	display: inline;
 	margin-left: -4px;
 	}

 div#navcontainer ul li a, #here {
	padding: 6px 14px 6px 16px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
	}

 div#navcontainer ul li a:hover {
 	background-color: #6a82af;
 	color: white;
 	}
 
 #first { 
 	border-left: 1px solid #fff; 
	}
 #last {
 	border-right:1px solid #fff;
	}
	
#navlist #here {
	background-color:#603; 
	color:#fff;
	font-weight:bold;
	}
#navlist #lasthere {
	background-color:#603;
	font-weight:bold;
 	border-right:1px solid #fff;
	}
 
#navlist2
 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 1.1em;
 text-align: right;
 margin: 1px 20px 0 0;
 padding-bottom: 20px;
 }

#navlist2 li
 {
 display: inline;
 padding-left:20px
}

#navlist2 li a
 {
 padding-bottom: 4px;
 color: #603;
 text-decoration: none;
 }

#navlist2 li a:hover
 {
 color: #6a82af;
 }
 
#navlist2 #here2 {
	color:#324364;
	font-weight:bold;
	border-bottom:3px solid #324364;
	}

#navlist2 #lasthere2 {
	color:#324364;
	font-weight:bold;
	border-bottom:3px solid #324364;
	}
	
	
/*--------------------------------footer---------*/

#footer {
	width:100%;
	clear:both;
	font-size:1em;
 	text-align:center;
 	margin: 0 auto;
 	padding-top:5px;
	color:#554;
 	border-top: 2px solid #48608F;
		}
#footer p {
	width:580px;
	text-align:left; 
	line-height:1.1em; 
	padding-top:1em;
	}
#footer a {
	color: #554; 
	text-decoration:none;
	}
#footer a:hover {color: #887;}

#disclaimer p {
	font-size:.9em;
	line-height:1.1;
 	text-align:left;
 	margin: 0 auto;
	width:580px;
	color:#554;
	padding:1.7em 0;
	}

