﻿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;  
}

.bgdwide
{ 
	background-color: #A0B5FF; 
	width: 1100px; 
	height: auto; 
	left: 50%; 
	right: 50%; 
	display: table; 
	margin: 0 auto; 
	border: Solid 1px Navy;  
}

.hdr
{
	text-align: center;  
	background-repeat: no-repeat;
	width: 750px;
	height: 110px;
}

.menu    				
{ 
	text-align: center;  
	height: 24px;
}

hr
{
	color: Navy;
	background-color: Navy;
	height: 1px;
}

