input { 
	background-color: #DDDDDD;
	color: #003EBB; 
	font: 11px Verdana;
	border: 1px solid #003EBB;
}
select { 
	font: 11px Verdana;
	background-color: #DDDDDD; 
	color: #003EBB;
	border: 1px solid #003EBB;

}

textarea {
	font: 11px Verdana;
	background-color: #DDDDDD; 
	color: #003EBB;
	border: 1px solid #003EBB;
}

#MainContent {

	background-color: #FFFFFF; 
	color: black;
	position: relative;
	margin: 0 auto;
	width: 900px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border: 0px solid #003EBB;

}

#Menu {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	line-height: 140%; 
	color: black; 
	position: absolute; 
	left: 100px; 
	top: 113px; 
	width: 140px; 
	padding: 5px; 
	padding-right: 4px;
	border: 1px solid #003EBB;
}

#Content {
	background-color: #FFFFFF; 
	position: absolute;
	text-align: left;
	color: #003EBB;
	font-family: Verdana;
	font-size: 11px; 
	position: absolute;
	left: 260px; 
	top: 113px; 
	width: 525px; 
	padding: 15px; 
	border: 1px solid #003EBB;
	z-index:0;
}

#Header {

	background-color: #FFFFFF;
	text-align: center; 
	color: black; 
	position: absolute; 
	left: 0px; 
	top: 6px; 
	width: 900px; 
	padding-left: 0px; 
	padding-right: 0px;
	border: 0px solid #003EBB;

}

body
 {
   text-align: center;

 }
 
a {font-family: Verdana; color: #003EBB;}
 