/* CSS Document 
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}*/
body
{
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
background-color:  #4a5e8c;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_content.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 800px;
}
#top
{
background: url(../images/bg_banner.gif) no-repeat;
width: 799px;
height: 199px;
margin: 0;
padding: 0;
}
#top a
{
width: 800px;
height:150px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background-color: #4a5e8c;
margin: 0;
padding: 0;
text-align:center;
width: 800px;
vertical-align: middle;
line-height: 30px;
font-size: 14px;

}
#menu ul
{
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 12px;
}
#menu a:link, #menu a:visited
{
font-weight: bold;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #ffae00;

}
#content
{
font-size: 14px;
line-height: 18px;
margin: 0 auto;
width: 680px;
}
#content a:link, #content a:visited
{
color: #4a5e8c;
}
#content a:hover, #content a:active
{
background-color: #4a5e8c;
color: #fff;
text-decoration: none;
}
h1
{
font-size: 20px;
color: #D00000;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #D00000;
}
h2
{

}
#footer
{
font-size: 12px;
font-weight: bold;
width: 800px;
line-height: 50px;
vertical-align: middle;
text-align: center;
}
#footer a:link, #footer a:visited
{
color: #4a5e8c;
text-decoration: none;

}
#footer a:hover, #footer a:active
{
color: #ffae00;
}

dt
{
padding-top: 2em;
font-weight: bold;
}
