/* CSS Document 
**/
{
margin: 0px;
padding: 0px;
}
#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: url(../images/bg.gif) repeat-x #2e4079;*/
}
a img 
{
border:none; 
}
#wrapper
{
background:    url("../images/2009/bg_wrapper.gif") no-repeat;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#top
{
/*background: url(../images/banner.gif) no-repeat;*/
width: 1200px;
height: 166px;

}
#top a
{
width: 1200px;
height:166px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
/*background: url(../images/bg_menu.gif) no-repeat;*/
text-align:center;
width: 1200px;
height: 36px;
font-size: 16px;
padding-top: 6px;
}
#menu ul
{
margin: 0;
padding: 0;
}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 18px;
}
#menu a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #000;
background-color: transparent;
}
#content
{
float: left;
font-size: 14px;
line-height: 18px;
border-left: 2px solid #71a033;
border-right: 2px solid #008576;
margin: 0 206px 0 200px;
padding: 0 20px;
width: 756px;
}
#content a:link, #content a:visited
{
color: #008576;

}
#content a:hover, #content a:active
{
background-color: #008576;
color: #fff;
text-decoration: none;
}
/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
h1
{
font-size: 20px;
color: #71a033;
padding: 1em 0 0.5em 0;
/*border-bottom: 1px solid #71a033;*/
}
h2
{
font-size: 18px;
color: #6F6F6F;
}
#footer
{
clear:both;
background:    url("../images/2009/footer.gif") no-repeat;
width: 1200px;
height: 58px;
}
#footer a:link, #footer a:visited
{
color: #fff;
text-decoration: none;

}
#footer a:hover, #footer a:active
{

}
