body
{ 
background-color:rgb(52,76,114);
}

a:link,a:active,a:visited
{
color:#A2B5CD;
text-decoration:underline;
}

a:hover
{
color:#A2B5CD;
text-decoration:line-through;
}

font,body,p
{
color:#000;
font-family:georgia;
font-size:8pt;
}

b,strong 
{
color:#FFF;
font-family:georgia;
font-size:8pt;
}

#container
{
z-index: 2;
position: absolute;
top: 0%;
left: 50%;
width: 750px;
margin-top: 0px;  
margin-left: -375px;
background-image: url(images/containerbg.jpg);
background-repeat: repeat-y;
}

#top
{
padding-top: 0px;
}

#top h1
{
width: 100%;
padding: 0px;
margin-top: 0px;
}

#top h2
{
padding-left: 15px;
margin-top: 0px;
}

#leftnav
{
float: left;
width: 210px;
margin: 0;
padding: 15px; 
padding-left: 25px;
}

#content
{
margin-left: 300px;
padding: 5px;
max-width: 400px;
}

#content h2
{
color:rgb(52,76,114);
letter-spacing:2px;
font-family: Georgia;
font-size:16pt;
border-bottom: 1px solid white;
}

#footer
{
clear: both;
margin: 5px;
padding: 10px;
text-align:center;
border-top: 1px solid white;
}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Georgia;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #344C72;
color: white;
}



