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

/* sections */

div.container
{
width: 800px;
text-align: left;
float: left;
}

div.header
{
border-bottom: 2px solid #38AA6C;
text-align: center;
clear: left;
}

div.content
{
padding: 4px;
margin-bottom: 4px;
border-bottom: 2px solid #38AA6C;
text-align: center;
font-size: small;
}

div.contentleft
{
width: 398px;
border-right: 2px dotted #38AA6C;
text-align: left;
font-size: small;
padding-right: 10px;
float: left;
}

div.contentright
{
width: 399px;
text-align: right;
font-size: small;
padding-left: 10px;
}

div.footer
{
margin-top: 10px;
border-top: 2px solid #38AA6C;
padding: 4px;
font-size: x-small;
text-align: center;
}

div.ads
{
text-align: center;
margin-bottom: 5px;
}

/* classes */

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

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}

h1
{
font-size: x-large;
color: #297B90;
font-weight: normal;
margin: 2px;
}

h2
{
font-size: large;
color: #297B90;
font-weight: normal;
margin: 2px;
}

h3
{
font-size: medium;
color: #297B90;
font-weight: normal;
margin: 2px;
}

img.left
{
margin-top: 4px;
margin-right: 2px;
}

img.right
{
margin-top: 4px;
margin-left: 2px;
}
