body, td {
font-family: arial, georgia;
font-size: 12px;
}
h1
{
color: #777777;
display: none;
}
a
{
color: #777777;
text-decoration:none;
}
a:hover
{
color: #000000;
text-decoration:underline;
}

.footer {
font-family: georgia;
font-size: 11px;
color: #5d5d5d;
}
.introtext {
font-family: georgia;
font-size: 18px;
color: #444444;
}
.helptxt
{
color: #000;
font-family: georgia;
font-size: 10px;
}

.smlink
{
color: #aaa;
font-family: georgia;
font-size: 10px;
text-decoration: none;
}
.smlink:hover
{
color: #888;
text-decoration: underline;
}
img {
border: 0 none;
}

#navbg
{
padding-top: 5px;
margin-top: 10px;
border-left: 1px solid #778;
border-top: 1px solid #778;
background-image: url(nav-bg.gif); 
}
#navspace
{
padding-top: 6px;
}
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 10px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #ccf;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

#subnav
{
margin-top: -12px;
margin-left: 10px;
margin-bottom: 5px;
font-size: 10px;
}
#subnav a { color: #667; text-decoration: none; }
#subnav a.subnavsel { color: #000; font-weight: bold; text-decoration: none; }
#subnav a:hover { color: #000; text-decoration: underline;}





/* list */

#listcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 200px;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 5px;
}

#listcontainer ul
{
list-style-type: none;
margin-left: 10px;
padding-left: 0;
}

#listlist a
{
width: 230px;
line-height: 20px;
color: #8592BB;
padding-bottom: 20px;
}
/*display: block;*/


#sublistlist a
{
display: block;
color: #9C9C9C;

}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#sublistlist a { width: 106px; }

#sublistlist a
{
\width: 222px;
w\idth: 206px;
}

#listlist a, #listlist a:visited,#sublistlist a, #sublistlist a:visited
{
border-left: 0px solid #FFFFFF;
background: #FFFFFF;
color: #9C9C9C;
text-decoration: none;
}

#listlist a:hover, #listlist a#current:hover
{
border-left: 8px solid #CCCCCC;
color: #000;
text-decoration: none;
}

#sublistlist a:hover, #sublistlist a#subcurrent:hover
{
border-left: 8px solid #CCCCCC;
text-decoration: underline;
}

