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%;
	height: 100%;
	overflow: visible;
	background-color: #FFFFFF;
	}
body, html{
	height:100%;
}
	a {
		color:#FFFFFF;
	}
	a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #FFFF00;
	}
	h1, h2, h3 {
	padding:0;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	}
	h1{
	font-size: 250%;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
	color: #000000;
	}
	h2{
	font-size: 150%;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
	color:#FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#layoutdims {
	margin:0;
	clear: both;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	}
	/* 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 {
	color:#FFFFFF;
	background-color: #000000;
	
	}
	.threecol .colmid {
	right: 25%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/iStock_000007086994Small.jpg);
	background-color: #FFFFFF;
	}
	.threecol .col1 {
	width:71%;			/* 100% plus left padding of center column */
	color: #000000;
	left: 27%;
	
	
	}
	.threecol .col3 {
	width:21%;		/* Please make note of the brackets here:*/
	left:31%			/*(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */;
	color: #000000;
					
	}
	
	.newscolmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:97%;			/* width of whole page */
	overflow:visible;
	}
	
	/* common column settings */
	.newscolright,
	.newscolmid,
	.newscolleft {
		float:left;
		width:97%;			/* 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 {
		/*right:29%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		
	}
	.newsthreecol .newscolleft {
	right:71%;
	color: #ffffff;
	background-color: #4488B6;
	
	}
	.newsthreecol .newscol1 {
	width:67%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	color: #000000;
	
	
	}
	.newsthreecol .newscol2 {
	width:25%;			/* Width of left column content (column width minus padding on either side) */
	left:6%;
	
	
	}
	/*.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 {
	padding:10px;
	margin:0;
	}
	.stylejump {
	color: #000000;
	font-weight: normal;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #3AB1B1;
	border-right-color: #3AB1B1;
	border-bottom-color: #3AB1B1;
	border-left-color: #3AB1B1;
	background-color: #FFFFFF;
	line-height: normal;
	width: 90%;
	font-size:70%;
	left: 5%;
	right: 5%;
}

#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;
	}
.style1 {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}
.style2 {
	color: #CCCCCC;
	font-size: 12px;
}
.style3 {
	color: #A1C46A;
	font-size: 12px;
}
#floatrightheader{
	float: right;
	clear: right;
	padding-left: 10px;
}
#floatleftheader{
	float: left;
	padding-right: 10px;
	}

#floatleftheadertoppadded{
	float: left;
	padding-top: 20px;
}

#textframe {
	color: #000000;
	background-color: #FFFFFF;
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
}
#newsframe {
	color: #000000;
	clear: left;
	overflow: hidden;
	width: 90%;
	margin-top: 60px;
	font-variant: small-caps;
	float: right;
}
#border1 {
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #B6CC39;
}
.border2 {
	border: thick inset #B6CC39;
	}
.inset {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;

}
