body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #333300;
background: #ffffcc url("header.jpg");
background-repeat: no-repeat;
background-position: top-left;

}

a
{
text-decoration: none;
color:#FFFFFF
}

#container
{
width: 100%;
margin: 0px;
padding: 0px;
border-style: none;
line-height: 130%;
background-color: #ffffcc;
}

#top
{
margin: 0px;
height: 125px;
padding: 0px;
color: #ffffff;
border-style: none;
text-align: center;
}

#leftnav
{
vertical-align: top;
width: 180px;
margin: 1em;
padding: 1em;
font-size: 9pt;
color: #333300;
background-color: #ffffcc;
}

#leftnav h2
{
color: #333300;
font-size: 12pt;
}

#leftnav a
{
color: #555500;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
line-height: 110%;
cursor : pointer; 
}

#leftnav a:hover
{
color: #999900;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
line-height: 110%;
font-style: italic;
}

#leftnav UL
{
margin-left: 2em;
list-style: square;
marker-offset: 2em;
line-height: 110%;
}

#content
{
vertical-align: top;
margin-left: 200px;
border-style: none;
margin-right: 200px;
padding: 1em;
max-width: 36em;
font-size: 12pt;
color: #333300;
background-color: #ffffcc;
}

#content h2
{
font-size: 14pt;
}

#content h3
{
font-size: 10pt;
}


#content a
{
color: #555500;
text-decoration: none;
font-weight: bold;

cursor : pointer; 
}

#content a:hover
{
color: #999900;
text-decoration: none;
font-weight: bold;
font-style: italic;
}

#sponsor
{
font-size: 10pt;
}

#footer
{
clear: both;
font-size: 10pt;
text-align: center;
margin: 2em;
padding: .5em;
color: #666600;
background-color: #ffffcc;
border-style: none;
}

#footer hr
{
color: #666600;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


