@charset "UTF-8";
/* CSS Document */

body {
	background-color:#b3d186;
	margin: 0px;
}

#banner {
	background-image:url(images/banner1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1024px;
	margin: 0px;
}

#pageTitle {
	background:#ffffff;
	color:#701211;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:18px;
	
}

#menu {
	float:left;
	width: 200px;
	padding-top:5px;
	font-size: 14px;
	font-style:italic;
	margin: 0px;
	background:#b3d186;
	background-repeat: x-repeat;	
	}

a {
	color: #701211;
	text-decoration: underline;
}

a:link {
       color:#c54e1f;
}

a:hover {
        color:#701211;
}


#pageContent {
	float:right;
	width: 770px;
	text-align:justify;
	padding:10px 25px 10px 25px;
	color:#00000;
	background-color:#fff4ce;
	
}

.pageContentCenter {
	color: #777;
	text-align: center;
	background-color:#fff4ce;
}


#footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 1024px;
	margin: 0px;
}
#footerTop {
	width:1024px;
	height:15px;
	background-color:#a9d039;
}
