/* the special style name "toolscontextHideInEditor"
prevents the instant editor from showing the styles in this stylesheet as choices
when editing text - they are intended for specific layout purposes and would create
bad results if the client could select them for any piece of text */
.toolscontextHideInEditor {}
/* page structure */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
}
#news-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 802px;
	min-height: 100%;
	background: #fff;
}
#pagebody {
	background-color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding-top: 30px;
}
#header {
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	float: left;
	width: 800px;
}
#newsrule {
	background: transparent url('../img/combo.gif') no-repeat scroll 0px -154px;
	height: 4px;
	width: 800px;
	float: left;
}
#newsheader {
	padding: 10px 10px 6px 10px;
	float: left;
	width: 780px;
}
#newsheader h1 {
	margin: 0;
	float: left;
	display: block;
}
#newsheader h1 a {
	display: block;
	background: url('../img/combo.gif') no-repeat scroll 0px -202px;
	width: 534px;
	height: 75px;
	text-indent: -9999px;
	float: left;
}
#homelink {
	float: right;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	margin: 3px 0;
	letter-spacing: 0.050em;
	height: 28px;
}
#homelink a, #homelink a:visited {
	color: #000;
	text-decoration: none;
}
#homelink a:hover {
	text-decoration: underline;
}
div.searchform {
	margin: 15px 0 0 0;
}
#splash.news {
	background: transparent url('../img/combo_jpg.jpg') no-repeat scroll 0px -300px;
}
#splash.articles {
	background: transparent url('../img/combo_jpg.jpg') no-repeat scroll 0px -600px;
}
#maincontent {
	padding: 8px 0;
	width: 800px;
	margin: 0 1px;
}
#maincol .content {
	padding: 0;
}
#rightcol {
	margin-left: 24px;
}
#newsfeed {
	padding: 15px;
	border: 1px solid #ccc;
}
#footer {
	padding: 8px 0 30px 0;
}
#footer-text {
	border-top: 1px solid #9f9f9f;
	padding-top: 10px;
}
h2#tag {
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	background-color: #7b7b7b;
	display: block;
	padding: 5px;
	float: left;
}
.newslist {
	clear: left;
}
.newsitem {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a8a8a8;
}
.postdate {
	color: #555;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 4px;
}
.newsitem h3 {
	margin: 0 0 6px 0;
	font-size: 20px;
	line-height: 24px;
}
.newsitem h3 a, .newsitem h3 a:visited {
	text-decoration: none;
	color: #032a6f;
}
.newsitem h3 a:hover, .newsitem h3 a:active {
	color: #999;
}
#gfc-comment {
	margin: 6px 0 18px 0;
}
#gfc-members {
	margin: 18px 0 18px 0;
}
.archivelink {
	font-size: 16px;
}
.archivelink a {
	text-decoration: none;
}
.archivelink a:hover, .archivelink a:active {
	text-decoration: underline;
}