<style type="text/css">

body 	{background-color: #FFFFFF}



#banner
{
	position: absolute; 
	background: #FFFFFF; 
	height: 150px;
	top: 0px;
	width: 100%;
	left: 0%;
/*	margin-left: 0.5%;  */
/*	margin-right: 0.5%;  */
/*	padding-left: 10px; */
/*	padding-right: 10px; */
	
}

#middle
{	
	position: absolute; 
	background: #999999;
	height: 70px;
	top: 150px;	
	width: 100%;
	left: 0%;
/*	padding-left: 0px;  */
/*	padding-right:0px;   */
/*	margin-left: 0.5px;    */
/*	margin-right: 0.5px;   */

}

#content
{
	position: absolute; 
	background: #FFFFFF;
	height: 375px;	
	top: 211px;
	width: 100%;
	left: 0%;
/*	margin-left: 1px;  */
/*	margin-right: 1px;  */
}


	h1 {
		font-size: 20px;
		text-align: left;
		font-family: Book Antiqua;
		color: #3333FF;
	/*	margin-top: 20px; */
		margin-left:2%; 
		}

	h2 {
		font-size: 24px;
		text-align: center;
		font-family: Book Antiqua;
		color: #0000000;
		margin-right: 4%; 
		}
		

	h3 {
		font-size: 17px;
		text-align: center;
		font-family: Book Antiqua;
		color: #3333FF;
		}

	h4 {
		font-size: 18px;
		text-align: left;
		font-family: Book Antiqua;
		color: #000000;
		}

	h5 {
		font-size: 20px;
		text-align: center;
		font-family: Book Antiqua;
		color: #0000000;
	/*	margin-right: 4%; */
		}

	h6 {
		font-size: 18px;
		text-align: center;
		font-family: Book Antiqua;
		color: #000000;
		margin-right: 4%; 
		}

	h7 {
		font-size: 17px;
		text-align: center;
		font-family: Book Antiqua;
		color: #0000000;
	/*	margin-left: 10%;  */
		}

	h8 {
		font-size: 18px;
		text-align: left;
		font-family: Book Antiqua;
		color: #0000000;
		}

/* Links */
a:link     {color:#30033FF}
a:visited  {color:#30033FF}
a:hover    {color:#CC3300}
a:active   {color:##30033FF}

</style>
