a:link
{
    color : white;
    text-decoration : none;
}
a:visited
{
    color : white;
    text-decoration : none;
}
a:active
{
    color : white;
    text-decoration : none;
}
a:hover
{
    color : rgb(204 , 0 , 0);
    text-decoration : none;
}
h1
{
    color : white;
    font-size : 28px;
    font-weight : bold;
    font-family : Verdana , Arial , Helvetica , sans-serif;
}
body
{
    color : rgb(119 , 119 , 119);
    text-align : center;
    background-color : black;
    font-family : Verdana , Arial , Helvetica , sans-serif;
}
td
{
    font-size : 14px;
}
p.head
{
    font-size : 22px;
    font-weight : bold;
    color : rgb(119 , 119 , 119);
}
p.subhead
{
    font-size : 18px;
    font-weight : bold;
    color : rgb(119 , 119 , 119);
}
li
{
    font-size : 11px;
}
.return
{
    font-size : 10px;
}
.content
{
    background-color : rgb(153 , 153 , 153);
    border-top-width : 0px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    border-top-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-left-style : solid;
    border-top-color : rgb(0 , 0 , 0);
    border-right-color : rgb(0 , 0 , 0);
    border-bottom-color : rgb(0 , 0 , 0);
    border-left-color : rgb(0 , 0 , 0);
    padding : 5px;
    text-align : center;
}
.footer
{
    background-color : rgb(153 , 153 , 153);
    padding : 3px;
    line-height : normal;
}
.header
{
    background-color : rgb(102 , 102 , 102);
    line-height : 100px;
}
.leftcolumn
{
    background-color : rgb(153 , 153 , 153);
    border-bottom-color : rgb(0 , 0 , 0);
    border-bottom-style : solid;
    border-bottom-width : 1px;
    width : 10%;
    padding : 2px;
}
.logo
{
    border-bottom-color : rgb(0 , 0 , 0);
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding : 5px;
    text-align : center;
    vertical-align : middle;
}
.main
{
    margin-top : 1px;
    margin-right : 0px;
    margin-bottom : 1px;
    margin-left : 0px;
    width : 95%;
}
.rightcolumn
{
    background-color : rgb(153 , 153 , 153);
    border-bottom-color : rgb(0 , 0 , 0);
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding : 2px;
    width : 10%;
}
.nav
{
    text-align : center;
}
.nav-left
{
    margin-left : 10px;
    margin-top : 10px;
}
.topad
{
    border-bottom-color : rgb(0 , 0 , 0);
    border-bottom-style : solid;
    border-bottom-width : 1px;
    text-align : center;
    vertical-align : middle;
}
