﻿html, body {
	background: #FBFBFB;
	display:block;
	width:100%;
	min-height:100%;
	min-width:941px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 2.5em;
	text-align: justify;
	height:100%;
}

hr {
	position:relative;
	top:-20px;
	height:2px;
	text-align:left;
	height:2px;
	background-color:#6E2B32;
	border:0;
	margin-left:0;
	margin-bottom:0;
}

img {
	border:0;
}

#supercontainer {
	position:relative;
	width:1018px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
}

#leftshadow {
	position:absolute;
	top:0px;
	left:0px;
	width:9px;
	height:100%;
	background:url(../images/bordergradleft.png);
}

#rightshadow {
	position:absolute;
	top:0;
	right:0;
	width:9px;
	height:100%;
	background:url(../images/bordergradright.png);
}

#container {
	position:relative;
	background-color:#FFF;
	font-size:1.2em;
	left:9px;
	margin-right:9px;
	height:100%;
	width:1000px;
}

#banner {
	position:relative;
	width:1000px;
	height:63px;
	background-color:#FFF;
	border-bottom:solid 1px #a1a1a1;
}

#imgbanner {
	position:relative;
	width:1000px;
	height:120px;
	background: transparent url(../images/imgbar1.gif);
}

#linkbar {
	width:1000px;
	background-color:#f6f6f6;
	height:28px;
	border-bottom:solid 1px #a1a1a1;
	border-top:solid 1px #a1a1a1;
}

#main {
	position:relative;
	height:60%;
	padding-left: 0px;
	padding-right: 0px;
	padding-right:0px;
	width:100%;
	top:-3px;
}

#content {
	background-repeat: repeat-x;
	position:relative;
	min-height:312px;
	height:100%;
}

#sub_left {
	text-align:left;
	padding-left:50px;
	padding-top:30px;
	font-size:12px;
	font-weight:bold;
	color:#979797;
	line-height:20px;
	width:480px;
	min-height:625px;
}

#pagebody {
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
}

#index {
	width:150px;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:50px;
	left:50px;
	background-color:#000000;
}

#maintext {
	position:relative;
	left:200px;
	width:700px;
}

#footer {
	line-height:14px;
	clear: both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:75%;
	min-width:600px;
	font-size: 10px;
	position:relative;
	top:20px;
	border-top: 1px solid #CCCCCC;
}

.title {
	font-weight:bold;
	font-size:15px;
	color:#6E2B32;
}

.attribution {
	color:#666;
	font-size:11px;
	float:right;
	text-align:right;
}

.superscript {
	position:relative;
	top:-4px;
	font-size:0.9em;
}

.accent {
	color:#6E2B32;
	font-weight:bold;
	font-size:1.2em;
}

.sectionheader {
	font-size:2em;
	color:#999999;
	font-style:italic;
	font-weight:bold;
}

.newstitle {
	float:left;
	font-weight:bold;
	font-size:14px;
	color:#6E2B32;
	max-width:250px;
	margin-bottom:5px;
	text-align:left;
}

.newsdate {
	float:right;
	font-style:italic;
	font-size:9px;
	color:#666;
	margin-bottom:5px;
}

/******************** Top Navigation ************************/
ul.dropdown, ul.dropdown li {
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 0px;
	left: 100%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

#topline {
	border-top:1px solid #a1a1a1;
}

/********************* End top navigation ***************************/


h1 {
	font-size: 23px;
	margin-bottom: 20px;
	padding-bottom:5px;
	color: #696969;
	font-weight: bold;
}

h2 {
	font-size:20px;
	color:#6E2B32;
	font-weight:bold;
}

h3 {
	font-size:15px;
	color:#000000;
	font-weight:bold;
}

h4 {
	font-size:12px;
	font-style:italic;
	color:#666;
}

a:link {
	color: #670610;
	text-decoration: none;
	font-weight: bold;
}		 /* unvisited link */

a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}	/* visited link */

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}	 /* mouse over link */

a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}	 /* selected link */

 /***************************** Sponsors table	****************************/
#ads {
	font-size: 12px;
	background: #fff;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	border-color: #600;
	border-width:2px;
	border-style:solid;
	border-collapse: collapse;
	text-align: left;
}

#ads th {
	font-size: 14px;
	font-weight: normal;
	color: #860614;
	padding: 9px 8px 10px 40px;
	border-bottom: 2px solid #6E2B32;
}

#ads td {
	color: #666666;
	padding: 9px 0px 10px 40px;
}

#ads tbody tr:hover td {
	color: #860614;
}

 /***************************** News navigation ****************************/
			
.navcontainer {
	width:350px;
	margin-bottom:40px;
	position:absolute;
	top:28px;
	right:115px;
}

.text {
	width: 350px;
	height: 100%;
	position: relative;
	padding:15px;
	left: 30px;
	text-align: justify;
	max-height:525px;
	top: -22px;
	overflow: auto;
	border: solid 2px #6E2B32;
	line-height:22px;
}

.navcontainer a {
	color: #6E2B32;
	border-bottom: 1px solid #eee;
}

.navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

.navcontainer a:hover {
	color: #8f242e;
}