<style type="text/css">

body {
	
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: Center; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	background: #fff;          
	padding: 0 10px 0 216px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body, td, p 
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 10pt;
		font-weight: 200;
		color: #033;
		line-height: 14pt;
                	}
	 UL, OL
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 10pt;
		font-weight: 400;
	    color: #900;
		line-height: 14pt;
		list-style:square
		
		}	
	LI
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 10pt;
		font-weight: 200;
		color: #033;
		line-height: 14pt;
        list-style:square
		
		}		
	tblcontent
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 12pt;
		color: #036;
		line-height: 12pt;
                	}	
	h1 
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 13pt;
		font-weight:400;
		color: #036;
		line-height: 15pt;
		}
	h2 
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #036;
		line-height: 14pt;
		}
	h3 
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 10pt;
		font-weight: 300;
	    color: #036;
		line-height: 10pt;
		}
	h4
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 8.5pt;
		font-weight: 200;
	    color: #036;
		line-height: 12pt;
		}	
	h5
{		font-family: Helvetica, Arial, sans-serif;
		font-size: 8pt;
		font-style: bold;
		color: #900;
		line-height: 10pt;
		}
	h6 
{		font-family: Verdana;
		font-size: 9pt;
		font-style: Regular;
		color: #900;
		line-height: 12pt;
		}							
A {
	font-family: inherit;
	text-decoration: inherit;
	color: #039;
	font-size: inherit;
	font-weight:500;
	font-style:	inherit;
}	
	
A:Hover {
	heading: inherit;
	font-family: inherit;
	text-decoration: none;
	color: #900;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

#divmenuitem { 
		font-size:inherit;
		font-family:inherit;
		font-size:9px;
		height: 11px;
		font-weight:inherit;
		
}

/*BELOW ARE STYLES FOR HOLYGRAIL*/


body {
	margin:0;
	padding:0;
	width:960;
	background-color:#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 */


}

h1, h2, h3, h4, h5, h6 {
	margin:.8em 0 .2em 0;
	padding:0;
	/* font-family: Verdana, Arial, Helvetica, sans-serif   */
}
p {
	margin:.4em 0 .8em 0;
	padding:0;

	/* font-family: "Helvetica", "Arial", sans-serif;\ */
}
img {
	margin:10px 0 5px;
}
#header {
	float:left; /* width: inherit;  NO HEADER WIDTH COMMAND IS USED.  */
	padding:.2em 2px 0px 240px; /* the 200px padding item pushes all text in header to line up with the Div 2(center) text below */
	margin:0;
	width:100%;	
	border-bottom: 1px solid #c12012;
				/* width of whole page */
			/* This chops off any overhanging divs */
	overflow:hidden;
	background:#ffffff;
	}
	
#headerright {
	float:right; /* width: inherit;  NO HEADER WIDTH COMMAND IS USED.   */
	padding:.2em 15px 600px 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 */
	border-bottom:1px solid #c12012;
				/* width of whole page */
			/* This chops off any overhanging divs */
	overflow:hidden;
	background:#ffffff;
	}
	
#headerwide {
	float:left; /* Creates a wide header at the top, mainly for graphics or Calls-to-action */
	padding:.2em 15px 00px 0px; /* the 0px padding  items in Headerwide to align left */
	margin:0;
	border-bottom:0px solid #ffffff;
				/* width of whole page */
			/* This chops off any overhanging divs */
	overflow:hidden;
	background:#ffffff;
	
}
#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", Frutiger, Times, serif;
}

#header h1  {
	padding:.2em 15px	.7em 15px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif; overflow:hidden;
	font-size: 13pt;
	font-weight:300;
	color: #036;
	line-height: 15pt;
}
#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:inherit;		}	
	
	

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:960px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
	border-top:1px solid border #900; 
}
#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:#ffffff;    	/* Right column background colour */
	border-bottom:0px 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:10px;
	overflow:hidden;
	
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:5px;
	margin:0;
	border-top: 1px solid #900;
	overflow:hidden;
	font-size:10px;
	font-style:inherit;
	
}
#footer p {
	padding:.5em 15px;
}





























</style>
