
/************************************* Main structure *************************/

body {width:800px;

margin:0 auto;

text-align:center; background:#546575;}

#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block;
text-align:left;
font-size:1.0em;
font-color:#003366;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* safari and opera need this */

#menu,#footer {width:800px; background:#fff;}

/* safari and opera need this */
#header {width:800px; background:#fff;}



#content,#sub-section {width:800px; background:#fff;}
#header p {font-family:"Tempus Sans ITC", Arial, sans-serif; font-size:.8em; color:#090655;padding:8px;}

#footer {clear:left}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #CEE0EA;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #e2a55c;
background: #E4F1F9;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
.floatlogo {float:right; padding:2px;}
