	#wrapperwide {
		position: relative; 
		left:5px;
		top: 20px;
		border-color:#666;
		border-width:1px;
		border-style:solid;
		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; 
		background-color:#BCDBFB;
		   
	}
	
	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;
	}
	h1 {
		color:#369;
	}
	h2 {
		font-family: "Gill Sans", "Gill Sans MT", sans serif;
		font-size: medium;
		color: #369;
		}
	
	h3 {
		color: #369;
		font-size: 10pt;
		}
		
	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:800px;
		overflow:hidden;
		
	}
	#header p,
	#header h1,
	#header h2 {
		padding:0;
		margin:0;
	}
	
	
	#home ul li a{
		font-family: "Gill Sans", "Gill Sans MT", "Arial", sans serif; 
		font-size:12px;
		list-style-type:none;
		color: #575757;
	}
	
	#home ul li a:hover {
		font-weight:bold;
		color: #369
		
	}
	#home ul li a.active,
	#home ul li a.active:hover {
		font-weight:bold;
	}
	

	#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;
		
	}
	
	#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
	background-color:#FFF;
	z-index:1;
}

	#nav a {
	display: block;
	width: 10em;
	color:#575757;
}



	#nav li {
	float: right;
	width: 10em;
}

	#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
	font-size: small;
	color: #fff;
}

	#nav li:hover ul {
	left: auto;
	z-index:1;

}

	#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1;
	
}
	#nav ul li a:hover {
	color:#BCDBFB;
}
	#nav ul li a.active,
	#nav ul li a.active:hover {
	color:#BCDBFB;
	}
	


	#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:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:20%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:60%;			/* width of the middle column */
		background:#eee;	/* 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:20%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* 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:86%;			/* 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 {
		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: 10pt;
		padding: 10px;
		margin: 10px;
	}

	</style>