body {color:#2A6C96;
background-color:#D1DFE8;
font-family:"Arial"
}

h1
{
color:White;
font-family:"Verdana";
}

h2
{
color:#2A6C96;
font-family:"Arial";
}

p
{
font-family:"Verdana";
}

div.logo
{position:fixed;
top:12px;
width:250px;
height:80px;
padding:0px;
border-width:3px;
border-style:solid;
border-color:white;
margin:0px;
background-color:#2A6C96;
z-index:2;
color:white;
text-align: center;
}

div.header
{position:fixed;
height:65px;
top:0px;
left:0px;
right:0px;
background-color:#2A6C96;
border-width:2px;
border-color:grey;
border-bottom-style:solid;
z-index:0;
}



div.header2
{position:fixed;
height:67px;
top:66px;
left:0px;
right:0px;
background-color:#D1DFE8;
z-index:1;
}

div.menu
{
position:fixed;
margin-left: 260px;
top:25px;
width:600px;

background-color:#2A6C96;
z-index:0;}

ul
{list-style-type:none;
margin:0;
padding:0;
overflow:hidden;}

li
{float:left;}

a:link,a:visited

{

color:#2A6C96;
text-align:center;
padding:4px;
text-decoration:none;}


a.menu:link,a.menu:visited

{display:block;
width:100px;
color:white;
text-align:center;
padding:4px;
text-decoration:none;}

a.menu:hover,a.menu:active
{background-color:white;
color:#2A6C96;}

a.:hover,a.:active
{background-color:?;
color:?;}

div.content 
{
padding-bottom: 35px;
position:relative;
top:153px;
border-width:0;
margin:0;
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
z-index:0;
}

div.container 
{


border-width:0;
margin:0;
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
z-index:0;
padding:0px;
}

div.footer
{

clear: both;
position: relative;
z-index: 10;
height: 20px;
margin-top: 153px;
margin-left:-8px;
margin-right:-8px;
margin-bottom:-8px;
color:white;
background-color:#2A6C96;
text-align: center;
border-width:2px;
border-color:grey;
border-top-style:solid;

}
