@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3c2b21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAF3C9;
}
#navBar {
	font-size: 12px;
	color: #88260F;
	background-color: #DAC46F;
	text-align: center;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navBar  a:link {
	text-decoration: none;
	color: #88260F;
	display: inline;
	padding: 10px;
}
#navBar   a:visited {
	text-decoration: none;
	color: #88260F;
	display: inline;
	padding: 10px;
}
#navBar    a:hover {
	text-decoration: none;
	display: inline;
	padding: 10px;
	background-color: #C3BD8D;
	color: #88260F;
}
#navBar     a:active {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 10px;
	background-color: #8E3724;
}
#tdmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBF3CA;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAF3C9;
}
#content a:link {
	font-size: 12px;
	color: #DAC46F;
	text-decoration: underline;
}
#content  a:visited {
	font-size: 12px;
	color: #DAC46F;
	text-decoration: underline;
}
#content   a:hover {
	font-size: 12px;
	color: #3C2B21;
	text-decoration: underline;
}
#content    a:active {
	font-size: 12px;
	color: #3C2B21;
	text-decoration: underline;
}
#tdFooter {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C2B21;
}
a:link {
	color: #DAC46F;
	text-decoration: underline;
}
a:visited {
	color: #DAC46F;
	text-decoration: underline;
}
a:hover {
	color: #3C2B21;
	text-decoration: underline;
}
a:active {
	color: #3C2B21;
	text-decoration: underline;
}
.darkBlock {
	background-color: #802E18;
	display: block;
	margin: 8px;
	padding: 8px;
	border: 1px solid #DAC46F;
}
.leftPad {
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
}
