/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#274471;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}

p{padding:0 0 1.1em 0;}

/**************** Header and navigation styles ****************/

#container{
width:760px;
background: repeat url(main.jpg);
margin: auto;
text-align:left;
color:#303030;
}

#header{
background: left top no-repeat url(header.jpg);
height:135px;
width:760px;
color:#ffffff;
}

#navigation{
height:2.2em;
margin-left: auto; 
  margin-right: auto;
line-height:2.2em;
background:#002551;
width:746px;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#004080;
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/

#content{
float:center;
text-align:left;
font-size:0.9em;
padding:20px 0 0 20px;

}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
}


#content a:hover,#subcontent a:hover{text-decoration:none;}


/**************** Footer styles ****************/
#footer{
background: left bottom no-repeat url(footer.jpg);
height:25px;
}

#footer2{
font-size:0.9em;
background:#274471;
color:#002551;
}

#footer2 p{padding:0; margin:0; text-align:center;}
#footer2 a{color:#002551;}



