html, body 
{
	font-family: arial;
	height: 98%;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFCC;
	margin: 0 auto;
	background-image: url(/images/image009.gif);
	background-repeat: no-repeat;
}

	.a1black
	{
		font-family: arial;
		font-size: 8pt;
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	
	.a1black:hover
	{
		font-family: arial;
		font-size: 8pt;
		color: red;
		text-decoration: none;
		font-weight: bold;
	}	

	.a2black
	{
		font-family: arial;
		font-size: 10pt;
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	
	.a2black:hover
	{
		font-family: arial;
		font-size: 10pt;
		color: red;
		text-decoration: underline;
		font-weight: bold;
	}	
	
	.a1norm
	{
		font-family: arial;
		font-size: 8pt;
		color: black;
		text-decoration: none;
	}
	
	.a1norm:hover
	{
		font-family: arial;
		font-size: 8pt;
		color: red;
		text-decoration: underline;
	}		

	.a2norm
	{
		font-family: arial;
		font-size: 10pt;
		color: black;
		text-decoration: none;
	}
	
	.a2norm:hover
	{
		font-family: arial;
		font-size: 10pt;
		color: red;
		text-decoration: underline;
	}	


#container 
{
	min-height: 98%;
	text-align: left;
	width:926px; 
	position: relative;
	padding-bottom:25px;
}

* html #container 
{
	height: 100%;
}


#myLogo
{
	margin: 0 auto;
}

#myMenu
{
	margin-top: -3px;
	width: 926px;
	height: 22px;
	position: relative;
	z-index: 10;
}


#content 
{
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	width:906px; 
}

#homeDivLeft
{
	background-color: #FFEEAA;
	position: absolute;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	width:300px;
	font-size: 12px;
	border: 3px solid #FDE06F;
}

#homeDivRight
{
	position: absolute;
	padding: 5px 5px 5px 5px;
	margin-left: 325px;
	width:575px;
}

