body {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
    background-color: #D4D0C8;
}

a {
	color: #036;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
a:hover {
	color: #900;
	text-decoration: none;
	background-color: #FFFFE6;
	border-top: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
}

/* Layout Definitions ************************/
.Container {
	border-top: dashed 1px #969FAD;
}
.Header {
	background : #FFF;
}
.NavCol {
	background : url(/images/nav_BG.jpg) repeat-y;
}

.leftCol {
	background : url(/images/nav_BG.jpg) repeat-y;	
}
.rightCol {
	background : url(/images/righCol_BG.gif) repeat-y;
}
.footerLeftCol {
	background : url(/images/footer_leftCol_BG.gif) repeat-x;
}
.footerCenterCol {
	background : url(/images/footer_centerCol_BG.gif) repeat-x;
}
.footerRightCol {
	background : url(/images/footer_rightCol_BG.gif) repeat-x;
}
#Popup_Container {
	border: dashed 1px #969FAD;
	background : #FFF;
	margin: 10px;
	padding: 10px;
}
.PageHeader_River {
	background: url(/images/header_River_Blue.gif) no-repeat;
}
.PageHeader_Logo {
	background: #FFF url(/images/header_Logo_Blue.gif) no-repeat;
	height: 82;
	border-bottom: dashed 1px #969FAD;
}
.PageHeader_Right {
	background: url(/images/header_Right_Blue.gif) no-repeat;
	width: 20;
	height: 82;
}

/* Section Classes ***********************/
.Nav {
	padding: 4px 10px 7px;
	font: normal .7em Arial, Helvetica, Sans-Serif;
	line-height: 1.4em;
/*	background : url(/images/nav_BG.jpg) repeat-y;	 */
}
.Nav a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}
.Nav a:hover {
	color: #336666;
	text-decoration: underline;
	background-color: transparent;
	border-width: 0px;
}
.hr {
	border-bottom: dashed 1px #CCC;
	font-size: 1px;
}
.FooterTable {
	border-top: dashed 1px #969FAD;
}
.Table {
	margin: 10px;
}
.DataTable {
	margin: 15px;
}
.DataTable th {
	background: #D4D0C8;
	border: 1px solid #776F5E;
	color: #333;
	padding: 3px 6px;
}
.DataTable td {
	padding: 3px 6px;
	border-bottom: 1px solid #D4D0C8;
}

