body
{
margin: 0;
padding: 0;
font: 85% verdana, arial, hevetica, sans-serif;
text-align: center;
color: #333;
background-color: #D6D6D6;
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
color: #fff;
background-color: #B52C07;
}

h2
{
color: black;
font: 120% verdana, georgia, times, "times new roman", serif;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #5B5E0E;
font: 106% verdana, georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}

#container
{
border: 1px solid #66cc99;
margin: 1em auto;
width: 1024px;
height: 800px;
text-align: left;
background-color: #fff;
}

#header
{
padding-top: 15px;
height: 100px;
width: 100%;
background-image: url(/images/tsvst.jpg);
background-repeat: no-repeat;
background-position: center 50px;
border-bottom: 1px solid #66cc99;
position: relative;
}

#header h1
{
font-size: 20px;
text-align: center;
vertical-align: bottom;
color: #66cc99;
margin: 0;
padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
width: 165px;
border-left: 1px solid #C5C877;
padding-left: 15px;
}

#contents 
{
width: 854px;
height: 679px;
margin-left: 150px;
margin-bottom: 22px;
padding-left: 20px;
padding-top: 20px;
background-image: url(/images/bkgrd3.gif)
}

#contents p { line-height: 165%; }

#sidemenu
{
float: left;
background-color: #66cc99;
color: #272900;
width: 150px;
height: 700px;
margin-bottom: 22px;
}

#footer
{
clear: both;
color: #66cc99;
text-align: right;
font-size: 90%;
background-color: #66cc99;
padding: 5px;
}

#skipmenu
{
position: absolute;
left: 0;
top: 5px;
width: 645px;
text-align: right;
}

#skipmenu a
{
color: #666;
text-decoration: none;
}

#skipmenu a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}