/* CSS Document 

   (c)2007 TechTriad, Inc. */

body {
	background-color: #1C60AB;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 225px;
}
#news p {
	margin: 0px 0px 6px;
}
#news h1 {
	font-size: 14px;
	font-weight: 600;
	color: #F0B77A;
	margin: 0px;
}
#news h1 a:link, #news h1 a:visited {
	color: #F0B77A;
	text-decoration: none;
}
#news h1 a:hover {
	color: #F0B77A;
	text-decoration: underline;
}


#news a:link, #news a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#news a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#news ul {
	margin-top: 2px;
	margin-left: 6px;
}
#news ul li {
	margin-left: 6px;
	list-style-type: square;
	padding-bottom: 2px;
	padding-top: 2px;
}






#footer {
	font-size: 11px;
	color: #F0B77A;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #F1F1F1;
	text-decoration: underline;
}
