﻿body
{ 
	background-color: White; 
	text-align: center; 
	font-family: Verdana; 
	font-size: smaller; 
	color: Navy; 
	margin: 0 auto; 
}

.bgd
{ 
	background-color: #A0B5FF; 
	width: 750px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Navy;
	min-height: 200px; 
}

.menu    				
{ 
	text-align: center;  
	height: 24px;
}

hr
{
	color: Navy;
	background-color: Navy;
	height: 1px;
}

.header2
{
	font-size: 150%;
} 

.header3
{
	border-bottom: Solid 1px Navy;
	margin-bottom: 10px;  
} 

.halfLeft
{
	width: 300px;
	margin: 25px 25px 0px 50px;
	text-align: left;  
	float: left;  
}

.full
{
	width: 650px;
	margin: 25px 50px 0px 50px;
	text-align: left;  
	float: left;  
}

.halfRight
{
	width: 300px;
	margin: 25px 50px 0px 25px;
	text-align: left;  
	float: right;  
}

.halfField
{
	width: 300px;
}

.button
{
	width: 100px;
}

.listHeader
{
	background-color: Gray;
	color: White;
	font-weight: bold;
}    

.listOdd
{
	background-color: White;
}    

.listEven
{
	background-color: Silver;
	   
}    

.lab
{
	text-align: right;
} 
