body
{
    font-family: Arial, Helvetica, sans-serif;
    background: #000000;
    color: #FFFFFF;
}
a:link
{
    color: #FF0000
}
a:visited
{
    color: #FF0000
}
a:hover
{
    color: #FF0000; text-decoration: underline;
}
h1
{
    color: #CCCCCC;
    font: bold 350%;
}
h2
{
    color: #CCCCCC;
    text-indent: 0.6pt
}
.logolink {
	border: none;
}
.textreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p.ReduceGap {
	margin-bottom: 0px;
	margin-top: 0px;
}
h3.ReduceGap {
	margin-bottom: 0px;
}
#headercell
{
    width: 100%;
}
#topleftlogo
{
    position: absolute;
    top: 0;
    height: 165px;
    width: 410px;
    left: 0;
    z-index: 10;
}
#topright
{
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    z-index: 10;
}
#subheader
{
    position:absolute;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 9999;
}
#middleright
{
    position: absolute;
    left: 0;
    width: 250px;
    height: 45px;
    top: 120px;
    bottom: 0;
    background-image: url(/images/middleright.gif);
}
#tophalf
{
    top: 0;
    width: 100%;
}
#stretcher
{
    position: absolute;
    background: url(/images/stretcher.gif);
    background-repeat: repeat-x;
    top: 0;
    height: 165px;
    left: 0;
    width: 100%;
}
#bottomhalf
{
    position: absolute;
    top: 165px;
    right: 0;
    width: 100%;
}
#header
{
    position: absolute;
    top: 0;
    left: 0;
    height: 85px;
}
#bottomright
{
    float: right;
    width: 250px;
    height: 85px;
    background-image: url(/images/bottomright.gif);
}
#body
{
    position: absolute;
    top: 250px;
    left: 180px;
}
a
{
    color: red;
}
#sidebar
{
    position: absolute;
    top: 250px;
    width: 150px;
    left: 10px;
}
* html #sidebar
{
    left: -30px;
}
#sidebar ul
{
    list-style-type: none;
}
#sidebar > ul
{
    padding: 0;
    margin: 0;
}
