﻿html, body 
{ 
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000040;  
	font-family: Arial; 
	font-weight: normal;
	font-size: 12pt; 
	/*background: Black url(/images/longBackground.jpg) repeat-y 50% 0; */
}

#container {
	min-height:100%;
	position:relative;		
    margin-left: auto;
    margin-right: auto; 
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em;    
    width: 1000px;
    background-color: White; 
    
}

#body
{
	padding-bottom: 24px;   /* Height of the footer */
	font-family: Arial; 
	font-weight: normal; 
	font-size: small;  
	color: Black;
	width: 1000px;
}

#body a:link
{
	color: #071A44;
	text-decoration: underline;   
}

#body a:visited
{
	color: #071A44;
	text-decoration: underline; 
}

#body a:hover
{
	color: #CE9E57;
	text-decoration: none;  
}

#body a:active
{
	color: #071A44;
	text-decoration: underline; 
}

.pageTitle
{
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;  
	color: #000080; 
	text-align: right;   
}