body 
{
	margin: 0;
	padding: 0;
	font-family: ariel; sans-serif;
	font-size: medium;
	background-color: #FAEBD7;
	color: #003399;
} 

#container 
{	
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	clear: both;
	overflow: auto;
}

#header 
{	float: center;
	background-image: url(images/logo20043.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 5px 15px;
	width: 580px;
	height: 91px;
	font-size: xx-large;
	color: #003399;
	font-weight: bold;
}



/* Left Menu */

#menuleft 
{	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	width: 150px;
	
}




.menuitems 
{	padding: 15px 15px 15px 15px;
	line-height: 20px;
	background-color: #FAEBD7;
}

.menuitems a  {	color: #003399;
         	text-decoration: none;
}
.menuitems a:hover
{		color: #00CC00 ;}

/* Body Main Content */

#body1 
{		
		float: right;
		width: 580px;
		margin: 10px 0px 10px 0;
		padding: 5px;
		border: #dddddd; solid; 1px; 
}

.bodytitle 
{		height: 15px;
		margin-bottom: 5px;
		padding: 4px 0  2px 5px;		
		font-weight: bold;
		background-image: url(images/content-title-bg.jpg);
		background-repeat: repeat-x;		
		color: #003399;
		background-color: #FAEBD7;
		
		
}
.bodycontent 	
{		float: right;
		padding: 10px;
		line-height: 20px;
		background-color: #FAEBD7; 
}	
/* footer */
.footer 
{		float: left;
		width: 765px;
		height: 25px;
		padding-top: 5px;
		text-align: center;
		color: #003399;
		background-image: url(images/footer.jpg);

}