h1, h2, h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	padding:0;
	margin-top: 0px;
	margin-right: 0.4em;
	margin-bottom: 0.2em;
	margin-left: 0;
}
	p { text-align: left; margin:0.4em 0.4em 0.8em; padding:0; }
	img {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims { color: #6e6e6d; clear:both; background:#eee; border-top:4px solid #000; margin:0; padding:6px 15px !important; text-align:right; vertical-align: 5px; }
#layoutdims a { color: #6e6e6d; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; vertical-align: 5px; }
#layoutdims a:hover { color: #457679; text-decoration: underline; }
/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #eee;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* 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;
	}
.col1 p { color: #6e6e6d; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; line-height: 1.4em; text-align: justify; }
.col1 ul { color: #595958; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 1.5em; text-align: left; list-style-type: square; }
.col2 ul { text-align: left; list-style-type: none; }
.col2 ul li ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.col2 ul li a { color: #000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }
.col2 ul li a:hover { color: #457679; }
.col3 ul { color: #595958; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 1.5em; text-align: left; margin: 0; padding: 0; list-style-type: circle; list-style-position: inside; }
.col3 ul li a { color: #457679; font-size: 11px; }
.col3 ul li a:hover { color: #000202; }
.col3 p { color: #6e6e6d; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; line-height: 1.3em; }
/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 { width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 { width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* 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 styles */
	#footer { color: #a8a8a6; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px; clear:both; float:left; width:100%; border-top:1px solid #a8a8a6; }
	#footer p {
		padding:10px 20px;
		margin:0;
	}
.col1 h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.col1 h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

