body {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
	color: #A0A0A0;
	background: #171717 url(images/site_bkg.jpg) top center fixed;
}

.clear { 
	clear: both;
}

/* LINKS */

a:link {
	color: #A0A0A0;
	text-decoration: none;
}

a:visited {
	color: #A0A0A0;
	text-decoration: none;
}

a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

a:active {
	color: #A0A0A0;
	text-decoration: underline;
}

#outer-wrapper { 
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Verdana, sans-serif;
	background: #171717 url(images/site_bkg2.gif) repeat-y;
}

#new-left {
	width: 100px;
	float: left;
	background: #2B2B2B;
}

#new-mid {
	width: 850px;
	float: left;
	background: #171717 url(images/site_bkg.gif) repeat-y;
}

#new-right {
	width: 100px;
	float: right;
	background: #2B2B2B;
}

#header-wrapper {
	width: 850px;
	height: 215px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header {
	float: left;
	width: 850px;
}

#content-wrapper {
	width: 850px;
	min-height: 1300px;
	text-align: left;
}

#left-sidebar-wrapper {
	width: 218px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav {
	width: 218px;
	height: 150px;
	font-size: 9pt;
	font-weight: bolder;
	background: url(images/nav_bkg.jpg) no-repeat;
}

#left-sidebar-content {
	width: 180px;
	position: relative;
	left: 35px;
}

#main-wrapper {
	width: 449px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-content {
	padding: 2px 7px 5px 7px;
	width: 428px;
	text-align: justify;
	line-height: 1.4em;
}

#right-sidebar-wrapper {
	width: 183px;
	margin: 0;
	padding: 0;
	float: right;
}

#right-sidebar-content {
	margin-left: 5px;
	margin-right: 15px;
}

#footer-wrapper {
	width: 850px;
	height: 172px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/footer.jpg) no-repeat;
}

#footer-top {
	width: 850px;
	height: 10px;
	background: url(images/footer_top.gif) no-repeat;
}

#footer-banners {
	width: 850px;
	height: 105px;
	padding-left: 28px;
	background: url(images/footer_top.gif) no-repeat;
}

#footer-bottom {
	width: 850px;
	height: 57px;
	background: url(images/footer_bottom.jpg) no-repeat;
}

#footer-content { 
	padding-top: 23px;
	padding-left: 27px;
	padding-right: 27px;
}

.footer {
	font-size: 7pt;
}

.forms {
	font: normal normal 8pt Verdana, sans-serif;
	color: #A0A0A0;
	background-color: #171717; 
	border: 1px #A0A0A0 solid;
}

.button {
	font-size: 7pt;
}

.title {
	color: #921902;
	font-weight: bolder;
}

.date {
	color: #921902;
	font-weight: bolder;
	margin-top: 3px;
}

.news-cnt {
	margin-top: 2px;
	margin-right: 5px;
}

.news-more {
	text-align: right;
	margin-right: 8px;
}

.image {
	border: 1px #000000 solid;
	margin: 2px 5px 2px 0px;
}

a.redlink, a.redlink:link, a.redlink:visited {
	color: #E0AD6C;
    text-decoration: none;
}

a.redlink:hover, a.redlink:active {
	color: #E0AD6C;
    text-decoration: underline;
}