body {
	margin:0px;
	background-color:#3C361F;
	font-family:Trebuchet MS;
}

#mainLogoContainer {
	position:absolute;
	top:55px;
	left:205px;
}

#mainSideImageContainer {
	position:absolute;
	top:45px;
	left:15px;
}

#mainLightBackground {
	margin-top:100px;
	margin-left:75px;
	width:890px;
	background-color:#D1BD8B;
	padding:0px 15px 15px 15px;
	border-width:0px 3px 3px 0px;
	border-color:#211E11;
	border-style:solid;
}

#navBar {
	width:100%;
	height:15px;
	text-align:right;
	font-size:10px;	
	font-weight:bold;
	font-family:verdana;
	padding:0px;
}

#navBar a {
	color:black;
	text-decoration:none;
	font-variant:small-caps;
}

#navBar a:hover {
	text-decoration:underline;
	color:#735C28;
}

#mainDarkInner {
	background-color:#735C28;
	padding:15px;
}

#innerTopSection {
	background-color:#7D6632;
	width:100%;
	margin-bottom:14px;
}

#innerBottomSection {
	width:100%;
	height:150px;
}

#innerBottomSectionLeft {
	background-color:#7D6632;
	height:100%;
	width:49%;
	float:left;
}

#innerBottomSectionRight {
	background-color:#7D6632;
	margin-left:14px;
	width:49%;
	height:100%;
	clear:all;
	float:right;
	
}

.titleSection, .titleSection_Right, .titleSection_Left {
	margin:5px;
	background-color:#000000;
	margin-left:140px;
}

.titleSection_Right {
	margin-left:5px;
}

.titleSection_Left {
	margin-left:120px;
}

.titleSectionWording {
	background-color:#7D6632;
	font-color:#000000;
	font-weight:bold;
	padding-right:5px;
	padding-left:3px;
	float:left;
}

.titleSectionBullet {
	text-align:right;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	color:#808080;
	background-color:#000000;
	font-family:Times New Roman, serif;
	font-size:14px;
}

.contentSection, .contentSection_Right, .contentSection_Left {
	margin:8px;
	font-size:12px;	
}

a:link, a:visited, a:hover, a:active {
	color:#000000;
}

input {
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}

.contentSection {
	margin-left:143px;
}

.contentSection_Right {
	margin-left:8px;
}

.contentSection_Left {
	margin-left:130px;
}

.free_web_hosting_banners {
	display:none;
}