div#maincontent {
	padding: 10px 0 10px 20px;
	text-align: justify;
	margin-left: 244px;
	background-color: #ffffff;
	color: #000000;
	border-left: solid #999999 1px;
}
div#leftcolumn {
	padding: 10px 0 10px 5px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	width: 220px;
}
#categoryHeader {
	background-image: url(/images/Heading2Bg.gif);
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#categoryFooter {
	background-image: url(/images/Heading2Bg.gif);
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	padding: 5px;
}
#storyHeadline {
	background-image: url(/images/Heading2Bg.gif);
	color: #003399;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
}
#content {
	position:relative;
	padding: 0 0 0 5px;
}
#lastModified {
	font-size: 9px;
	color: #999999;
	padding: 0 0 10px 5px;
}
.dateTime {
	font-size: 9px;
	color: #999999;
	padding: 0;
}
p.storyContent {
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	margin-top: 0;
}
p.storyContent a:link, p.storyContent a:visited, p.storyContent a:active {

	font-weight: bold;
	text-decoration: none;
	color: blue;
	background-color: #FFF;

}

p.storyContent a:hover {

	text-decoration: underline;
	background-color: yellow;

}

/*
ul {
	padding: 0.5em 0 0.75em 0.75em;
	margin: 0.5em 0 0.75em 0.75em;
}
li {
	padding: 0 0 11px 0;
}
*/
a.storylist {
	color: #003399;
	font-size: 11px;
	text-decoration:none;
}
p.blankline {
	height: 15px;
}
#storyImage {
	float: right;
	margin: 0 100px 10px 20px;
	width: 200px;
	font-size: 11px;
	font-style: italic;
}
div#pageNum {
	height: 20px;
	width: 100%;
	background-color: #ffffff;
	vertical-align:bottom;
}
div#pageNum ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	text-align: right;
}
div#pageNum li {
	list-style-type: none;
	display: inline;
	padding: 1px;
	margin: 1px;
}
div#pageNum li a {
	text-decoration: none;
	color: #003399;
	font-weight: normal;
}
.currentPage {
	color:#C00;
	font-weight: bold;
}
div#pageInfo {
	color:#999;
	font-weight: normal;
	font-size: 9px;
	text-align: right;
}
.tableBorder {
	border: 2px solid #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}


