@charset "utf-8";
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:#f3f3f3 url(../images/bg.jpg) 58% fixed no-repeat;;
}

#cont {
	width:1000px;
	margin:auto;	
	border:1px solid white;
	background:url(../images/contentbg.jpg) repeat-y;
}

#nav {
	text-align:right;
	margin:8px 5px 5px 0px;
	padding:3px;
}

#nav a:link, #nav a:visited {
	background:black; color:white; border:#efefef; padding:3px 6px 3px 6px; text-decoration:none;
}

#subnav {
	margin:5px 0px 0px 15px;
}

#subnav a:link, #subnav a:visited {
	color:#e9422e;	
}

#lt {
	width:50%;
	float:left;
	text-align:left;
	color:white;
	font-size:11px;
}

	#lt_img {
		width:500px;
		height:452px;
		position:relative;
		background:url(../images/energize.jpg) no-repeat;
	}
	
	.imgHold {
		position:absolute;
	}
	
	#lt_container {
		overflow:hidden;
		height:205px;
	}
	
	#lt_infobg {
		background:	#8ea5d1;
		height:215px;
	}
	
	.lt_content {
		height:400px;
		padding-right:10px;
	}
	
	#chart {
		padding:15px 10px 0px 20px;	
		color:black;
	}
	
	#lt #chart h2 {
		color:black;	
		font-size:14px;
	}
	
	.chart_img {
	 	margin:15px 0px 5px 15px;	
	}

#rt {
	width:50%;
	float:right;
	text-align:left;
	background:white url(../images/student.jpg) bottom no-repeat;
	padding-bottom:278px;
	min-height:389px;
}
	#rt_container {
		overflow:hidden;
		width:499px;
		height:300px;
	}
	
	.rt_content {
		height:850px;
	}
	
	.logo {
		margin:8px 10px 0px 0px;	
	}
	
a:link, a:visited {
	color: #146db1;
}
a:hover {
	color: #2a79bb;	
}

#rt h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#156eb2;
	margin:15px 0px 0px 15px;
}

#rt h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333333;
}

#lt h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:10px;
}

#rt h3 {
	font:bold italic 12px Arial, Helvetica, sans-serif;
	color:#333333;
}

#rt h2, #rt h3, #rt p {
	margin:20px 15px 0px 15px;
	line-height:16px;
}

ul {
	margin-right:15px;
}

#lt li {
	margin-left:-25px;
}

#rt p.nomargin {
	margin-top:0;
}

#lt p {
	margin:10px 5px 0px 0px;
	font-size: 12px;
}

#rt p.testSig {
	font:bold 11px Arial, Helvetica, sans-serif;	
	margin-bottom:30px;
}

.team {
	margin:30px 0px 40px 0px;
	min-height:190px;
}

#rt .team h2 {
	font-size:13px;	
	margin-bottom:0;
}

.small {
	font:11px Arial, Helvetica, sans-serif;
}


.clear {
	clear:both;
	height:0px;
}

