/* CSS Document */

body{
	background-color: #eff3f5;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0px;
	margin:0px;}
	
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;}
	
.nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration:underline;}
	
.nav_h{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration:underline;}
	
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align:justify;}
	
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929698;
	text-decoration: none;}
	
.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929698;
	text-decoration: underline;}
	
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #254e64;
	text-decoration: none;}
	
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #254e64;
	text-decoration: none;
	font-weight:bold;}
	
.li{
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);}
	
.img_brd{
border:5px solid #ffffff;}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height:1200px;
background-color:#000000;
-moz-opacity: 0.8;
opacity:.60;
filter: alpha(opacity=60);}

.white_content {
	display: none;
	position: absolute;
	top: 75%;
	left: 29%;
	width: 310PX;;
	height: 300px;;
	padding: 16px;
	/*border: 1px solid #063f66;*/
	background-color: #eff3f5;
	z-index:1002;
	overflow: auto;}
	
.white_content2{
	display: none;
	position: absolute;
	top: 75%;
	left: 29%;
	width: 400px;;
	height: 500px;;
	padding: 16px;
	/*border: 1px solid #063f66;*/
	background-color: #eff3f5;
	z-index:1002;
	overflow: auto;}
	
.divider{
background-image:url(../images/divider.jpg);
background-position:top left;
background-repeat:repeat-x;}
