/* CSS Document */
#newslinks {
	width:485px;
	height:20px;
	margin-bottom:50px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#newslinks a {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
#newslinks a:hover {
	color:#FF0000;
	text-decoration:none;
}
#newslinks a[href $='.pdf'] {
	background-image:url(../images/pdficon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
#pageholder {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:60px;
	height:22px;
	background-color:#666666;
	margin-top:50px;
}
#pageholder ul {
	width:60px;
	height:20px;
	margin:0;
	padding:0;
}
#pageholder li {
	text-align:center;
	background-color:#666666;
	list-style-type:none;
	float:left;
	width:20px;
	height:20px;
}
#pageholder a {
	font-weight:bold;
	display:block;
	width:20px;
	height:17px;
	text-decoration:none;
	color:#333333;
	background-color:#cccccc;
	font-size:12px;
	border-bottom:1px solid #666666;
	padding-top:2px;
	
}
#pageholder a:hover {
	background-color:#333333;
	color:#cccccc;
}
#left_text_news {
	background-image:url(../images/bg_fade_right.gif);
	background-position:left;
	background-repeat:repeat-y;
	font-size:12px;
	color:#666666;
	line-height:20px;
	width:512px;
	background-color:#dedede;
	border-left:1px solid white;
	float:right;
	padding-left:20px;
	padding-right:10px;
	border-right:1px solid white;
}
#left_text_news h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#222;
	margin:5px 10px 0 0px;
	line-height:30px;
	padding:0;
}
#left_text_news h2 {
	font-family:Tahoma;
	font-size:10px;
	font-weight:lighter;
	font-variant:normal;
	text-transform:uppercase;
	color:#999999;
	margin:10px 0 0 0px;
	letter-spacing:0.3em;
}
#left_text_news h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
	font-weight:normal;
	margin:6px 0 0 0;
	color:#999999;

}
#left_text_news h6 {
	font-size:25px;
	color:#666666;
	width:500px;
	border-bottom:1px solid #cccccc;
	padding-bottom:35px;
	margin:50px 0 20px 0;
	letter-spacing:-1px;
}
