﻿body 
{
	height: 90%;
	background-color:#660000;
	background-color:#5A86B3;
}

#container
{
	height: 100%;
	width: 684px;
	margin-left: auto;margin-right: auto;
}

#main
{
    border: 1px solid black;
	 height: 100%;
	background-color: #ffffff;
		
	padding-top: 5px; 
}

#headerImage
{   
    margin-left:auto; margin-right: auto;
    height:140px; width:684px;
    background-image:url(../images/pageHolder2.jpg);
	background-repeat:no-repeat;
	background-position: center;
}



#contentbox {	
	padding-top: 5px;
	padding-left:5px; padding-right: 5px;	
}

#menuBox
{   
    margin-top:0px;
	position:absolute;
	top:0px;
	right:16px;
	z-index:9;		
}

#headerBox {
	position:relative;
	width: 100%;
	background-color:#FFFFFF;
	z-index:1;	
}

#footerBox
{
    clear: both;
    width:684px;	
}


#copyrightBox
{
   	top: 0px; right:10px; 
	color:InactiveBorder;
	margin-left:483px;	 
}

#copyrightBox P
{
   right: 10px;
}


P
{
	font-family:Arial;
	font-size: 11px;
}

a {	
	color:	#0033CC;
	text-decoration:	none;
}
a:hover {
	color:	#0033CC;
	text-decoration:	underline;
}

h1, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color: black;
	font-weight: normal;
	line-height: normal;
}

h5
{
  font-family:Arial;
  margin-top:0px;
  margin-bottom: 0px;  
}

h1, h2, h3 {
	color: #9b1e21;
}

HR {
	COLOR: #0033CC;
	margin-bottom: 0px;
}

.tableForm
{
    border: #B5C7DE 1px solid;
    background-color: #EFF3FB;    
    width: 75%;        
}

.tableForm input 
{
    background-color: White;
    border: solid 1px #507CD1; 
    font-family:Verdana;
    Color: #284E98;
}

.tableForm td 
{    
    white-space:nowrap;
}

.tableForm p {
    white-space:nowrap;
}

li p
{
    margin-top: 0px;   
}

#menuBox a
{
    color:	#000000;
	text-decoration:	none;   
}

.greenText
{
    color: Green;
}

.redText
{
 color: Red;   
}