html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../_img/pageBG.jpg);
	background-repeat: repeat-x;
}
h1 {
	border-bottom: 1px solid #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #80000F;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
#main {
	margin: auto;
	width: 729px;
	border: 1px solid #000000;
}
#topBanner {
	background-image: url(../_img/topBanner.jpg);
	background-repeat: no-repeat;
	height: 187px;
}
#topNav {
	background-color: #000000;
	width: 729px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 24px;
	padding-top: 3px;
}
#topNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#topNav a:hover {
	color: #000000;
}
#content {
	background-color: #AA0000;
	clear: both;
	background-image: url(../_img/contentBg.gif);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 177px;
	background-color: #AA0000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	overflow: hidden;
}
#right {
	float: left;
	width: 500px;
	min-height:400px;
	height:auto !important;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: hidden;
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(../_img/footerBG.jpg);
	background-repeat: repeat-y;
	text-align: center;
	clear: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA0000;
}
#leftNav {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
#leftNav a {
	color: #FAC225;
	display: block;
	padding-bottom: 6px;
	text-decoration: none;
}
#leftNav a:hover {
	color: #000000;
}
.table_header, .table_header A:link, .table_header A:active, .table_header A:visited, .table_header A:hover {
	background-color: #80000F;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}

.table_column {
	border-bottom: 1px solid #C7C7C7;
	background-color: #FFFFFF;
	color: #400000;
	font-weight: bold;
	padding: 2px;
}
.table_row {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

.table_row_alt {
	background-color: #F1F1F1;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}
.news_content {
}

.news_info {
}

.section_header {
	border-bottom: 1px solid #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #80000F;
}

.news_header {
	font-size: 14px;
	font-weight: bold;
}
.content {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.input_button {
	border: 1px solid #80000F;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
}

.input_text {
	border: 1px solid #80000F;
	background-color: #FFFFFF;
}
#leftCol {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#leftCol a {
	color: #FAC225;
	display: block;
	padding-bottom: 6px;
	text-decoration: none;
}
#leftCol a:hover {
	color: #000000;
}

