﻿@charset "utf-8";

html {
	background-color: #2c5a6b;
	height: 100%;
}
body {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	color: #000000;
	background-image: url('../images/pgbk.png');
	background-repeat: repeat-y;
	background-position: top;
	line-height: 150%;
	min-height: 100%
}
.rivercenter #container { 
	background: #FFFFFF;
	width: 898px;
	margin: 0px 0 0 0;
	border: 0px solid #FFFFFF;
	text-align: left;
	height: 100%;
}
.rivercenter #toplinks { 
	background-image: url('../images/topbar_fadebk.jpg');
	background-repeat: repeat-x;
	height: 44px;
	margin: 0 auto;
	text-align: right;
}
.rivercenter #topimages { 
	padding: 8px;
}
.rivercenter #flashbox { 
	height: 359px;
	background-color: #BED6C7;
	margin: 0 auto;
	border-top: 1px solid #BED6C7;
}
.rivercenter #insidetop { 
	height: 122px;
	background-color: #BED6C7;
	margin: 0 auto;
	border-top: 0px solid #FFFFFF;
}
.rivercenter #mainlinks {
	width: 898px;
	height: 55px;
}
.rivercenter #mainContent { 
	padding: 0px 6px 0px 26px;
	margin: 0px 0 0 0;
	background-color: #F4F4E3;
}
.rivercenter h3 {
	padding: 0px;
	color: #2C5A6B;
}	
.rivercenter #footer { 
	background-image: url('../images/btmbar.png');
	background-repeat: repeat-x;
	width: 898px;
	margin: 0 0 0 0;
	height: 118px;
	text-align: center;
	
}
.rivercenter #btminfotext {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 19px 0 0 0;
	color: #ffffff;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	font: 100% Arial, Helvetica, sans-serif;
	color: #2C5A6B;
	text-decoration: underline;
}
a:visited {
	font: 100% Arial, Helvetica, sans-serif;
	color: #2C5A6B;
	text-decoration: underline;
}
a:hover {
	font: 100% Arial, Helvetica, sans-serif;
	color: #eed193;
	text-decoration: none;
}
a:active {
	font: 100% Arial, Helvetica, sans-serif;
	color: #2C5A6B;
	text-decoration: underline;
}
.mainlinktext a:link {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eed193;
	text-decoration: none;
}	
.mainlinktext a:visited {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eed193;
	text-decoration: none;
}	
.mainlinktext a:hover {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eed193;
	text-decoration: underline;
}	
.mainlinktext a:active {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eed193;
	text-decoration: none;
}
.btminfotext a:link {
	font: 100% Arial, Helvetica, sans-serif;
	color: #eed193;
	text-decoration: underline;
}	
.btminfotext a:visited {
	font: 100% Arial, Helvetica, sans-serif;
	color: #eed193;
	text-decoration: underline;
}	
.btminfotext a:hover {
	font: 100% Arial, Helvetica, sans-serif;
	color: #eed193;
	text-decoration: none;
}	
.btminfotext a:active {
	font: 100% Arial, Helvetica, sans-serif;
	color: #eed193;
	text-decoration: underline;
}