<style media="screen" type="text/css">

	body { 
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
    }
	p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
   }
   p {font-size: 14px; color: #6d4318; line-height: 18px;}
   ul li {font-size: 14px; color: #6d4318; line-height: 18px; list-style: none;}
   h6 {font-size: 16px; color:#a14f1d;}
   h5 {font-size: 18px; color:#b88527;}
   h4 {font-size: 22px; color:#7a4813;}
   h3 {font-size: 26px; color:#a14f1d;}
   h2 {font-size: 30px; color:#b88527;}
   h1 {font-size: font-size: 36px; color:#7a4813;}
   strong {color: #856d37; font-weight: bold; }
	/* Column Styles */
   .colwrap {
   		width: 760px;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		height: 100%;
		}
   .content {
		padding: 10px 10px 10px 10px;
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		width: 745px;
		float: left;
		}
	.leftCol {
		width:200px;
		height: 100%;
		float:left;
		background:#e8dfcd;
		overflow: hidden;
		}
	.rightCol {
		width: 545px;
		height: 100%;
		background-color: #fff;
		float: left;
		}
	.leftBox {
		width: 495px;
		height: 100%;
		background-color: #fff;
		float: left;
		}
	.rightBox {
		width: 250px;
		height: 100%;
		background-color: #e5ded0;
		float: right;
		}
	.leftTextpad {
		padding: 0px;
		text-align: left;
		float: left;
		}
	.leftText, .rightText, .leftBoxtext, .rightBoxtext {
		text-align: left;
		padding: 15px 15px 15px 15px;
		float: left;
		}
   .colwrap a {text-decoration: none; color: #aa7f2f; line-height: 28px;}
   .colwrap a:hover {text-decoration: underline; color: #d0921f;}
   .leftText a {text-decoration: none; color: #aa7f2f; line-height: 28px; }
   .leftText a:hover {text-decoration: underline; color: #d0921f;}

/*#content {
margin: 0px 10px 10px 10px;
background-color: #fff;
}	
#boxleft {
	width: 150px;
	height: 100%;
	background-color: #f2eee8;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float: left;
	overflow: hidden;
}
#boxright {
width: 575px;
height: 100%;
background-color: #fff;
padding: 0px 10px 10px 10px;
margin: 0px 10px 10px 10px;
}
#colright {
	width: 250px;
	height: 100%;
	background-color: #f2eee8;
	padding: 10px 15px 10px 15px;
	margin: 0px 10px 10px 10px;
	overflow: hidden;
}
#colleft {
width: 475px;
height: 100%;
background-color: #fff;
float: left;
margin: 0px 10px 10px 10px;
}
p, h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
p {
font-size: 14px;
color: #6d4318;
line-height: 18px;
}
h1 {
font-size: 16px;
color:#a14f1d;
}
h2 {
font-size: 18px;
color:#b88527;
}
h3 {
font-size: 22px;
color:#7a4813;
}
h4 {
font-size: 26px;
color:#a14f1d;
}
h5 {
font-size: 30px;
color:#b88527;
}
h6 {
font-size: 36px;
color:#7a4813;
}
strong {
color: #a87c2a;
}
a {
text-decoration: none;
color: #aa7f2f;
}
a:hover {
text-decoration: underline;
color: #d0921f;
}*/
</style>
