/* CSS Document */
body {
	background-color: #999999;
	background-image: url(../images/bodybg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
	font-size: 12px;
	overflow: auto;
	color: #666666;
	text-align: center;
}
a, a:link {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a:hover, a:visited:hover {
	color: black;
}
a:visited {
	color: #996666;
}
li {
	list-style-image: url(../images/bullet1.gif);
}
li.no_bullet {
	list-style-image: none;
	list-style-type: none;
}
img {
	border: 0px;
}
hr.clearer{
	clear: none;
}
li p {
	margin: 0px 0px 10px 0px;
}
li.obsolete,li.obsolete .date {
	color: #CCCCCC;
}
#container {
	margin-left: 3%;
	margin-right: 3%;
	background-color: white;
	padding: 0px;
	min-width: 770px;
	width: 970px;
	text-align: left;
}
#leftcolumn {
	width: 11%;
	float: left;
	padding: 10px;
	background-color: white;
	font-size: 11px;
	border-right: 1px dotted gray;
}
#centercolumn_home {
	background-color: white;
	width: 54%;
	float: left;
	padding: 0px;
	border-right: 1px dotted gray;
}
#centercolumn_lrg {
	background-color: white;
	width: 78%;
	float: left;
	padding: 0px;
	border-right: 1px dotted gray;
}
#centercolumn_only {
	background-color: white;
	width: 100%;
	float: left;
	padding: 0px;
}
#centercolumn {
	background-color: white;
	width: 65%;
	float: left;
	padding: 0px;
	border-right: 1px dotted gray;
}
#centercolumn_home_content {
	padding: 10px;
}
#centercolumn_content {
	padding: 10px;
}
#rightcolumn {
	width: 18%;
	float: right;
	padding: 10px;
	background-color: white;
	font-size: 11px;
}
#rightcolumn_home {
	width: 43%;
	float: right;
	padding: 10px;
	background-color: white;
	font-size: 11px;
}
#footer {
	clear: both;
	font-size: 9px;	
	background-color: #E8E9E9;
	padding: 1%;
	background-image: url(../images/footerbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	/*text-transform: lowercase;*/
}
#footer a {
	font-size: 9px;
	font-weight: normal;
}
#content {
	border-top: 5px solid #666666;
	clear: both;
	margin: auto;
	padding: 0px;
	/*height: 1px;
*/
	background-color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	height: 100%;
}
/* IE 3px bug --- http://www.positioniseverything.net/explorer/threepxtest.html*/
html #centercolum_home, * html #rightcolum_home {
	margin-right: -3px;
}
/* IE 3px bug */
hr {
	padding: 0px;
	height: 1px;
	color: #FFF;
	background-color: #FFF;
	/*line-height: 1;
*/
	border: 1px;
	font-size: 1px;
	clear: both;
	/*margin: 7px auto !important;
*/
	width: 90%;
	margin: 20px auto;
}
#logo {
	float: right;
	margin: 30px 0px 10px 10px;
}
.date {
	color: #999999;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#flashcontent {
	clear: left;
	float: none;
	margin: 0px;
}

.paging p.reset {line-height: 28px; background: #eeeeee 50% 0 repeat-y; position: relative; padding: 6px 10em; text-align: center; font-size: 100%;}
.paging p.reset .prev, .paging p.reset .next {position: absolute; font-weight: bold; text-decoration: none;}
.paging p.reset .prev {left: 0; top: 0; padding: 6px 5px 6px 40px; background: transparent 0 50% no-repeat;}
.paging p.reset .next {right: 0; top: 0; padding: 6px 40px 6px 5px; background: transparent 100% 50% no-repeat;}
.paging p.reset .page {display: inline-block; width: 30px; text-decoration: none; margin: 0 3px;}
.paging p.reset .page:hover {background: #ccc;}
.paging p.reset strong.page {background: #fff; /*border-bottom: 1px solid #ccc; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7;*/}
