body {
	font-family: Helvetica, 'Hevetica Neue', Arial, sans-serif;
	font-size:62.5%;
	color:#161116;
	text-align:center;
	text-indent:0pt;
	min-width:400px;
	
	margin:0;
	padding:0;
	background:#ffffff url(graphics/gradient.jpg) repeat-x;
}




/* body#index{
	background:#ffffff url(graphics/gradient.jpg) repeat-x;
}
body#schools{
	background:#ffffff url(graphics/gradient_school.jpg) repeat-x;
}
body#corp{
	background:#ffffff url(graphics/gradient_corp.jpg) repeat-x;
}
body#contact{
	background:#ffffff url(graphics/gradient_contact.jpg) repeat-x;
}
body#fe{
	background:#ffffff url(graphics/gradient_fe.jpg) repeat-x;
}
body#he{
	background:#ffffff url(graphics/gradient_he.jpg) repeat-x;
}
body#about{
	background:#ffffff url(graphics/gradient_about.jpg) repeat-x;
}*/

#container {
	position:relative;
	top:0px; 
	
	width:800px; 
	
	text-align:left; 
	
	margin:0 auto 0 auto; 
	
}



	
#nav { 
	position:relative; 
	
	width:180px; 
	
	float:left; 
	
	top:0px;
	
	margin:0px 30px 0px 0px;
	background:#e1d6cd; /*url('graphics/colourbar.jpg') no-repeat 0px bottom;
*/	
}

	#nav ul {
		padding:0px; 
		margin:16px 0px 10px 26px; 
		list-style-type: none;
	}
	#nav li {
		margin: 0px;
		position: relative;
		padding: 0px 0px 6px 0px;
		display: block;
		font-size: 1.5em;
		text-decoration: none;
		color:#333333;
		font-weight: bold;
	}
	#nav li#schoolslink {
		padding:10px 0px 6px 0px;
	}
	#nav a{
		color:#736557;
		text-decoration:none;
	}
	#nav a:hover {
		color: #fd7416;
	}
	#nav p {
		margin:30px 0px 10px 26px;
	}

body#index div#nav li#homelink a {color: #06535e;}
body#schools div#nav li#schoolslink a {color: #06535e;}
body#corp div#nav li#corplink a {color: #06535e; }
body#contact div#nav li#contactlink a {color: #06535e; }
body#fe div#nav li#felink a {color: #06535e;}
body#he div#nav li#helink a {color: #06535e;}
body#about div#nav li#aboutlink a {color: #06535e;}


#main {
	position:relative; 
	
	width:375px; 
	
	float:left; 
	
	
	margin:95px 20px 20px 0px;
}
	#main h1 {
		margin:40px 0px 20px 0px;
		height:20px;
	}
	#main {
		font-family:Georgia, Times, serif;
		font-size:1.5em;
		line-height:1.8em;

	}
	#main p.big {
		font-size:1.3em;
		
		line-height:1.6em;
		
		margin:0px 0px 0px 0px;
		font-weight:bold;
		color:#032c34;
	}
	
	#main p.extrabig {
		font-size:1.5em;
		line-height:1.65em;
		
		margin:0px 0px 0px 0px;
		font-weight:bold;
		color:#032c34;
	}
	
	#main ul {
		
		list-style-type:none;
		
		margin:0;
		
		padding:0;
	
	}
	
	#main li {
		
		padding:0px 0px 5px 12px;
		
		margin:0px;
		
		background:transparent url('graphics/bullet.jpg') no-repeat 2px 0.75em;
	
	}
	
	#main form{
		
		margin:20px 0px 0px 0px;
	
	}

div#contact {
	position:absolute;
	width:300px;
	top:25px;
	left:500px;
	text-align:right;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#06535e;
}	
	div#contact a {
		color:#06535e;
		}
#secondary {
	position:relative;
	
	float:right;
	
	width:180px;
	
	font-family:Georgia, Times, serif;
	
	margin:95px 0px 20px 0px;
	
	padding:0px;
	
	font-size:1.35em;
	line-height:1.45em;
	color:#444444;
}
	

#threecol {
	position:relative;
	float:left;
	width:590px;
	font-family:Georgia, Times, serif;
	
	font-size:1.35em;
	line-height:1.45em;
	margin:20px 0px 20px 210px;
	color:#444444;

}

	#secondary p, #threecol p {
		
		margin:0 0 4px 0;
	}
	
	#secondary img, #threecol img { 
		
		margin:8px 0px 12px 0px;
	
		}
	#secondary ul, #threecol ul {
		
		list-style-type:none;
		
		margin:0;
		
		padding:0;
	
	}
	
	#secondary li, #threecol li {
		
		padding:0px 0px 5px 12px;
		
		margin:0px;
		
		background:transparent url('graphics/bullet.jpg') no-repeat 2px 0.5em;
	
	}

.quote {
	display:block;
	float:left;
	background:transparent url('graphics/quote.jpg') no-repeat;
	width:40px;
	height:30px;
	text-indent:-1000px;
}

	
.col {
	position:relative;
	float:left;
	width:180px;
	margin:0px 25px 0px 0px;
}	
.last {
	margin:0px !important
}

#bottombar {
	position:relative;
	
	/* float:left;*/
	
	clear:both;
	width:590px;
	margin:40px 0px 0px 210px;
	color:#858585;
	text-align:left;
	border-top:2px solid #06535e;
	font-size:1.2em;
	}




/* body#index #bottombar{
	border-top:2px solid #210955;
}
body#schools #bottombar{
	border-top:2px solid #fd7416;
}
body#fe #bottombar{
	border-top:2px solid #28b1d9;
}
body#he #bottombar{
	border-top:2px solid #17cf66;
}
body#corp #bottombar{
	border-top:2px solid #736191;
}
body#about #bottombar{
	border-top:2px solid #06535e;
}
body#contact #bottombar{
	border-top:2px solid #3c5913;
} */


a {	color: #06535e;
	text-decoration:underline;}

a img {border:0px;
}

a:hover {/*color:#ffffff;
	background:#210955;*/
	text-decoration:none;}

