html { min-height: 100%; height: 100.02% ; margin-bottom: 1px; }







.HEADER-text {
	font-family:arial;
	font-size:16px;
	color:#06386d;
	
	}







.body-text {
	font-family:arial;
	font-size:12px;
	color:black;
	
	}
	
	
	
	


	
	


.body-text-white {
	font-family:arial;
	font-size:12px;
	color:white;
	
	}


.body-text-BLUE {
	font-family:arial;
	font-size:12px;
	color:BLUE;
	
	}




.body-text-small {
	font-family:arial;
	font-size:10px;
	color:black;
	
	}




.body-text-small-underlined {
	font-family:arial;
	font-size:10px;
	color:black;
	text-decoration:underline;
	
	}





.body-text-bold {
	font-family:arial;
	font-size:14px;
	color:black;
	font-weight:bold;
	}



a img {border:none;} 















#container{

width: 920px;
margin: 0 auto;
height: 600px;
background-repeat:no-repeat;
background-repeat:repeat-x;
}


#logobox{
	width: 900px;
	height:125px;
	position:relative;
	float:left;
	background-image:url(images/top_logo.jpg);
	background-repeat:no-repeat;
	left: 12px;
}





#input-boxes{
	width: 270px;
	position: relative;
	float:left;
	left: 630px;
	top: 55px;
}






#nav{
	width: 900px;
	position:relative;
	background-image:url(images/links-bar.jpg);
	float:left;
	top: -10px;
	left:12px;
	height:25px;
}

#main-bg{
	width:750px;
	height:100%;
	position:relative;
	float:left;
}

#main-left{
	width:250px;
	position:relative;
	float:left;
	left:0;
}


#main-left01{
	width:240px;
	height:20px;
	background-image:url(images/rounded01a.png);
	position:relative;
	float:left;
}


#main-left02{
	width:250px;
background-image:url(images/rounded-middle.png);
	position:relative;
	float:left;
}

#main-left03{
	width:250px;
	height:140px;
	background-image:url(images/rounded01-BLUE.png);
	position:relative;
	float:left;
}

#main-left04{
	width:250px;
	height:158px;
	background-image:url(images/rounded01-BLUE1.png);
	position:relative;
	float:left;
}



#clock{
	width:225px;
	height:00px;
	float:right;
	left:0;
	position:relative;
	top:90px;
	font-family:arial;
	font-size:15px;
	color:#06386d;
}









#middle{
	width:670px;
	height:500px;
	float:left;
	left:0;
	
}



#middle01{
	width:670px;
	height:6px;
	float:left;
	left:0;
}



#middle02{
	width:670px;
	height:auto;
	float:left;
	background-image:url(images/left-right-feather.jpg);
}

  #flashbit{
	width:80px;
	height:auto;
	position:relative;
	float:left;
	right:-300px;
	top:-354px;
}

	
	
	#middle03{
	width:670px;
	height:6px;
	float:left;
	left:0;
}
	
	
	a.navbottom {
	color: #00000;
}
a.navbottom:link {
	color: white;
}
a.navbottom:visited {
	color: white;
}
a.navbottom:hover {
	color: blue;
}
a.navbottom:active {
	color: white;
}  	
	
	

 
#footer{
	background-image:url(images/footerframe.jpg);
	height:200px;
	width:665px;
	float:left;
	position:relative;
}


#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:800px;
	height:600px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
