* {
	
}

html {
	overflow-y: scroll;
	overflow-x: auto;
}

div{
	
}

body {
	width: 100%;
	text-align: center;
/*	background-color: #999966;*/
	background-color: #AEAE84;
	font-family: "Book Antiqua";
	font-size: 13px;
	line-height: 17px;
	font-weight: 575;
	color: #4E4F47;
}

/* Page Structure Begin */

#pageWrapper{
	margin: 0 auto;
	text-align: left;
	width: 737px;
	position: relative;
	background-color: #CCCC99;
}

#pageHeader {
	background-color:  #CCCC99;

}

#mainContent {
	width: 737px;
	background: url("leftcornerflower.jpg") no-repeat bottom left;
}



#leftNav {
	width: 189px;
	float: left;

}

#centerContent {
	float: left;
	width: 348px;
	border-left: solid #AAAD7B 1px;
	border-right: solid #AAAD7B 1px;
	color: #4E4F47;
	padding: 0 4px 0 4px;

}

#centerContent h1 {
	font-size: 24px;
	line-height: 25px;
}

#rightNav {
	float: right;
	width: 183px;
	color: #5D3634;
	padding: 0 3px 0px 3px;
	
}

#flowerBox {
	clear: both;
}
#copyright {
	clear: both;
	text-align: center;
	background-color: white;
	color:  #4E4F47;
	font-family: Georgia;
	font-size: 11px;
	background: url("copyright_bkgrnd.jpg") no-repeat;
}

#pageFooter {
	color: #FFFFFF;
	background-color: #999966;
	width: 737px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 9px;
}



/* End Page Structure */

#centerContent p {
	padding: 0 2px 4px 2px;
}

#rightNav h2 {
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	line-height: 22px;
}

#rightNav ul {
	font-family: Arial;
	list-style: none ;
	margin: 0;
	padding: 0;
}

#rightNav li {
	margin: 0;
	padding-bottom: 15px;
}

#rightNav ul a {
	text-decoration: none;
	color: #5D3634;
}

#rightNav ul a:hover {
	text-decoration: underline;
}

.newsDate {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.newsTitle {
	font-family: Georgia;
	font-size: 15px;
	line-height: 16px;
}


