/**********home CSS*************//**********home CSS************* styles by Chacha Sikes **  10-23-06  version 1.0//**Specific stylesheet for:                 **//**                                index.php**//*** modified 27-30 November 2007 by Ted Koterwas***//******************** feature ***************/.studentLink{font-size: 16px;color: #ff9933;height: 30px;}#stories_container{	position: relative;	height: auto;	left: 50px;	padding:0px;}#story_background{	position: relative;	float: left;	width: 385px;	height: 185px;	background-image:url(../../css_theme_images/link_bkg.gif);	background-repeat:no-repeat;	top: -22px;	left: -5px;}#story_container * ,#story_container * a,#story_container * a:link,#story_container * a:active,#story_container * a:visited{	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	color: #FFFFFF;	font-weight: bold;}#story_container * a:hover,#story_container a.over{	color: #FF9933;}#story_container{	float: left;	width: 400px;	height: 210px;	position: relative;	top: 20px;	}#feature_text_up{		position: absolute;	top: 0px;	left: 0px;	width: 200px;	height: 60px;	padding:0px;	text-align: left;}#feature_text_down{		position: absolute;	top: 0px;	left: 0px;	width: 200px;	height: 60px;	padding:0px;	text-align: left;}#feature_title{	position: absolute;	top: -18px;	left: 5px;	width: 360px;	height: auto;	text-align: left;}#feature_subtitle {	position: absolute;	top: 10px;	left: 5px;	width: 190px;	height: auto;}#feature_subtitle, #feature_subtitle *{	text-align: left;	font:Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-weight: normal;}#feature_subtitle ul{margin:0 0 3px 0;padding:0;}#feature_subtitle li{height: 13px;list-style: inside;}#feature_jump_bar{	width: 160px;	height: 24px;	position: absolute;	top: 120px;	left: 0px;	text-align: left;}#feature_image_up{	width: 105px;	height: 160px;		position: absolute;	top: 90px;	left: 0px;	padding: 0px;}#feature_image_down{	width: 160px;	height: 120px;		position: absolute;	top: 13px;	left: 203px;	padding: 0px;}#feature_image_caption{	width: 195px;	height: 60px;		position: absolute;	top: 2px;	text-align: left;}/* 	#column modified 29 November 2007 by Ted Koterwas : 		changed to padding-left from 30px to 20px to allow more space	(combined padding into one decalration)		added display:inline to address IE6 float bug		changed the width from 210 to 220 - it wasn't wide enough	for the text and was rendering wider anyway to enclose it - causing weird 	behavior 		added margin: 0 0 10px 10px; to keep left and bottom content from crashing*/#column{height: auto;width: 220px;float: right;display:inline;margin: 0 0 10px 10px;padding: 10px 10px 10px 20px;font-size: 0.9em;background-image:url(../../css_theme_images/column_bkg.gif);background-repeat:no-repeat;background-color: #2E2020;}.column_title {padding-bottom: 10px;} #column em{ padding-left: 0px; }/* 	modified 29 November 2007 by Ted Koterwas : 		added padding and margin to lists and list items to better control layout			#column ul, #column ol{			padding-left: 12px;		}				#column li{			margin-left: 10px;		}*/#column ul, #column ol{	padding-left: 12px;}#column li{	margin-left: 10px;} #column em,  #column ul, #column ol, #column li{	font-weight: normal;	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	color: #FFFFFF;	padding-bottom: 5px;}.column_title,.column_title *,#column * a,#column * a:link,#column * a:active,#column * a:visited{	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	color: #FFFFFF;	font-weight: bold;}#column * a:hover,#column a.over{	color: #FF9933;}.section_label{	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	color: #FFFFFF;	font-weight: bold;	font-size:16px;	padding: 10px;	padding-left: 20px;	background-image:url(../../css_theme_images/section_title_bkg_short.gif);	background-repeat:no-repeat;}.section_text{	font-family: Verdana, Arial, Helvetica, sans-serif;	text-decoration: none;	color: #FFFFFF;	font-weight: normal;	padding: 10px;	padding-left: 20px;}/* 	.section_text li modified 28 November 2007 by Ted Koterwas : 		changed to .section_text ul and .section_text ol snd removed left:30px;	 	added .section_text ul li{	margin-left: 15px;	}	.section_text ol li{	margin-left: 20px;	}	this was to correct an issue in Firefox in which the list items appear right justified 	next to the right-floated column. The different margins correct for vertical mis-alignment 	between ordered (numbers) and unordered (bullets) lists, where they seem to align right (ie on 	the period after the number) rather than left, and it looks awkward*/.section_text ul,.section_text ol{	padding: 10px;}.section_text ul li{	margin-left: 15px;}.section_text ol li{	margin-left: 20px;}.section_table{margin:0 10px 10px 25px;}.table_caption{margin:0 10px 5px 25px;}