/***********************************************//* 3col_leftNav.css                             *//* Use with template 3col_leftNav.html          *//***********************************************//***********************************************//* HTML tag styles    #333333=black(text)  CC0000=red CCCC99=nav  *//***********************************************/ body{	font-family: Arial, Helvetica, sans-serif;	font-size: 100%	line-height: 1.25;	margin: 0px 10px;	padding: 0px;	color: #333333;}a{	color: #333333;	text-decoration: none;}a:link{	color: #333333;	text-decoration: none;}a:visited{	color: #CC0000;	text-decoration: none;}a:hover{	color: #CC0000;	text-decoration: underline;}h1{ font-family: Arial,sans-serif; font-size: 120%; color: #CC0000; margin: 0px; padding: 0px;}h2{ font-family: Arial,sans-serif; font-size: 114%; color: #CC0000; margin: 0px; padding: 0px;}h3{	font-family: Arial, sans-serif;	font-size: 105%;	color: #CC0000;}h4{ font-family: Arial,sans-serif; font-size: 100%; font-weight: normal; color: #333333; margin: 0px; padding: 0px;}h5{ font-family: Arial,sans-serif; font-size: 100%; color: #333333; margin: 0px; padding: 0px;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}/***********************************************//* Layout Divs                                 *//***********************************************/#masthead{	padding: 5px 0px 10px 5px;	border-bottom: 1px solid #CC0000;	width: 100%;}#navBar{	float: left;	width: 22%;	background-color: #FFFFFF;	border-right: 1px solid #CC0000;	border-bottom: 1px solid #FFFFFF;}#headlines{	float: right;	width: 22%;	border-left: 1px solid #CC0000;	border-bottom: 1px solid #FFFFFF;	margin-top: 10px;}#content{	width: 45%;	clear: none;	float: left;	margin: 10px;	height: auto;}/************* #globalNav styles **************/#globalNav{padding: 15px 0px 5px 10px;border-bottom: 0px solid #CC0000;color: #CC0000;}#globalNav img{ display: block;}#globalNav a {	font-size: 90%;	padding: 0 4px 0 0;}/************** .story styles *****************/.text{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	color: #333333;	text-align: left;	vertical-align: top;	display: block;	text-indent: 0px;	height: auto;	width: auto;	white-space: normal;}.hide_text{	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	color: #FFFFFF;	text-align: left;	vertical-align: top;	display: block;	text-indent: 0px;	height: auto;	width: auto;	white-space: normal;}/************* #siteInfo styles ***************/#siteInfo{	clear: both;	font-size: 75%;	color: #CC0000;	padding: 15px 10px 10px;	border: 1px solid #FFCC00;}/*********** #navBar link styles ***********/#navBar ul a:link, #navBar ul a:visited {display: block;}#navBar ul {list-style: none; margin: 0; padding: 0px;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#navBar li {border-bottom: 1px solid #EEE;}/* fix for browsers that don't need the hack */html>body #navBar li {border-bottom: none;}/*********** #sectionLinks styles ***********/#sectionLinks{	position: relative;	vertical-align: top;	margin: 0px;    padding: 0px;	font-size: 80%;}#sectionLinks h3{	padding: 10px 0px 5px 10px;}#sectionLinks a {	display: block;	vertical-align: top;	border-bottom: 1px solid #CC0000;	padding: 3px 0px 3px 10px;}#sectionLinks a:hover{	background-color: #FFFFFF}/*********** .relatedLinks styles ***********/.relatedLinks{	position: relative;	margin: 0px;	padding: 10px 0px 0px 10px;	font-size: 80%;	background-color: #FFFFFF;}.relatedLinks h3{	padding: 0px 0px 0px 0px;}.relatedLinks a:link,.relatedLinks a:visited {	display: block; }/************** #headlines styles **************/#headlines{	margin: 0px;	padding: 10px 0px 0px 20px;	font-size: 80%;}#advert {	clear: both;	padding: 0px 0px 0px 0px;}/************** #schedules styles **************/#schedule{	width: 100%;	clear: none;	float: left;	padding: 0px;	vertical-align: top;}.schedule_text {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	color: #333333;	text-align: left;	vertical-align: top;	padding: 5px;	border: 1px solid #FFCC00;}.hide_sch_text {	font-family: Arial, Helvetica, sans-serif;	font-size: 80%;	color: #FFFFFF;	text-align: left;	vertical-align: top;	padding: 5px;	border: 1px solid #FFCC00;}