﻿body, h1, h2, p
{
	font-family: Verdana;
    padding: 0px;
	margin: 0px;
    margin-left: auto;  
    margin-right: auto;
    text-align: center;
} 

#header
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
    text-align: center;
    background-image: url('images/banner.png'); 
    background-color: #333333;
	border-bottom: 1px solid gray;
	height: 83px;
}

#content
{ 
    position: fixed; 
    top: 88px; 
    left: 0px; 
    right: 0px; 
    bottom: 20px; 
    overflow: auto;
}

#footer 
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: right;
	vertical-align: middle;
	width:100%;
	height:20px;	
	color: #999999;		
	padding-top: 8px;
	border-top: 1px solid black;
	font-size: 8pt;
	background:#333333;
	z-index: 500;
}

#divHeading
{
    width: 1024px;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #F0B500;
	text-decoration: underline;
}

h1, h2, h3, .navLink
{
	font-family: Segoe UI;
}

h1
{
    color: White;
	font-weight: normal;
	font-size: 16pt;
    text-align: left;
}
 
h2
{
    text-align: left;
	color: #CCC;
	font-size: 10pt;
}
 
h3
{
    text-align: left;
	font-family: Arial;
	padding-left: 15px;
	font-weight: bold;
	color: #333333;
	font-size: 10pt;
}

h3
{
	border-bottom: 1px solid #EEEEEE;
}

h4
{
    margin: 0px;
    color: Navy;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 1px solid #BBBBBB;
    text-align: left;
    font-size: 9pt;
}

h5
{
    color: #444444;
    font-size: 8pt;
    margin: 3px 0px 3px 0px;
}
                
p, li, td
{
    font-size: 9pt;
    margin: 0px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    text-align: justify;
} 
            
div
{
    margin-left: auto;  
    margin-right: auto;
    margin-top: 0px;
}
            
.contentDiv
{
    background-color: #FFFFFF; 
    padding-top: 2px;
    padding-bottom: 2px;
}

#divLogo
{
    float: left;
}
       
#divLinks
{
    float: right; 
    padding-top: 20px;
}
            
body
{
	padding-bottom: 35px;
}
            
ul
{
    margin-top: 0px;
}
            
li
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navLink
{
	font-weight: bold;
	color: White;
	font-size: 12pt;
}