body
{
background-color: #FFFFFF;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
}

h1
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #CC9900;
}

h2
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #CC9900;
}

h3
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #99CC00;
}

p
{
margin-top: 8px;
margin-bottom: 8px;
}

a
{
font-size: x-small;
text-decoration: none;
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}

/* sections */

div.container
{
width: 800px;
text-align: left;
color: #575757;
}

div.left
{
float: left;
width: 674px;
border: 1px solid #DCDCDC;
background-color: #FFFFFF;
font-size: x-small;
}

div.right
{
width: 120px;
border: 1px solid #DCDCDC;
background-color: #FFFFFF;
}

div.header
{
height: 150px;
background-image: url(../images/header.jpg);
}

div.content
{
padding-left: 8px;
padding-right: 8px;
}

div.sectiontitle
{
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
background-color: #FAFAFA;
}

div.footer
{
padding: 2px;
border-top: 1px solid #DCDCDC;
text-align: center;
font-size: xx-small;
}

/* classes */

a.footer
{
font-size: xx-small;
text-decoration: none;
color: #0000FF;
}

a.footer:visited
{
color: #0000FF;
}
