﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000080;
}
#main
{
    width: 860px;
}
#header
{
    padding-bottom: 10px;
}
#menucolumn
{
    background-color: #ADD3EB;
    border: 1px solid #ADD3EB;
    width: 20%;
    text-align: left;
    padding: 3px 0 3px 3px;
    float: left;
}
#contentcolumn
{
    width: 78%;
    float: left;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #9FBED0;
    border-bottom-width: 2px;
    border-bottom-color: #4747AD;
}
.content
{
    padding: 10px;
    text-align: left;
}
#menucolumn a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
.selectedmenu
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}
.headtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}
.boldtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000080;
}
.normaltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000080;
}
.highlighttext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FF0000;
}
.italictext
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-style: italic;
    color: #000080;
}
.linktext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
.popup
{
    background-color: #FFFFFF;
}
.topbar
{
    background-image: url(htdtopbar.gif);
    background-repeat: repeat-x;
    height: 25px;
}
.bottombar
{
    background-image: url(htdbottombar.gif);
    background-repeat: repeat-x;
    height: 25px;
}
p
{
    padding: 10px 0 10px 0;
}
#home
{
    padding: 10px;
}
ol
{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 10px;
}
li
{
    padding-bottom: 5px;
}
ul
{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 10px;
}
