﻿
#sidebar {
	float: left;
	width: 233px;
	margin-left: 20px;
	_margin-left: 10px;
}

#sidebar a {
	color: #7c7c7c;
}

#sidebar div.top {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	height: 9px;
	width: 233px;
	overflow: hidden;
}

#sidebar div.middle {
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	width: 223px;
	padding: 0 5px 0 5px;
}

#sidebar div.bottom {
	background: url(../images/sidebar_bottom.gif) no-repeat left top;
	height: 11px;
	width: 233px;
}

#sidebar h2 {
	margin: 0 0 0 0!important;
	font-size: 100%;
	background: #bcbcbc url(../images/sidebar_h2_bg.gif) repeat-x left top;
	color: white;
	padding: 2px 6px;
}

#sidebar p {
	margin: 4px 8px;
	color: #555555;
	font-size: 90%;
}

div.quicklinks {
	padding-bottom: 10px;
}

div.quicklinks a {
	display: block;
	background: url(../images/grid_bullet.gif) no-repeat -8px 1px;
	padding: 0 0 3px 8px;
	font-size: 110%;
}

div.newsMenu h3 {
	font-size: 100%;
	margin: 6px 8px 2px 8px;
}

div.newsMenu h3 a {
	color: #003366!important;
}

div.newsMenu p {
	font-size: 90%!important;
}

div.newsMenu p.date {
	font-size: 80%!important;
	font-weight: bold;	
}

#moreNews {
	padding: 4px 8px 8px 8px!important;
	display: block;
}