@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	background:#fffFFF;
	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%;	
}

h1, h2, h3, h4{
	margin:.8em 0 .2em 0;
	padding:0;
	/* font-family: Verdana, Arial, Helvetica, sans-serif   */
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
}
img {
	margin:10px 0 5px;
}
#header {
	float:left; /* width: inherit;  NO HEADER WIDTH COMMAND IS USED.  I THINK IT IS SET FROM THE4 HEADER.CFM; NOT SURE */
	padding:.2em 15px 00px 200px; /* the 200px padding item pushes all text in header to line up with the Div 2(center) text below */
	margin:0;
	border-bottom:1px solid #ccc;
				/* width of whole page */
			/* This chops off any overhanging divs */
	overflow:hidden;
	background:#CCC;	
}#Menuheader {
	float:left; /* width: inherit;  NO HEADER WIDTH COMMAND IS USED.  I THINK IT IS SET FROM THE4 HEADER.CFM; NOT SURE */
	padding:.2em 0px 00px 00px; /* the 200px padding item pushes all text in header to line up with the Div 2(center) text below */
	margin:0;

	width:100%;			/* width of whole page */
			/* This chops off any overhanging divs */
	overflow:hidden;
	background:#CCC;	
}
#Menuheader p {
	padding:0 0px 0 0px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header h1  {
	padding:.2em 15px	.7em 15px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header h3  {
	padding:.2em 15px	.7em 15px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header h4  {
	padding:.2em 15px	.7em 15px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
	border-top:.5 px solid #003366;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#99CCCC;    	/* Right column background colour */
	border-bottom:1px solid #FFF;
	border-right:thin
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:200px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
}



























