* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 76%/1.4 arial, verdana, sans-serif;
	background: #333 url(images/body_bg.png) repeat fixed top left;
}
img {
	border: none;
}
.two-col {
	float: left;
	width: 94%;
	padding: 10px 20px;
}
.two-col h3 {
	padding: 5px;
	margin-bottom: 5px;
	background: #262626;
	font: 110% Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #fff;
	border-bottom: 2px solid #B67C18;
}
.two-col p {
	margin-left: 0;
	color: #444;
}
.two-col .imgLeftBorder {
	float: left;
	margin: 6px 10px 10px 0;
	xpadding: 2px;
	border: 1px solid #D8D6CE;
}
.two-col .imgRightBorder {
	float: right;
	margin: 5px 20px 2px 4px;
	padding: 2px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
.col1 {
	width: 44%;
	float: left;
	padding: 10px;
}
.col2 {
	width: 44%;
	float: right;
	padding: 10px;
}
p {
	margin: 0 10px 1.3em 20px;
	font: normal 1.1em/1.4 arial,sans-serif;
	color: #444
}
h2 {
	font: 180% Georgia, "Times New Roman", Times, serif;
	letter-spacing:.05em;
	color: white;
	background: #262626 url(images/heading_bg_diag.png) no-repeat top right;
	padding: 10px;
	clear: both;
	xborder-top: 4px solid #111;
}
#content_main #col1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	color:#553924;
	font-size:130%;
	font-weight:bold;
	text-decoration:none;
	margin-left: 20px;
	clear: both;
}
h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	margin-bottom: 0;
}
h5 {
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	margin-bottom: 10px;
}

ul {
	xmargin-left: 20px;
}
a {
	color: #6F4C0F;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	width: 930px;	
	margin: 0 auto;
	xbackground: url(images/content_bg.jpg) top left repeat-y;
}
#masthead {
	height: 249px;
	background: url(images/masthead.jpg) no-repeat top left;
}
#content_wrapper {
	width: 930px;
	float: left;
	display: inline;
}
		#content_main {
			float: left;
			width: 930px;
			text-align: left;
			display: inline;
			background: #fff url(images/content_bg.png) repeat-y top left;
		}
		#content_main #col1 {
			float: left;
			width: 600px;
			text-align: left;
			display: inline;
			
		}
				#content_main #col1 ul {
					margin:10px 10px 20px 40px;
				}
				#content_main #col1 li {
					list-style-type: square;
					font-size: 100%;
					line-height: 1.2;
					margin-bottom: 5px;
					color: #000;
				}
				#content_main #col1 img {
					margin-bottom: 10px;
				}
		#content_main #col2 {
			width: 315px;
			padding: 20px 0;
			float: left;
			margin-left: 15px;
			text-align: left;
			color: #fff;
		}
			#content_main #col2 p {
				margin-left: 0;
				color: #ccc;
			}
				#content_main #col2 img {
					border: 1px solid #D8D6CE;
					margin-bottom: 10px;
				}
				
				#content_main h3 {
					color: #fff;
					font: 130% Georgia, "Times New Roman", Times, serif;
					border: 1px solid #333;
					padding: 2px;
					background: #222;
					width: 95%;
					margin-bottom: 5px;
				}
				#content_main #col2 ul {
					margin:10px 0 20px 5px;
				}
				#content_main #col2 li {
					list-style-type: none;
					background: url(images/diamond_bullet_black_bg_11px.png) no-repeat left 50%;
					padding-left: 16px;
					font-size: 100%;
					line-height: 1.2;
					margin-bottom: 5px;
					color: #fff;
				}
				#content_main #col2 a {
					color: #EEE6B7;
				}


/* misc styles */


/* form styles */
.formButton {
	font: bold 110% Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #827B3E;
	border-bottom-color: #696432;
	border-right-color: #696432;
	padding: 1px;
	background: url(images/button_bg.gif) repeat-x;
}	

