.articleList {
	margin: 10px 3px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
h3, .prOverview > h3 > a {
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.dateline {
	font-weight: bold;
	/*font-size: 11px;*/
	margin-top: 10px;
}
.prOverview {
	display: block;
	clear: both;
	margin-bottom: 10px;
	min-height: 85px;
	border-bottom: 1px solid #ccc;
}
.previewText {
	margin-left: 95px;
}
.previewText > p , .previewText > .dateline, .previewTextNoImg > p , .previewTextNoImg > .dateline {
	margin-top: 5px;
}
.previewImg {
	border: 1px solid black;
	margin: 0px 5px;
}
.readMore {
	display: block;
	float: right;
}
.readMore a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	
}
.readMore a:hover {
	text-decoration: none;
	background: transparent url(../images/arrows.png) no-repeat right top;
}
.articleSpacer {
	display: block;
	clear: both;
	height: 5px;
}
.searchForm {
	padding: 10px 3px 20px;
	display: block;
	border: none;
}
.searchBox {
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-bottom: 2px;
	width: 200px;
	background-color: #fff;
}
.searchButton {
	border: 1px solid #000;
	background-color: #990000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	margin-left: 10px;
}
.rightColCategories {
	border: 2px solid #072E56;
    margin-top: 23px;
}
.rightContent {
	padding: 5px 5px 2px;
}
.rightContent ul li {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    padding: 5px 0;
}
.rightColCategories .img {
    border: 1px solid #999999;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    display: inline;
    padding: 3px;
    position: relative;
}
.rightContent ul h4 {
    background: url("../img/arrows.png") no-repeat scroll left 50% transparent;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}
.rightColCategories > h3, .bottomCategories > h3 {
    background-color: #072E56;
    color: #FFFFFF;
}
h3.monthHeader { 
	font-weight:bold;
}
.rightContent h4 a, .rightContent h4 a:active, .rightContent h4 a:hover, .rightContent h4 a:visited {
    color: #000000;
}
.yearList { text-align:center;font-weight:bold; }
#content div.yearList a {
    display: inline-block;
    font-weight: bold;
    padding: 20px;
	text-decoration:underline;
	border:none;
	
}