@CHARSET "ISO-8859-1";

#video_container{
	
	/* my flash flv settings 
	width: 296px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	padding-top: 5px; 
	margin-bottom: 10px;
	*/
	
	width: 310px; 
	height: 250px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	padding-top: 0px; 
	margin-bottom: 10px;
	/* border-bottom: 1px solid black; */   
}

#id_home_rightcol{
	margin-left: 10px;
}
#id_home_rightcol img{
	margin-left: 20px;
}

/************** specific to news column on homepage ***************/
#news_section{
	margin-bottom: 40px;
	
	
}

#news_section div{
	
	border-bottom: 1px solid black;
	
	
}

#news_section ul{ /* hack so the bullet points show */
	margin-left: 20px;
	
	
}

#news_section span{
	font-style:italic;
	font-size: 11px;
	width: 100%;
	text-align: right;
	/* margin-left: 10px; */
	/* display: block; */
	margin-top: 10px;
	
	/* border: 1px solid black; */ 
}

#news_section li{
	margin-bottom: 15px;
}

#news_section a:link {color: #000033}      /* unvisited link */
#news_section a:visited {color: #000033}  /* visited link */
#news_section a:hover {color: #000033;text-decoration: none;}  /* mouse over link */
#news_section a:active {color: #000033}  /* selected link */

/******************* end of news section ***********************/