﻿HTML {
    height: 100%;
}

BODY 
{
    margin: 0px;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    font-size: 8pt;
    background: #99A0AF url(/Images/drop_shadow.gif) repeat-y;
    background-position: 771px;
}
    
FORM 
{
    padding: 0px;
    margin: 0px;
}

#Main 
{
    width: 771px;
    background: #ffffff url(/images/homepage_bg.png) repeat-y;
    min-height: 100%;  
    font-size: 8pt;
}

#Masthead IMG 
{
    float: left;
}

#DateBar 
{
    background: #1F3F97 url(/images/header_strip_back.png) repeat-x;
    height: 25px;
    color: #ffffff;
    font-style: italic;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
    border-bottom: 8px white solid;
    float: left;
}

.backButton
{
	font-weight: bold;
	color: White;
	float: left;
}

.dateLabel
{
	float: right;
}

#icons
{
    clear: both;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px black solid;
}    

#icons img 
{
    float: left;
    margin-right: 5px;
}
    
#MenuRight 
{
    width: 175px;
    background: #081640;
    float: right;
    margin-right: 7px;
}

#myContent 
{
    width: 559;
    float: left;
    background: #ffffff url(/images/homepage_bg.png) repeat-y;
}

#MenuLeft 
{
    width: 131px;
    background: #45090D;
    float: left;
}

#PageContent 
{
    width: 428px;
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

DIV.menu 
{
    background: #990000;
    padding: 2px;
    color: white;
    font-weight: bold;
    padding-left: 6px;
}
    
DIV.submenu 
{
	padding: 2px 0px 2px 16px;
	background: white;
}

h1 
{
    font-size: 13pt;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #1F3F97;
}
    
DIV.submenu A 
{
    color: #000000;
    text-decoration: none;
}

DIV.submenu A:HOVER 
{
    color: #990000;
}

DIV.menuDivider 
{
    background: #d9d9d9;
}

DIV.menuFooter 
{
    background: #000066;
}

.copyright 
{
    color: #ffffff;
    padding: 15px;
}
    
.pageHeader 
{
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: bold;
}
    
P 
{
    margin-top: 0px;
    margin-bottom: 8px;
}
