body {
	margin : 0;
	background : #eaeaea url(background-leaves.jpg) fixed repeat 0% 0%;
	font-family: sans-serif;
	font-size: 8pt;
}

#pagebounds1 {
	position: static;
	width : 750px;
	height: auto;
	margin-left :		auto;
	margin-right:		auto; 
	margin-top : 30px;
	background : #ffffff;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#pagebounds1 h2 {
	text-align: 		center;
	text-decoration:	underline;
	color:			#177b2f;
}

#footer {
	position : relative;
	width : 750px;
	height: auto;
	padding : 3px;
	margin-left : 60px;
	color : #555555;
}

#navbar {
	background : #ffffff;
	margin : 0;
	padding : 0;
	border : 0 none inherit;
}
#navbar a, a:link, a:visited, a:hover, a:active {border: 0px;padding:0px;margin:0px;}

#mainrect {
	position : relative;
	width : 600px;
	height : auto;
	border : 1px solid black;
	background : #eaeaea;
	padding : 0px;
	margin-left : 75px;
}
#mainrect p {padding: 5px; color: #003562; background: #dbdbdb;}

#recttitle {
	position : static;
	width : 100%;
	height : auto;
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 3px;
	border-bottom : 1px solid #E2A04A;
	background : #cccccc;
	color: #555555;
}

.newsdate {color: #177b2f; font-size: 10pt;text-decoration: underline;}
