﻿body {
    margin: 0px;
    padding: 6px;
    font-family: Verdana;
    background-color: #000000;
}
a {
    color: White;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: Red;
}
span.header {
    padding: 2px 6px 2px 6px;
}
#hlinks {
    font-size: 13px;
}
#outer {
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    width: 802px;
    border: 2px solid #8f060f;
}
#header {
    background: #000;
    color: White;
    height: 114px;
}
#leftcol 
{
    background-image: url("images/bg.gif");
    font-size: 14px;
    float: left;
    color: #ffffff;
    width: 132px;
    height: 505px;
    border-right: solid 5px #000000;
    text-align:center;
}
#rightcol {
    background: #ffffff;
    text-align: center;
    font-size: 11px;
    float: left;
    color: #000;
    width: 132px;
    height: 502px;
    border-bottom: solid 5px #000000;
    padding-left: 5px;
    padding-top: 5px;
}
#content {
    background: #ffffff;
    font-size: 10pt;
    float: left;
    height: 502px;
    width: 516px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-bottom: solid 5px #000000;
    overflow: auto;
}
#content a {
    color: #8f060f;
    text-decoration: underline;
}
#content a hover {
    color: red;
    text-decoration: underline;
}
#footer {
    background-color: #8f060f;
    font-size: 10px;
    color: #FFFFFF;
    clear: both;
    text-align: right;
    height: 14px;
}
.IMGRight {
	border : 0px;
	float : right;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	line-height : 12px;
	padding: 10px;
}
.IMGLeft {
	border : 0px;
	float : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	line-height : 12px;
	padding-bottom : 6px;
	padding-right : 10px;
}
#box 
{
    width: 478px;
    background-color: #f3f3f3;
    border: dotted 2px #8f060f;
} 
#boxTop 
{
    text-align:right;
    background-color: #f3f3f3;
    height: 15px;
} 
#boxContent
{
    background-color: #f3f3f3;
    color: #8f060f;
    padding-left: 15px;
    padding-right: 15px;
    float:left;
} 
#boxContentLeft
{
    float:left;
    padding-right: 20px;
}
#boxContentRight
{
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 264px;
    float:left;
    padding-left: 20px;
    border-left: dotted 2px #8f060f;
} 
#boxBottom 
{
    clear:both;
    text-align:left;
    background-color: #f3f3f3;
    height: 15px;
}