body
{
background-color: #FFFFFF;
font-family: verdana, arial;
}

/* sections */

div.sidebar
{
width: 90;
float: left;
}

div.container
{
width: 710px;
text-align: left;
margin-left: 10px;
margin-right: 10px;
float: left;
}

div.header
{
width: 100%;
margin-bottom: 10px;
/*border-bottom: 2px solid #333333;*/
padding-bottom: 3px;
text-align: center;
}

div.contenttitle
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 2px solid #009900;
font-size: 18px;
text-decoration: bold;
color: #FF6633;
text-align: center;
}

div.contentcontents
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
font-size: 12px;
text-align: center;
}

/* classes */

a
{
text-decoration: none;
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}
