@charset "UTF-8";
/* CSS Document */
html, body {
margin:0;
height:100%;
width:100%;
background-color:#161616;
color:#FFFFFF;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

background-position:center;
background-repeat:repeat-y;
background-color:#161616;
background-image:url(images/bg_all.jpg);
overflow-x:hidden;
overflow-y:auto;
}

a:link {color:#BBBBBB; text-decoration:none;}      /* unvisited link */
a:visited {color:#BBBBBB; text-decoration:none;}  /* visited link */
a:hover {color:#BBBBBB; text-decoration:underline;}  /* mouse over link */
a:active {color:#BBBBBB; text-decoration:none;}  /* selected link */

.top{
background-color:#333333;
text-align:right;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

.header{
width:100%;
/*margin-left:-7px;*/
/*background-color:#161616;*/
text-align:center;
top:0px;
overflow:hidden;

}

.dates{
	font-size:14px;

}

.under_header{
width:100%;
background-color:#161616;
text-align:center;
top:0px;
position:absolute;
}

.shadow{
background-position:center;
background-repeat:no-repeat;
background-color:#161616;
background-image:url(images/bar_underheader.jpg);
height:41px;
margin-top:-3px;
/*margin-left:-14px;*/
}

.body_container{
margin:0px auto;
margin-top:0px;
width:1009px;
}

.total_container{
	/*
margin:0px auto;
margin-top:0px;
height:500px;
width:1009px;

background-position:center;
background-repeat:repeat-y;
background-color:#161616;
background-image:url(images/bg_all.jpg);
*/
}

.body_text{
margin-left:80px;
width:545px;
padding-right:73px;
border-right-color:#451914; border-right-style:solid;
}

.body_text_noline{
margin-left:80px;
width:545px;
padding-right:73px;
}

.body_text_personal{
margin-left:80px;
width:300px;
height:490px;
padding-right:10px;
}



.title{
position:relative;
left:64px;
padding-right:10px;
width:300px;
}


.ratesLeft{
	background-color:#333;
	color:#FFF;
	border-bottom:thin solid #CCC;
	
}

.ratesRight{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	border-bottom:thin solid #CCC;
		
	
}


.ratesTop{
	background-color:#CCC;
	color:#900;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
		
	
}
/*
.theleft{
position:absolute;
left:30%;
}

.theright{


}
*/