BODY {
	background-color : White;
}
H6 {
	background-color : Blue;
	color : White;
	font-style : italic;
	font-size : larger;
}
A:HOVER {
	background-color : Maroon;
	color : White;
}

A {
	text-decoration : none;
	color : Blue;
}

	body {
	margin:10px 10px 0px 10px;
	padding:0px;
	
}
	
	#mainright {
	width: 15%;
	float:left;
	padding-bottom:10px;
	text-align : center;
	padding-left : 20px;
	
	
}
	
	#maincenter {
	float:left;
	background:#fff;
	padding-bottom:10px;
	width : 60%;
	border-left : medium ridge;
	border-right : medium ridge;
	text-align : left;
}

HR {
	color : Navy;
	width : 75%;
	}

	
	#mainleft {
	width: 20%;
	float:left;
	background: transparent;
	padding-bottom:10px;
}
	
	#banner {
	background: Blue;
	text-align : center;
	color : Silver;
	font-style : normal;
	font-weight : bold;
	background-color : Blue;
}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:20px;
		}
	
	#mainright p { font-size:10px}
	#banner h1 { margin:0px; padding:10px}


#MenuMain {
	font-weight : bolder;
	font-size : smaller;
	padding-right : 20px;
	text-align : left;
}



