body { background-color:#fcf6f2;
}

.logo { background-color:#fcf6f2;
		width: 840px;
		text-align: center;
}

.nav li {
	display: inline;
	list-style-type: none;
}

.nav {
	text-align: center;
	text-decoration: none;
	font-family: Times New Roman, serif;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: bold;
	font-style: italic;
	color: #6f7d26;
}
 

#floatright { 
float:right;
margin: 10px 10px 10px 10px; 
text-align:right;
}

#floatleft { 
float: left; 
margin: 10px 10px 10px 10px; 
}

#container {
		background-color:#fcf6f2;
        font-family: Times New Roman, serif;
		font-size: 12pt;
		color: #333;
		text-align: justify;
		width: 400px;
		margin-left: 10px;
		position: relative;
}

#footernav {
			text-align: center;
            font-family: Times New Roman, serif;
		    text-decoration: none;
		    font-size: 14px;
			font-style: normal;
			color: #6f7d26;		
}

#footercopyright {
		text-align: center;
         font-family: Times New Roman, serif;
          clear:both;
		  color:#333;
		text-decoration: none;
		font-size: xx-small;
}
	

.PageTitle {
	font-size: 36px;
	font-family: "Pagoda SF";
	text-align: center;
	font-weight: bold;
	color: #603f22;
}

.Content {
	font-size: 16px;
	font-family: "Times New Roman";
	text-align: justify;
	color: #333;
	width: 840px;
	vertical-align: middle;
	position: relative;
}

