body {
	margin: 0px;
	background-image: url(/interface/images/home-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

.homeTopNav {
	height: 25px;
	background-image: url(/interface/images/home-topnav-bkg.gif);
	background-repeat: repeat-x;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.navLink {
	color: #FFCC00;
	text-decoration: none;
}

.navLink:Hover {
	color: #FFFF99;
	text-decoration: none;
}

.homeLeft {
	background-image: url(/interface/images/home-bkg-photo.jpg);
	background-repeat: no-repeat;
}

.homeIntro {
	padding: 10px 20px 10px 20px;
	font: small Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}

.noBkg {
	background-image: url(/interface/pixel_spacers/spacer.gif);
}

.instBar {
	width: 515px;
	height: 39px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image: url(/interface/images/home-instruction.gif);
	background-repeat: no-repeat;
}

.instBarText {
	padding: 26px 0px 0px 25px;
}

.riverPanelLeft {
	background-image: url(/interface/pixel_spacers/spacer.gif);
	width: 15px;
}

.riverPanelGutter {
	background-image: url(/interface/pixel_spacers/spacer.gif);
	width: 9px;
	border-left: 1px solid #999999;
}

.riverPanelA,.riverPanelB {
	background-image: url(/interface/pixel_spacers/spacer.gif);
	width: 120px;
	padding: 0px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.riverPanelA {
	background-color: #BDCCCC;
}

.riverPanelB {
	background-color: #BDCCBD;
}

.riverItem {
	color: #333333;
	padding: 1px 0px 2px 3px;
	font-weight: bold;
	text-decoration: none;
}

.riverItemSub {
	color: #333333;
	padding: 1px 0px 2px 6px;
	text-decoration: none;
}

a.riverItem:hover,a.riverItemSub:hover {
	color: #FFFF99;
}

.bottomBar {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #003366;
	border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
	background-image: url(/interface/pixel_spacers/006699.gif);
	background-repeat: repeat-x;
}

.copyright {
	padding: 20px 10px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
}
