body {
	background-color: #5d4617;
}

#MainTable {	vertical-align: top;
			width: 800px;
			height: 600px;
			padding: 0px;
			}
			
#TopHeader {	height: 120px;
				width: 800px;
				vertical-align: top;
				padding: 0px;
				}
				
#HeaderBottom { height: 4px;
				width: 800px;
				background-color: #5d4617; }
				
#ContentSection { 	vertical-align: top;
			width: 600px;
			height: auto;
			background-color: #ffffff;
			padding: 0px;
			}

#PictureSection {	vertical-align: top;
			width: 200px;
			align: right;
			}

.Menu	{height: auto; 
		background-color: #ffffff;
		padding-right: 3px; }

#ContentDIV {		overflow: auto;
				padding-left: 15px;
				padding-top: 15px;
				padding-bottom: 15px;
				width: 575px;
				height: auto; 
				}
					
.TopHeader {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #5d4617;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5d4617;
}

.NormalWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}
.NormalBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5d4617; 

}
.NormalBoldWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff; 
}
.Subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #aab537;
}

#FooterTop {	height: 4px;
				width: 800px;
				background-color: #5d4617;
				}
				

#FooterBottom { 	height: 30px;
				width: 800px;
				background-color: #aab537; }

#FooterBottomRight {	background-color: #aab537;
				width: auto;
				height: 30px; 
				padding-left: 20px;
				}


.footerlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}

a:link {
	color: #5d4617;
}
	
a:hover {
	color: #c06600; 
}

a:visited {
	color: #5d4617; 
}
	
a.footerlink:link {
	color: #ffffff;
}

a.footerlink:hover {
	color: #c06600;
}

a.footerlink:visited {
	color: #ffffff;
}

a.Normal:visited {
	color: #5d4617; 
}

a.NormalBold:visited {
	color: #5d4617; 
}


