/* CSS Document */

/* body styles */

body {
	background-color: #0058a2;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	color: #ffffff;
	}
	
* a { color: #ffffff; text-decoration: none; }	
* a:hover, a:active { 
	color: #ff0000; }
* {border: 0px; }	
* {
	margin: 0px auto;}
.style2 { color: #999999; font-size: .7em; }	
	




.address {width: 800px;  text-align: center; margin: 0 auto; margin-top: 10px;
font-size: .8em;}

/* home page */
.flafile { width: 800px; height: 234px; margin: 0 auto; }
.homebtm { 
	background-image:url(../images/background_btm.jpg); 
	background-repeat: no-repeat;  
	width: 800px; 
	height: 366px;
	font-size: 11px;	
	
	text-align: center;}
.midtext {
	width: 705px; 
	height: 390px; 
	font-size: 11px;	
	margin: 0px auto;
	}	
.textleft { 
line-height: 1.2em;
padding-top: 8px;
	width: 349px; 
	height: 366px;
	text-align: left; 
	float: left; 
	
	
	}
.textright { 
line-height: 1.2em;
padding-top: 8px;
	width: 340px;
	height: 366px; 
	text-align: left; 
	 float: right; 
	
	
	}



.midbody {width: 800px; height: 394px; background-image:url(../images/bg_inside_btm.jpg); background-repeat: no-repeat; margin: 0 auto;}

a.email   { color: #CCCCCC; }


.invis {display: none; }