/* CSS Document */

html, body{
	margin:0;
	padding:0;
	
	height:100%;
	
	font-family:verdana, arial, sans-serif;
	font-size:8.5pt;


}

img{
	border:0px;
}
a{
	color:#190803;
	background:inherit;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
}

a:hover{
	color:#BB3D17;
	background:inherit;
	text-decoration: underline;
}
table.container{
	color:#F8E8E8;
	background-image:url('/images/backPattern.gif');
	background-repeat:repeat;
	width:100%;
	height:100%;
}
td.container{
	vertical-align:middle;
}
div.container{
	margin:0 auto;
	position:absolute;
	width:772px;
	height:100%;
	top:0px;
	left:120px;
}
div.topBanner{
	background-image:url('/images/topHeader_reverse.gif');
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:250px;
	
}
div.content{
	
	background-image:url('/images/MAIN3.jpg');
	padding:0px;
	position:absolute;
	top:250px;
	left:0px;
	width:772px;
	height:360px;
}
div.bottomBanner{
	background-image:url('/images/footer3.jpg');
	position:relative;
	top:300px;
	left:0px;
	width:772px;
	height:69px;
}
table.bottom_link{
	position:absolute;
	left:200px;
	width:580px;
	background-color:inherit;
	top:10px;
		
		 	
}		 	

a.bottom_hyperlink{
	font-size:11pt;
	color:#9D7665;
	font-weight:bold;
	text-decoration:sans-serif;
}
td.copyright_disclaimer{
	position:absolute;
	font-size:6pt;
	color:#E8D7CC;
	background-color:inherit;
	text-align: center ;
	left:450px;
	

}
td.sideMenu{
	valign:top;
	
}
td.content{
	border:1px;
	bordercolor:#BA5953;
	valign:top;
}
.floatRight{ float:right;}
.floatLeft{ float:left;}
.floatCenter{ float:center ;}

a.MainPageToSubPageLink{
	font-weight:bold;
	font-size:9pt;
	text-decoration:Verdana, Arial, Helvetica, sans-serif;
	color:#F7DF9F;
}
a:hover.MainPageToSubPageLink{
	color:#AEBFDB;
}
p.subTitle{
text-align: center;
font-weight:bold;
font-size:9pt;
}
tr.chartTitle{
font-weight:bold;
text-align: center;
font-style:italic;
}




