body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6D6D6D;

	background-color: #f0f0f0;	
	background-image: url(images/bckgTopHoriz.jpg);
	background-repeat: repeat-x;

}


#mainContainer {
	width: 750px;
	min-height: 520px;
	_height: 520px;
	
	margin: 0 auto;
	background-image: url(images/bckgContent.jpg);
	background-repeat: no-repeat;		


/*	background-color: Aqua;*/
}


#headContainer {
	width: 750px;
	height: 150px;
	background-image: url(images/bckgHead.jpg);
	float: left;
}

#contentContainer {
	width: 688px;
	margin-left: 30px;
	_margin-left: 15px;
	min-height: 370px;
	_height: 370px;	
	float: left;
	background-color: white;
	padding-bottom: 25px;
}


#footerContainer {
	float: left;
	width: 678px;
	height: 71px;
	padding: 5px;
	background-image: url(images/bckgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: White;
	margin-left: 30px;
	_margin-left: 15px;	


}



#menuContainer {
	float: left;
	width: 678px;
	height: 48px;
	padding: 5px;
/*	background-color: Aqua;*/
	
}




#menuContainer ul {
	padding: 0px;
	margin: 0px;
	width: 678px;
	height: 48px;
/*	background-color: red;*/
	background-image: url(images/bckgMenu.jpg);
	background-repeat: repeat-x;
	display: block;
}

#menuContainer ul li {
	float: left;
	list-style: none;
/*	margin-left: 5px;
	_margin-left: 5px;*/
	margin-right: 0px;
	padding: 5px;
	padding-bottom: 10px;

	margin-top: 17px;
	

	
}

#menuContainer ul li a {
	text-decoration: none;
	color: #E5FFBF;
/*	background-color: Fuchsia;*/
	border-bottom: 5px solid white;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9pt;

}

#menuContainer ul li a:hover {
	background-color: #569c1e;
	border-bottom-color: #94bb84;
	color: White;
}

.imagesContainer {
	float: right;
	width: 250px;
	margin-top: 20px;
}
.articleContainer {
	width: 350px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	_margin-left: 3px;	
	border-left: 15px solid #589803;
	padding-left: 20px;
	padding-bottom: 15px;
/*	background-color: Aqua;*/
}

h1 {
	font-size: 15pt;
	color: #518800;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.4em;
	
}

h2 {
	font-size: 12pt;
	color: #68AE00;

	margin-top: 1em;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.footerText {
	width: 300px;
	height: 60px;
	float: right;
	color: White;
	font-size: 7.5pt;
	line-height: 1.2em;
	margin-top: 14px;
	margin-right: 15px;
	text-align: right;
	
}

.footerText a {
	color: #A4FF20;
	text-decoration: none;
}

.footerText a:hover {
	color: #C8FF77;
}

.articleImage {
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 237px;

}