body
{
height: 100%;
background-color: #FFFFFF;
font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 10px;
color: #1A1A1A;
font-style: normal;
margin: 0;
padding: 0;
}

#titlebar
{
background: #9c1f2e;
height: 75px;
width: 100%;
}

#titlebarheader {
margin-top: -76px;
width: 900px;
}

#menubg {
clear: left;
background: #090909;
height: 40px;
width: 100%;
}


#container {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#menu {
float: left;
width: 200px;
height: 100%;
margin: 0;
border: 0;
background: #FFF;
padding: 0;
padding-top: 3px;
}

#menu ul
{
font-size: 1em;
margin: 0;
padding: 3px;
list-style: none;
}
 
/* set position to relative, because sub-menus need to be set to absolute within */

#menu ul li
{
margin: 5px 0 0 0;
padding: 0;
}

#menu ul li a:link, #menu ul li a:visited
{
font-size: 1.25em;
background: #FFFFFF;
color: #9c1f2e;   
border: 0;
text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active
{
background: #E1E1E1;
}

#menu h4 {
font-size: 1.1em;
weight: normal;
margin: 10px 0 -20px 0;
}

#content {
float: left;
font-size: 1.1em;
line-height: 1.5em;
color: #333333;
margin: 0;
width: 580px;
padding: 10px 10px 0 10px;
}

#content a:link, #content a:visited
{
font-size: 1.2em;
text-decoration: none;
color: #9c1f2e;
}

#content a:hover, #content a:active
{
text-decoration: underline;
}

#content h2
{
margin: 1.5em 0 .5em 0;
font-size: 1.5em;
font-weight: normal;
}

#content h3
{
margin: 0;
font-size: 1.25em;
font-weight: normal;
}

#footer
{
clear: left;
float: left;
color: #333;
width: 100%;
font-size: .9em;
margin: 40px 0 0 0;
border-top: 1px solid #F5F5F5;
border-bottom: 1px solid #F5F5F5;
}
