#Menu {		position: 	absolute; top: 180px; left:5px;
		font-family: 	times, serif;
		font-size: 	16px;
		width: 		147px;
	}

#Main	{	position: 	absolute;
		top:		178px;
		left:		170px;
		width:		540px;
		font: 		normal normal 16px/16px "Times", "Serif";
		text-align: 	justify;
		}


#Banner	{	position:	absolute;
		left:		0px;
		right:		0px;
		border:		0px;
	}

#MenuHeader{	font-weight:	900;
		}






body 	{	background-image:	URL(/images/Back.jpg);
		margin:			0px;
	}





A:active { 	color: #00009C  ;
		text-decoration: none; }
A:link { 	color: #00009C  ;
		text-decoration: none; }
A:visited { 	color: #300  ;
		text-decoration: none; }
A:hover { 	color: #00009C  ;
		text-decoration: underline;
		}

A.Menu:active { color: 			#00009C;
		width:			300px;
		text-decoration: 	none; 
	      }
A.Menu:link { 	color: 			#00009C;
		text-decoration: 	none; 
	    }
A.Menu:visited { color: 		#300;
		text-decoration: 	none; 
	    }
A.Menu:hover { 	color: 			#00009C;
		text-decoration: 	none;
		background-color: 	#F2F3E9; 
	     }

