body
{
background: #FFFFCC;
}

h1
{
font-size: 36px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #009933;
}

p, ul, td
{
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #009933;
}

li
{
margin-bottom: 6
}

#page
{
width: 950px;
}

#content
{
float: left;
width: 650px;
border-top: 20px;
}

#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
float: left;
width: 180px;
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 10px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
margin-bottom: 6;
padding-left: 0;
}

#navcontainer li
{
margin-top: 6;
}

#navlist a
{
display: block;
color: #009933;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 150px;
w\idth: 134px;
}

#subnavlist a
{
display: block;
color: #9C9C9C;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

#navlist a, #navlist a:visited, #subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #FFFFCC;
color: #9C9C9C;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent, a:visited#subcurrent
{
border-left: 8px solid #009933;
color: #009933;
text-decoration: none;
}