body {
	background-color:#e10025;
	padding:0;
	margin:0;
	font-family:Arial,sans-serif;
}
 
a img {
	border:0;
}

div#wrapper {
	width:845px;
	margin:0 auto;
}

div#content a {
	color:#e10025;
}


div#header {
	height:137px;
}

div#header ul#menu {
	background-image:url(../img/header_bl.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0;
	list-style-type:none;
	margin-left:340px;
	height:137px;
	width:125px;
	padding:0;
}

* html body div#header ul#menu {
	margin-left:0px;
}

div#header ul#menu li {
	padding-top:3px;
}

div#header ul#menu a {
	color:white;
	display:block;
	width:117px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:8px;
	text-decoration:none;
	text-align:right;
	background-repeat:no-repeat;
}

div#header ul#menu li a.green {
	background-image:url(../img/button_green.jpg);
}

div#header ul#menu li a.blue {
	background-image:url(../img/button_blue.jpg);
}

div#header ul#menu a span.small {
	font-size:75%;
	display:block;
}

div#header div#imgleft {
	width:437px;
	height:137px;
	float:left;
	background-image:url(../img/topleft.jpg);
	margin-left:-97px;
	position:relative;
}

* html body div#header div#imgleft {
	margin-right:-3px;	
}

div#header img#logo {
	float:right;
	margin-top:28px;
}

div#nav {
	font-size:140%;
	width:142px;
	float:left;
	background-image:url(../img/nav_tr.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

* html body div#nav {
	margin-right:-3px;	
}

div#nav ul {
	margin:0;
	margin-top:13px;
	list-style-type:none;
	font-size:70%;
	padding:0;
}

div#nav ul ul {
	margin-top:0;
}

div#nav a {
	color:white;
	display:block;
	text-decoration:none;
	padding-left:10px;
	margin:2px;
	display:block;
	padding:10px;
}

div#nav ul ul a {
	padding-left:20px;
}

div#nav a:hover {
	background-color:white;
	color:#333;
}

div#nav a.active {
	background-color:#e10025;
	color:white;
}

div#titlearea {
	background-image:url(../img/rivers_title.jpg);
	width:700px;
	height:136px;
	margin-left:142px;
}

* html body div#titlearea {
	margin-left:0px;
}

div#main {
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-y;
}

div#rightside {
	width:143px;
	float:right;
	margin-right:20px;
	margin-top:-33px;
}

* html body div#rightside {
	margin-right:10px;
}

div#rightside div.section {
	border-bottom:5px solid #e10025;
	margin-bottom:20px;
	background-color:white;
}

div#rightside div.section h3 {
	background-image:url(../img/section_head.jpg);
	color:white;
	text-align:center;
	font-weight:normal;
	font-size:90%;
	height:21px;
	margin:0;
	padding-top:5px;
}

div#rightside div.section p {
	border-left:1px solid #e10025;
	border-right:1px solid #e10025;
	margin:0;
	padding:5px;
	font-size:90%;
}

div#content {
	padding:20px;
	padding-top:5px;
	font-size:90%;
	padding-right:210px;
	padding-left:180px;
	line-height:1.2em;
}

div#content ul {
	line-height:1.4em;
	list-style-type:square;
	margin-left:18px;
	padding-left:0;
}

div#content ul ul {
	margin-left:18px;
	list-style-type:circle;
}

div#content ul li {
}

div#content h1 {
	margin:0;
	color:black;
}

div#footercaption {
	background-color:white;
	text-align:center;
	font-size:80%;
	color:#244e92;
	padding:5px;
	border-top:1px solid #244e92;
}

div#footer {
	border:1px solid white;
	font-size:80%;
	padding:5px;
	color:white;
	background-color:#333;
	height:20px;
}

div#footer a {
	color:white;
}

div#footer p {
	margin:3px;
}

div#footer p.left {
	float:left;
}

div#footer p.right {
	float:right;
}

p.right {
	float:right;
}