body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:800px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		
		font-family:               "Segoe UI", "Verdana", sans-serif;
	font-size:80%;
	background-color: #000000;
	height: 100%;
	overflow: visible;
	}
body, html{
	height:100%;
}
	a {
		color:#716537;
	}
	a:hover {
	color:#716537;
	text-decoration:none;
	}
	h1, h2, h3 {
	padding:0;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	}
	h4{
	font-size:16px;
	font-variant: small-caps;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	}
	h1{
	font-size: 250%;
	font-variant: small-caps;
	text-transform: capitalize;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
	background-color: #000000;
	color:#FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #A49351;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A49351;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#layoutdims {
	margin:0;
	clear: both;
	padding: 0px;
	width: 100%;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:visible;
	
	
	
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
		height:100%;
		min-height:700px;
		
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	
	
	}
	/* 3 Column settings */
	.threecol {
	background-color: #000000;
	color:#FFFFFF;
	
	}
	.threecol .colmid {
	right: 25%;
	background-color: #000000;
	}
	.threecol .col1 {
	width:73%;			/* 100% plus left padding of center column */
	color: #FFFFFF;
	left: 26%;
	background-color: #000000;
	
	
	}
	.threecol .col3 {
	width:21%;		/* Please make note of the brackets here:*/
	left:30%;
	background-color: #000000;
	color: #CCC197;
					
	}
	
	.newscolmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	
	float:left;
	width:99%;			/* width of whole page */
	overflow:visible;
	border: medium solid #000000;
	}
	
	/* common column settings */
	.newscolright,
	.newscolmid,
	.newscolleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
		
		
		
	}
	.newscol1,
	.newscol2,
	.newscol3 {
	float:left;
	position:relative;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	
	
	}
	/* 3 Column settings */
	/*.newsthreecol {
	background-color: #FFE819;
	color:#FFFFFF;
	
	}*/
	.newsthreecol .newscolmid {
	background-color: #CCC197;
		
	}
	.newsthreecol .newscolleft {
	right:71%;
	color: #000000;
	background-color: #000000;
	
	}
	.newsthreecol .newscol1 {
	width:67%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
	color: #000000;
	
	
	}
	.newsthreecol .newscol2 {
	width:26%;			/* Width of left column content (column width minus padding on either side) */
	left:4%;
	
	
	}
	/*.newsthreecol .newscol3 {
		width:18%;			/* Width of right column content (column width minus padding on either side) */
		/*left:88%;		/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
					
	/*}*/
	
	
	
	
	#footer p {
	padding:10px;
	margin:0;
	}
	#footer {
	background-color:#000000;
	padding:10px;
	margin:0;
	}
	.stylejump {
	color: #000000;
	font-weight: normal;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #DEFEBC;
	border-right-color: #DEFEBC;
	border-bottom-color: #DEFEBC;
	border-left-color: #DEFEBC;
	background-color: #FFFFFF;
	line-height: normal;
	width: 100%;
	font-size:70%;
}

#floatrightheadertopleftpadded{
	float: right;
	clear: right;
	padding-top: 20px;
	padding-left: 20px;
}
#floatrightheader{
	float: right;
	clear: right;
	}
#floatrightheadertoprightpadded{
	float: right;
	clear: right;
	padding-right: 20px;
}
#floatleftheaderrightleftpadded{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#floatleftheader{
	float: left;
	}

#floatleftheadertoppadded{
	float: left;
	padding-top: 20px;
	
}
#floatleftheaderrightpadded{
	float: left;
	
	padding-right: 20px;
}
#floatleftheadertoprightpadded{
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}

#spacepad10bottom {
	padding-bottom: 20px;
	}
#spacepad10top10bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	}

#floatrightheader{
	float: right;
	clear: right;
}
#floatleftheader{
	float: left;
	padding-right: 10px;
	}

#floatleftheadertoppadded{
	float: left;
	padding-top: 20px;
}

#textframe {
	color: #000000;
	background-color: #FFFFFF;
	clear: left;
	overflow: hidden;
	border: medium groove #522522;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#textframe2 {
	color: #000000;
	clear: left;
	overflow: hidden;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCC197;
}
#newsframe {
	color: #000000;
	clear: left;
	overflow: hidden;
	background-color: #FFE819;
	padding-right: 10px;
	padding-left: 10px;
}
#scrollpage {
	overflow: scroll;
	height: 575px;
	}
#scrollpage300 {
	overflow: scroll;
	height: 300px;
	}
#scrollpage200 {
	overflow: scroll;
	height: 200px;
	}
	
#scrollpage260 {
	overflow: scroll;
	height: 260px;
	}
#borderBrown {
	border: medium outset #B6A76C;
	padding: 5px;
}
#borderBrownthin {
	border: thin outset #B6A76C;
	padding: 5px;
}
.style1 {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	color: #FFFFFF;
	font-size: 12px;
}
.style4 {
	color: #CCC197;
	
}
.style5 {
	color: #000000;
	
}
.style6 {
	color: #000000;
	
}
.style7 {
	color: #000000;
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-weight: bold;
}
