/* general body styles */
	body {
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		margin: 0px;
		background-color: #000;
		background-image: url(../_IMAGES/www_main_200801/body_bg.gif);
		background-repeat: repeat-x;
	}

	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	p {
		line-height: 1.5;
	}
	
/* general link styles */
	a:link {
		color: #3366FF;
	}
	a:visited {
		color: #336699;
	}
	

/* tabs */
	#tmpl_tab_table {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	#tmpl_tab_table td {
		text-align: center;
		padding: 6px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#tmpl_tab_table td a {
		color: #333;
	}
	#tmpl_tab_table td.selected {
		background-color: #fff;
		border: 1px solid #333;
		padding-left: 15px;
		padding-right: 15px;
		color: #333;
	}

/* Get Into College Box */
#get_into_college {
	width:619px;
	height:120px;
	background:url(../_IMAGES/get_into_college.gif) no-repeat;
}
#get_into_college #get_into_college_content {
	padding:5px 10px 0 10px;
}
#get_into_college_content h2 {
	text-indent:-9999px;
}
#get_into_college_content p {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
}
#get_into_college_content span {color:#f26522;font-weight:bold;}

/* Other classes */
.orange {color:#f26522;}
.green {color:#026701;}

/* Testimonials */
.clearfix {
	clear:both;
	font-size:0px;
}
/* 855 */
.testimonial {
	width:380px;
	float:left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.testimonial p {text-align:justify;}

/* EasySlider */
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	color:#339933;
}
#slider, #slider li {
	/* 
	define width and height of container element and list item (slide)
	list items must be the same size as the slider area
	*/ 
	width:600px;
	height:50px;
	overflow:hidden;
}
span#prevBtn {}
span#nextBtn {}		
