body
{
height: 100%;
background: url('images/body-bg.gif') left top repeat-x #FFF;
font-family: Cambria, Baskerville, "Times New Roman", Times, serif;
font-size: 10px;
color: #1A1A1A;
font-style: normal;
margin: 0 auto;
padding: 0 auto;
text-align: center;
}

#topbar {
height: 37px;
}

#topbarcontainer {
text-align: center;
margin: 0 auto;
width: 750px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}

#container {
margin: 0 auto;
width: 750px;
background-color: #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
}

#header
{
float: left;
background: #FFF;
width: 750px;
margin: 0;
padding: 0;
}

#menu {
clear: left;
float: left;
background: rgb(146, 197, 235);
width: 750px;
height: 25px;
}

#desc {
width: 240px;
padding: .5em 5px 0 5px;
background: #FFF;
clear: left;
float: left;
text-align: center;
font-size: 1.5em;
line-height: 2em;
color: rgb(67, 115, 34);
}

#content {
background: #FFF;	
float: left;
text-align: left;
font-size: 1em;
line-height: 2em;
color: #333333;
width: 470px;
padding: 10px 15px 0 15px;
}

#content p {
font-size: 13px;
color: #464646;
}

#content a:link, #content a:visited
{
font-size: 1.1em;
text-decoration: none;
color: #176996;
}

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

#content h1
{
margin: 0 0 1.5em 0;
font-size: 24px;
line-height: 175%;
border-bottom: 1px solid #000;
color: #176996;
}

#content h2
{
margin: .5em 0 1em 0;
font-size: 17px;
border-bottom: 1px solid #000;
}

#content h4
{
margin: 0;
font-size: 15px;
}


#content ul
{
list-style: circle; 
}
 
#content li
{
margin: 0 0 0 -2em;
padding: 0 0 .75em 0;
font-size: 1.1em;
}

#content ul.bullet
{
list-style: circle;
}

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