body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background: url(images/bars.gif);
	margin: 0px;
}

div.site {
	width: 900px;
	background-color: #FFFFFF;
	border: 1px black solid;
	z-index: 1;
}

div.header {
	width: 100%;
}

div.middle {
	width: 100%;
}

div.footer {
	width: 100%;
}

div.error {
	text-align: center;
}

div.blocktitle {
	height: 20px;
	width: 100%;
	position: relative;
	border: 1px #000000 solid;
}

div.blocktitletext {
	top: 2;
	left: 4;
	position: relative;
}

div.blockcontent {
}

div.blockcontenttext {
	position: relative;
	left:2;
}

div.sections {
	width: 100%;
	min-width: 500;
}

div.sectionheader {
	text-align: center;
	height : 28px;
	width: 100%;
}

div.sectionheadertext {
	position: relative;
	top: 2;
}

div.section {
	padding: 5px;
}

div.sectiontext{
}

div.index_content {
	padding: 5px;
}

div.breadcrumbs {
	text-align: left;
	background-color: #DDDDDD;
	border: 1px solid #000000;
	padding: 5px;
}

span.breadcrumbs {
}

span {
	font-size: 14px;
}

span.error {
	font-size: 14px;
	font-weight: bold;
}

span.header{
}

span.middle{
}

span.footer {
	font-size: 10px;
}

span.sitename {
	font-size: 28px;
	font-weight: bold;
}

span.blocktitle {
	font-size: 13px;
	font-weight: bold;
}

span.blockcontent {
	font-size: 12px;
}

span.sectionheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}

span.section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

span.debugmessage {
	font-size: 14px;
}

span.userinfo {
	font-size: 11px;
}

span.sbcms {
	font-size: 10px;
	color: #FFFFFF;
}

table.site {
	border: 0px;
	width: 100%;
}

td.leftblocks {
	width: 150px;
}

td.rightblocks {
	width: 150px;
}

td.sections {
}

table.section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

a:link {
	color: #000044;
	font-weight: bold;
}

a:visited {
	color: #000044;
	font-weight: bold;
}

a:active {
	color: #000044;
	font-weight: bold;
}

a:hover {
	color: #0000dd;
	font-weight: bold;
}

a.sbcms:link {
	color: #FFFFFF;
	font-weight: bold;
}

a.sbcms:visited {
	color: #FFFFFF;
	font-weight: bold;
}

a.sbcms:active {
	color: #FFFFFF;
	font-weight: bold;
}

a.sbcms:hover {
	color: #FFFFFF;
	font-weight: bold;
}

span.newsarticleheader {
	font-size: 14px;
	font-weight: bold;
}

span.newsarticlecontent {
	font-size: 13px;
}

span.newsarticlefooter {
	font-size: 10px;
	font-weight: bold;
}

table.newsarticletable {
	background-color: #000000;
	width: 80%;
}

td.newsarticleheader {
	background-color: #EEEEEE;
}

td.newsarticlecontent {
	background-color: #FFFFFF;
}

td.newsarticlefooter {
	background-color: #EEEEEE;
}

