/* CSS by Jonathan B. Morgan, 2007 */

div#news {
	clear: both;
	border-top: 0px solid #CCCCCC;
	margin-top: .5em;
}

div#news h1 {
	padding: 2px 5px;
	position: relative;
	margin: .5em 0px;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #194579;
	text-align: left;
}

div#news h1 a  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
div#news h1 a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
div#news h3 {
	padding: 0.5em 0px 0px;
	margin: 1em 0px 0px;
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	color: #990000;
	border-top: 1px dashed #999999;
	text-align: left;
	}	

div#news p {
	padding: 0px;
	line-height: 120%;
	margin-top: .5em;
	margin-bottom: .25em;
	margin-left: 0px;
	margin-right: 0px;
}

div#news a {
	color: #006699;
	text-decoration: none;
}

div#news a:hover {
	text-decoration: underline;
}

div#news .date {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 90%;
}

div#news .type {
	color: #990000;
	font-weight: bold;
}

div#news .title {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: .25em;
}

div#news .title a {
	font-weight: bold;
}

/* Not using this style since we decided to not do sub titles in italics on the News Release pages
div#news .sub { 
	display: block;
	font-style: italic;
	font-weight: normal;
} */

div#news ul {
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: url(/resources/images/bullet_dash.gif) none outside;
	margin-left: 1em;
	margin-right: 1em;
}
div#news ul li {
	margin-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	border-bottom: 0px dashed #999999;
}

div#news ul ul {
	list-style: url(/resources/images/bullet_dot.gif) none outside;
}
div#news ul ul ul {
	list-style: url(/resources/images/bullet_dot2.gif) none outside;
}

div#news input {
	margin: 10px 0px 0px;
}





