/* CSS Document    */


body {background-color:#003399;
font-family: "verdana", "helvetica", "arial";
font-size:12px;

}

#container
		 {
		 position:relative; width: 1000px; top: 10px; margin-left:auto; margin-right:auto; padding:0px; height: 700px; z-index: 0;;
		 background-color: #EEEEEE;
		 border: 0; padding: 10px;
		 
		 }
#banner
		 {
		 position:relative; top: 0px; margin-left: -15px; top:-20px;
		 
		 }		
#slogan
		 {
		 position:relative; top: -80px; margin-left:470px; 
		 
		 }			
		
#scroller {
		 position: absolute; top: 50px; right: 320px;
    }


#headings {
	position: absolute;
	top:174px;
	left: 17px;
	}	
	

	
#maincontent
	{
	position: absolute;
	top:80px;
	left: 17px;
	}


p {
	line-height: 19px;
	font-size: 12px;
}

h1 {
    font-size: 28px; font-weight: bold; color:#003399; line-height: 100%;
}	
  
h2	{
    font-size: 22px; font-weight: bold; color:#003399; line-height: 100%;

		}
h3	{
    font-size: 18px; font-weight: bold; color:#003399; line-height: 100%; font-style:italic;

		}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;

}

.hovermenu ul li{
list-style: none;
display: inline;

}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFFFFF;
border: 1px solid #000000;
}

.hovermenu ul li a:hover{
background-color: #D12728;
border-style: outset;
border: 1px solid #000000;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
