@charset "iso-8859-1";
/* CSS Document */

#news {
	text-align: left;
	float: left;
	width: 80%;
	margin: 4em 0 1em 10%;
	padding: 0px;
	display: inline;
	clear: left;
}
#news a, #sidetxt a, #news a:visited, #sidetxt a:visited {
	color: #C33;
	text-decoration: none;
	font-weight: bold;
}
#news a:hover, #sidetxt a:hover, #news a:active, #sidetxt a:active {
	color: #D22;
	text-decoration: underline;
	font-weight: bold;
}
#news h1 {
	letter-spacing: -1px;
	font: normal 2.1em/0.9em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Microsoft Sans Serif", sans-serif;
	margin: 1em 0px 0.4em;
	color: #fff;
	padding: 0px;
}
#news h1.first {
	margin: 0px 0px .5em 0px;
}
#news h1.member {
	margin: 0px 0px 5px 0px;
	background: url(gfx/dear_prsmember.gif) no-repeat -12px top;
	text-indent: -9999px;
	display: block;
	line-height: 40px;
}
#news h2 {
	font: bold 1em/0.9em Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #EEE;
	margin: 1.5em 0 0.6em;
	padding: 0px;
}
#news h3 {
	font: bold 1em/1.2em Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #C21;
	margin: 1.5em 0 0.25em;
	padding: 0px;
}
#news p {
	margin: .8em 0 .4em 0;
}
#news img.left {
	float: left;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
}
