/**********************INITIAL ELEMENTS*******************/
html{
	height: 100%;
}
body{
	height: 100%;
	background-repeat: repeat-x;
	background-color: #bfb6ad;
	background-image: url(../images/layout/main_bkgrnd_repeat.jpg);
	margin: 0;
	padding: 0;
	color: #49494a;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
}
#main #mainContent a{
	text-decoration: none;
	font-weight: normal;
	color:#800000;
}
#main #mainContent a:hover{
	text-decoration: underline;
	/*border-bottom: 1px dotted #800000;*/
	font-weight: normal;
	color:#800000;
}


/**********************MAIN LAYOUT ELEMENTS******************/
#wrap{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 1000px;
	z-index: 1000;
	position: absolute;
}
#content{
	width: 980px;
	position: absolute;
	left: 10px;
	margin: 41px 0 0 0px;
	background-color: #FFFFFF;
	border: 1px solid silver;
}
#contentFlash{
	width: 980px;
	z-index: 1;
	position: absolute;
	margin: 113px 0 0 0px;
}
#indexFooter{
	margin-top: 635px;
	font-size: 9px;
	text-align: left;
	text-indent: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	width:980px;
	height: 30px;
}
#footer{
	margin-top: 0px;
	background-image: url(../images/layout/footer_bar2.jpg);
	font-size: 9px;
	text-align: left;
	text-indent: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #403526;
	width:980px;
	height: 30px;
}
#footer a{
	text-decoration: none;
	color: #c1bdb5;
	font-weight: normal;
}


#indexFooterInfo{
	font-size: 11px;
	text-align: left;
	line-height: 133%;
	padding:10px 50px 10px 50px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	width:880px;
	border-top: 1px solid #BAB3AC;
	border-bottom: 1px solid #BAB3AC;
}
/**********************INTERNAL CONTENT ELEMENTS******************/
#main{
	width:756px;
	min-height: 800px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/layout/main_bkgRpt_y.jpg);
	background-repeat: repeat-y;
	padding-bottom: 50px;
	margin-bottom: -10px;
}
#rightCol{
	width: 220px;
	min-height: 600px;
	height: 100%;
	margin: 0;
	padding:0;
	float: left;
}
#rightCol #user1{
	min-height: 113px;
}
#adSpace div.module{
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
}
#rightCol #adSpace img a{
	border: none;
}
#main #mainHeader{
	width: 740px;
	height: 113px;
}
#main #mainNav{
	background-image: url(../images/layout/secondary_contentArea_bkgRpt.jpg);
	background-repeat: repeat-x;
	width:188px;
	min-height: 487px;
	padding-top: 50px;
	padding-left: 5px;
	margin: 0 0 0 10px;
	float: left;
}
#main #mainContent{
	background-image: url(../images/layout/secondary_contentArea_bkgRpt.jpg);
	background-repeat: repeat-x;
	width: 528px;
	min-height: 487px;
	padding-top: 22px;
	float: left;
}
/**********************SECONDARY NAV LIST STYLES*******************/

.mainlevel{
	display: none;
	padding:3px 0 0 15px;
	_padding:0;
}

a.sublevel {
color:#7c7671;
background-image: url(../images/layout/main_nav_arrow_off.gif);
background-repeat: no-repeat;
background-position-y: 3px;
border-bottom: 1px dotted silver;
padding: 0px;
margin: 0px;
font-size: 11px;
padding-left: 14px;
width: 139px;
display: block;
line-height: 24px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}

html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
color:#800000;
background-image: url(../images/layout/main_nav_arrow_on.gif);
background-position-y: 3px;
background-repeat: no-repeat;
text-decoration: none;
width: 139px;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
width: 123px;
}

