/* ================== */
/* PASCO news page CSS styles as of 2009-10-22 for NEWS PASCO css file */
/* ================== */
/* ALL HACKS were removed from this CSS file and put into Conditional Comments CSS file ie-ltev7-hacks.css */
/* ================== */
#wrap-contentsNews {/* this div is below nav-bar and breadcrumb - if used - and above footer to allow better positioning of content divs */
	padding: 0px;
	float: left;
	width: 800px;
	background: #FFFFFF url(../images/top_bar.jpg) no-repeat left top;
}

#left-columnNews {
	color:#333;
	float: left;
	width: 225px;
	margin: 0;
	padding: 5px 8px 5px 10px;
}

#left-columnNews h1{
	font-size: 18px;
	padding: 0px;
	margin: 10px 0px;
	color: #333333;
}

#left-columnNews h2{
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px;
	color: #003366;
}

#left-columnNews h3{
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px;
	color: #000066;
}

#left-columnNews h4{
	font-size:11px;
	padding: 0px;
	margin: 10px 0px;
	color: #000066;
}

#left-columnNews p {
	font-size: 11px;
	line-height: 16px;
	margin: 8px;
	color: #003300;
}
#left-columnNews  table {
	text-align:center;
	width: 220px;
	margin: 5px 0px 5px -3px;
	padding: 0;
	border: 1px solid #999999;
}
#left-columnNews  th {
	font-size:10px;
	text-align:center;
	}
#left-columnNews  td {
	font-size:10px;
	text-align:center;
}

#right-columnNews {
	background-color: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: 525px;
	color: #222222;
	border-left: 1px solid #CCCCCC;
}


#right-columnNews h1{
	font-size: 24px;
	color: #000099;
	}

#right-columnNews h2{
	font-size: 22px;
	color: #333333;
	}

#right-columnNews h3{
	font-size: 18px;
	color: #333333;
	}
	
#right-columnNews h4{
	font-size:16px;
	color: #000000;
	margin: 15px 10px 5px 0px;
	}

#right-columnNews p {
	font-size: 12px;/* in BOARD css this is set to 0.9em */
	padding: 3px;
	margin: 0 5px 0 5px; /* in BOARD css this is set to 5px 5px 15px 20px  */
	line-height: 1.4;
}

#right-columnNews ul, ol {
	margin: 5px 0px 5px 35px;
	font-size: 11px;
} 

#right-columnNews ul li ul {
	margin: 5px 0px 5px 15px;
	font-size: 0.9em;
} 

#right-columnNews ol li ol li {
	margin: 5px 0px 5px 15px;
	font-size: 1em;
	list-style-type: upper-alpha;
} 

#right-columnNews li {
	margin: 4px 0px;
	padding: 0;
}

#right-columnNews li ul li {
	font-size:1.0em;
	}
#right-columnNews table {
	width:498px;
	/*border:1px solid #999999;*/
	padding:0px;
	margin:5px 5px 15px 20px;
	font-size: 12px;
	text-align: center;
	}
	
#right-columnNews th{
	text-align:left;
	margin: 0px;
	padding: 3px;
	}

#right-columnNews td {
	text-align:left;
	margin: 0px;
	padding: 3px;
}


