/* CSS Document */

/* Content is for the base level of the news page */

li.articles {	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: url(../none) none outside;
	margin: 0px;
	padding: 0.15em;
}
#news {
	background: url(../images/Site/Headers/news.png) no-repeat;
	text-indent: -9999px;
	height: 52px;
	width: 482px;
	margin-top: 0px;
	padding-top: 0px;
}

div#novnews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: 3px dotted #CCCCCC;
	overflow: auto;
	/*position: relative; !important*/
	position: relative;
	display: none;
	z-index: 3000;
}
/*.dropshadow {
	background: #CCCCCC left bottom;
	padding: 0px;
	margin-bottom: -5px;
	margin-left: -5px;
	height: 350px;
	width: 677px;
	position: absolute;
	z-index: 1000;
	left: 219px;
	top: 555px;
}*/

div#septnews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: medium dotted #CCCCCC;
	overflow: auto;
	position: relative;
	z-index: 3000;
	display: none;
}
div#augnews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: medium dotted #CCCCCC;
	overflow: auto;
	position: relative;
	z-index: 3000;
	display: none;
}
div#julynews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: medium dotted #CCCCCC;
	overflow: auto;
	position: relative;
	z-index: 3000;
	display: none;
}
div#junenews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: medium dotted #CCCCCC;
	overflow: auto;
	position: relative;
	z-index: 3000;
	display: none;
}
div#maynews {
	background: #E3E3E3;
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	height: 250px;
	width: 630px;
	border: medium dotted #CCCCCC;
	overflow: auto;
	position: relative;
	z-index: 3000;
	display: none;
}

a.articlelinks:hover {
	font-weight: bold;
	color: #0066CC;
}

a.closep:link, a.closep:active, a.closep:visited {
	font: bolder small-caps 10px Arial, Helvetica, sans-serif;
	color: #B00000;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	letter-spacing: .1em;
	background: #FFCACA;
}
a.closep:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC0000;
}
a.closepend:link, a.closepend:active, a.closepend:visited {
	font: bolder small-caps 12px Arial, Helvetica, sans-serif;
	color: #B00000;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	letter-spacing: .1em;
	background: #FFCACA;
}
a.closepend:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC0000;
}
p.pmod {
	margin: 0px;
	padding: 0px 0px 5px;
}
p.pmodend {
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: right;
}
#containermain {
	margin: 0px;
	padding: 0px;
	width: 630px;
}
