body{
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url('images/bgGrad.gif') repeat-x;
}

a img{
	border: none;
}

h1, h2, h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #00447a;
	padding: 0;
	font-weight: bold;
	margin: 0.1em 0 0.5em 0;
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

p {
	line-height: 180%;
}

a, a:link {
	color: #044678;
}

a:hover {
	color: #4f95cb;
	text-decoration: none;
}

#contentwrap{
	width: 899px;
	/*height: 604px;*/
	margin: 0 auto;
	position: relative;
	background: #fff;
}

#contentwrap #banner{
	background: #dfeece url(images/riverBanner.jpg) top left no-repeat;
	height: 151px;
	position: relative;
	overflow: visible;
	z-index:100;
}
#contentwrap #banner #mainMenu{
	position: absolute;
	bottom: 0px;
	right: 1em;
}

#content {
	position:relative;
	/*top: 160px;*/
	/*padding: 20px;*/
	width: 100%;
	/*height: 360px;*/
	padding-bottom: 100px;
	background-color: #FFF;
	
	font-size: 70%;
	line-height: 150%;

}

#footerImage{
	background: url(images/riverFooter.gif);
	font-size: 80%;
	width: 899px;
	height: 83px;
	position: absolute;
	bottom: 2em;
}

#footer{
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 70%;
	text-align: center;
	width: 100%;
	color:#00447A;
	background: #fff;
	position: absolute;
	bottom: 0em;
	line-height: 2em;
}

/*css menu*/
#menu {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #dfeece;
/*width:540px;*/
height:30px;
position:relative;
margin:0;
font-size:13px;
z-index:100;
}

#flashcontent{
	z-index: 10;
}

#menu ul {padding:0; margin:0; list-style-type: none;}

#menu ul li {
	float:left;
	position: relative;
/*width:90px;*/
text-align: center;
}

#menu ul li a, #menu ul li a:visited {
	display:block;
	/*width:90px;*/
	padding: 0 1.5em;
	text-decoration:none; height:30px; line-height:30px; color:#00457C;
	}

#menu table { border-collapse:collapse; margin:0; padding:0; font-size:1em;}

#menu ul li ul {
	visibility:hidden;
	position:absolute;
	top:30px;
	height: 40px;
	left:0;
}


#menu ul li:hover a,
#menu ul li a:hover {
	color:#fff;
}

#menu ul li.hasSub:hover a,
#menu ul li.hasSub a:hover {
	background: #B3D88C;
}

#menu ul li:hover ul,
#menu ul li a:hover ul {
	visibility:visible;
	/*width:540px;*/
	background:#B3D88C; color:#00457C;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible; background:#B3D88C;}

#menu ul.sub li a,
#menu ul.sub li a {
	height: 40px;
	line-height: 40px;
	color:#00457C;
}

#menu ul.sub li:hover a,
#menu ul.sub li a:hover {
	color: #fff;
}

#textArea {
	position: relative;
	width: 294px;
	height: 278px;
	overflow: auto;
}

.jScrollPaneTrack {
	background: url(images/windows_track.gif) repeat-y;
}
.jScrollPaneDrag {
	background: url(images/windows_drag_middle.gif) no-repeat 0 50%;
}
div.jScrollPaneDrag:hover {
	background-position: 100% 50%;
}
.jScrollPaneDragTop {
	background: url(images/windows_drag_top.gif) no-repeat;
	height: 4px;
}
.jScrollPaneDragBottom {
	background: url(images/windows_drag_bottom.gif) no-repeat;
	height: 4px;
}
a.jScrollArrowUp {
	height: 17px;
	background: url(images/windows_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
a.jScrollArrowDown {
	height: 17px;
	background: url(images/windows_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}


.jScrollPaneTrack {
	left: 0;
	right: auto;
}
a.jScrollArrowUp {
	left: 0;
	right: auto;
}
a.jScrollArrowDown {
	left: 0;
	right: auto;
}