body {
	background: url(images/bkgd.gif) repeat;
	margin: 20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #3d3729;
	}
	
p { margin: 0; padding: 5px 25px; text-align: left; font-size: 115%; }
	
h1 {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-transform: uppercase;
}

h2 {
	margin: 4px 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

.leftPanel {
	width: 202px;
	background: url(images/navBar/navBarBkgd.jpg) no-repeat;
	}
	
.leftPanelLinks  {
	margin: 0 25px;
	padding: 5px;
	font-size: 110%;
	background: url(images/navBar/navLinksBkgd.jpg) repeat-y;
}
	
.leftPanelLinks ul { margin: 0 0 10px 0; padding: 0; list-style: none; }

.leftPanelLinks li { margin: 3px 0; padding: 0; }

.leftPanelLinks li.header { font-size: 105%; font-weight: bold; }

.leftPanelLinks a { color: #514a38; text-decoration: none; }

.leftPanelLinks a:hover { color: #9f8b4e; }



#mainPanel { width: 100%; }

.header1 {
	width: 100%;
	height: 25px;
	text-align: center;
	background: url(images/bkgdHeadFoot.jpg);
	border-top: solid 1px #716347;
	border-bottom: solid 1px #716347;
	}

.header2 {
	width: 100%;
	height: 50px;
	text-align: center;
	background: url(images/bkgdHeadFoot2.jpg);
	border-top: solid 1px #716347;
	border-bottom: solid 1px #716347;
	}
		
.content1 {
	width: 100%;
	height: 546px;
	text-align: center;
	background: #FFFFFF;
	}
	
.content2 {
	width: 100%;
	height: 546px;
	background: url(images/bkgd2.gif);
	}
	
.content3 {
	width: 100%;
	height: 496px;
	background: url(images/bkgd.gif);
	}	
	
.content4 {
	width: 100%;
	height: 496px;
	text-align: center;
	background: #FFFFFF;
	}	
			
.footer1 {
	width: 100%;
	height: 25px;
	text-align: center;
	background: url(images/bkgdHeadFoot.jpg);
	border-top: solid 1px #716347;
	border-bottom: solid 1px #716347;
	}
	
.footer2 {
	width: 100%;
	height: 50px;
	text-align: center;
	background: url(images/bkgdHeadFoot2.jpg);
	border-top: solid 1px #716347;
	border-bottom: solid 1px #716347;
	}
	
.borderAll {
	padding: 0;
	margin: 0;
	border: solid 1px #000000;
	}
	
.borderTopLeftRight {
	padding: 0;
	margin: 0;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	}

.borderTopRight {
	padding: 0;
	margin: 0;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	}
	
.borderTopRightBottom {
	padding: 0;
	margin: 0;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	}	

.borderLeftRightBottom {
	padding: 0;
	margin: 0;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	}
	
.borderRightBottom {
	padding: 0;
	margin: 0;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	}
