
body
{
font-family: Arial;
font-size: 12px;
margin: 0px 0px 0px 0px;
background-color: #ececec;
}
#container
{
margin: 0em auto;
width: 790px;
background-image: url(images/contentbg.gif);
background-position: center;
background-repeat: repeat-y;
background-color: #FFF;
border-left: solid 1px #333;
border-right: solid 1px #333;
border-bottom: solid 3px #333;
}
#content
{ 
float:right;
width:550px;
margin: 0px 0px 0px 0px;
padding:25px 15px 15px 25px;
color:#505050;
text-align:left;
line-height: 16px; 
}
#content a:link, #content a:visited
{
color:#333;
}
#content a:hover
{
color:#87968f
}
#content h1
{
margin: 5px 0px 5px 0px;
font-size: 18px;
border-bottom: solid 1px #000;
}
#content h2
{
margin: 1px 0px 1px 0px;
padding: 2px 0px 2px 0px;
font-size: 14px;
}
#content h3
{
font-size: 12px;    
}
hr
{
border-bottom:solid 1px #ECECEC;
}
#content img
{
padding: 5px;
}
.accenttext
{
color: #FF0000;
}
#sidebar
{
float:left;
margin-top: 30px;
margin-left:5px;
width:130px;
height: 400px;
color:#000;
padding:25px 0px 15px 5px;
}
#header
{
margin: 0em auto;
height: 370px;
width:790px;
background-image: url(images/header.gif);
background-position: top center;
background-repeat:no-repeat;
}
#menu {
	margin: -197px 0px 0px 200px;
    height: 28px;    
    width: 550px;
    background-color: #87968f;
}
#menu ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
#menu li {
    list-style-type: none;
    display: inline;
    font-weight: bold;
}
#menu li a {
    text-decoration: none;
    padding: 8px 25px;
    color: #FFF;
}
#menu li a:link {
    color: #FFF;
}
#menu li a:visited {
    color: #FFF;
}
#menu li a:hover {
    color: #FFF;
    background-color: #383838;
}
#footer{	
width: 590px;
clear:both;
height:30px;
background-color:#87968f;
margin:0;
padding: 10px 0px 0px 200px;
color:#FFF;
font-size:85%;
line-height:120%;
border-top:1px solid #000;
}
#footer a
{
color: #FFFFFF;
}