	#wrapperwide {
		position: relative; 
		left:5px;
		background-color: #FFFFFF;
		height: 100%; 
		margin: auto; 
		width: 1000px; 
		z-index: 5;
		}	
	
	body {
		margin: 0; 
		padding: 0; 
		height: 100%; 
		min-height:100%; 
		font-family: Arial, sans-serif; 
		font-size: 12px; 
		   
	}
	
	a {
		color:#369;
		text-decoration: none;
		border: none;
		margin: 0;
		padding: 0;
		
	}
	a:hover {
		color:#000;
		text-decoration:none;
		border: none;
		margin: 0;
		padding: 0;
		
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h2 {
		font-family: "Gill Sans", "Gill Sans MT", sans serif;
		font-size: medium;
		color: #369;
		}
	
	h3 {
		color: #369;
		font-size: medium;
		}
		
	h4 {
		font-family: "Gill Sans", "Gill Sans MT", sans serif;
		font-size: medium;
		color: #484848;
		padding-bottom: 0px;
		margin-bottom:0px;
		}
		
	p {
		margin:.4em 0 .8em 0;
		padding:0;

	}
	img {
		margin:0;
		border: none;

	}
	
	ul {
		padding-bottom:5px;
	}
	
	li {
		padding-bottom:5px;
	}
	
	#imgleft {
		float:left;
		margin:0;
		padding:0;
		width:100%;
	}
	#imgright {
		clear:left;
		float:right;
		margin:0;
		padding:0;
		width:100%;
	}
	
	/* Header styles */
	#header {
		float:left;
		width:1000px;
		overflow:hidden;
		
	}
	#header p,
	#header h1,
	#header h2 {
		padding:0;
		margin:0;
	}
	
	#right{
		float: right;
	}

	#right ul {
		clear:left;
		float:right;
		list-style:none;
		margin:10px;
		margin-right: 30px;
		padding:0;
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
		font-size: small;
		font-variant: small-caps;
	}
	#right ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#right ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#fff;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#right ul li a:hover {
		background:#369;
		color:#fff;
	}
	#right ul li a.active,
	#right ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	
	#right ul li a span {
		display:block;
	}
	
	#home ul li a{
		font-family: "Arial", "Gill Sans", "Gill Sans MT", sans serif; 
		font-size:12px;
		list-style-type:none;
		color: #484848;
	}
	
	#home ul li a:hover {
		font-weight:bold;
		color: #369
		
	}
	#home ul li a.active,
	#home ul li a.active:hover {
		font-weight:bold;
	}
	
	#header ul {
		clear:left;
		float:left;
		position: relative;
		width:100%;
		overflow:hidden;
		list-style:none;
		margin:0;
		margin-top:-8px;
		padding:0;
		background-color: #436CA5;
		border-bottom:3px solid #FF9900;
		width: 100%;
		z-index:0;
		}
		
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
		font-size: small;
		background-color: #436CA5;
		color: #fff;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background-color: #436CA5;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#FF9900;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background-color: #FF9900;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

	#centers{
		
	}

	#centers ul {
		
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
		font-size: medium;
		font-weight: bold;
		font-variant: small-caps;
		list-style-image: url(images/arrow.jpg);
	}
	#centers ul li {
		list-style-image: url(images/arrow.jpg);
		
	}
	
	#centers ul li a {
		
		color:#369;
		list-style-image: url(images/arrow.jpg);
		padding: 5px;
		
	}
	#centers ul li a:hover {
		background:#369;
		color:#fff;
		
	}
	#centers ul li a.active,
	#centers ul li a.active:hover {
		color:#369;
		
	}
	


	#sidebartext {
		font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
		font-size: small;
	}

	/* 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 */
	}
	/* 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;
	}
	/* 3 Column settings */
	.threecol {
		background:#EDF3F3;		/* right column background colour */
	}
	.threecol .colmid {
		right:16%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:66%;			/* width of the middle column */
		background:#EDF3F3;	/* left column background colour */
	}
	.threecol .col1 {
		width:56%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:24%;			/* Width of left column content (column width minus padding on either side) */
		left:16%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;			/* 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) */
	}


	/*
	background was #eee
	
	right column content: 16%
	right column total: 20%
	
	center column content: 56%
	center column total: 62%
	
	left column content: 20%
	left column total: 24%
	
	left at end: 86%
	*/
		
	#footer {
		clear:both;
		position: relative;
		top: 10px;
		left: -15px;
		width:100%;
	
	}
	#footer p {
		clear:both;
		position: relative;
		top: 10px;
		width:100%;
		border-top:1px solid #000;
		font-family: sans-serif;
		font-size: 8pt;
		padding: 10px;
		margin: 10px;
	}

	</style>