@charset "UTF-8";
body  {
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	border: thick solid #C00;
	background: #FFF;
} 
.twoColFixLtHdr #header {
	height: 140px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	margin-top: 48px;
	height: 520px;
}
.twoColFixLtHdr #mainContent {
	background: #FFF;
	float: none;
} 
.twoColFixLtHdr #footer {
	height: 85px;
} 
#nav {
	float: left;
	height: 25px;
	width: 815px;
}
#features {
	height: 197px;
	float: left;
	width: 437px;
	margin-top: 21px;
	padding-left: 10px;
}
#video {
	height: 197px;
	width: 364px;
	float: left;
	margin-top: 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #06F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#subfeatures {
	float: left;
	width: 815px;
	margin-top: 10px;
	height: 218px;
}
#news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	float: left;
	height: 50px;
	width: 785px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.news_item {
	float: left;
	width: 780px;
	height: 60px;
	padding-left: 5px;
	background: #FC3;
}
.news_item2 {
	width: 317px;
	float: left;
	height: 50px;
	padding-left: 10px;
	margin-left: 17px;
	background: #6CF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	text-align: center;
}
.subfea_item {
	float: left;
	height: 108px;
	width: 270px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
}
.subfea_thumb {
	display: inline;
	height: 99px;
	width: 89px;
	padding-bottom: 8px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 5px;
}
.subfea_text {
	height: 99px;
	width: 160px;
	float: left;
	margin-left: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#inside {
	float: left;
	width: 804px;
	margin-top: 21px;
	padding-left: 10px;
	font-size: 11px;
}
.headings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.res_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
.teach_link_head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #33F;
}
.history_p {
	font-size: 12px;
	line-height: 2em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.big_header {
	font-size: 18px;
	color: #36F;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.quotes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #090;
}
