
body
{
	background-attachment:inherit;
	background-repeat:no-repeat;
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-position:center top;
	border: 0px;
	margin:0px;
	padding:0px;
}

.displayDiv
{
	visibility:visible;
}
	
.hideDiv
{
	visibility:hidden;
}
	
img
{
	border:0px;
}

a
{
	border:0px;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
}

.menu ul
{
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	background-color:#008685; 
	color:#FFFFFF;
	font-family:'Courier New', Courier, monospace;
	font-size:12px;	
}

.menu li a
{
	line-height:20px;
	text-decoration:none;
	background-color:#008685; 
	color:#FFFFFF;
	font-family:'Courier New', Courier, monospace;
	margin-left:-3px;	
}

.menu li a:hover
{
	line-height:20px;
	text-decoration:none;
	background-color:#0CC;
	width:120px;

}


.menu li
{
	border-top:0px solid red;
	padding-left:5px;

}
	
	
	

#Legal a, #HomePage a, #Contact a
{
	border:0px;
	text-decoration:none;
	cursor:pointer;
	color:#FF0000;
}

	
#top
{
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	height:172px;
	margin-left:auto;
	margin-right:auto;
	width:701px;
	border:0px solid white;
	clear:both;

}

#top .clickBtn
{
	position:absolute; 
	border:0px solid blue; 
	width:97px; 
	padding-top:46px; 
	padding-left:525px;
}

#mid1
{
	border:0px solid white; 
	width:1124px;
	margin-left:auto;
	margin-right:auto;
	

}

#mid2
{
	border:0px solid red; 
	width:1124px;
	margin-left:auto;
	margin-right:auto;
}


#mid3
{
	border:0px solid red; 
	width:1124px;
	margin-left:auto;
	margin-right:auto;	
}



#mid4
{
	border:0px solid red; 
	width:1124px;
	margin-left:auto;
	margin-right:auto;	
}

#bodyDiv
{
	left:0px;
	right:0px;
	width:100%;
	height:1px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-22px;	
	z-index:2;	
	border:0px solid red;
	position:absolute;	
}

#bodyDiv .whiteBG
{
	width:550px; 
	height:430px;  
	background-image:url(images/screenBg.png); 
	background-repeat:no-repeat; 
	margin-left:auto; 
	margin-right:auto;
}

#bodyDiv .scrollerDiv
{
	color:#FF0000; 
	width:465px; 
	height:290px; 
	margin-left:45px; 
	margin-top:80px; 
	overflow:scroll; 
	position:absolute;
}

#bodyDiv .title
{
	font-size:15px; 
	font-family:'Courier New', Courier, monospace; 
	font-weight:bold; 
	font-style:italic;
}

#bodyDiv .subTitle
{
	margin-top:0px; 
	color:#000000; 
	font-weight:bold; 
	font-family:'Courier New', Courier, monospace; 
	font-size:15px;
}

#bodyDiv .bodyText
{
	margin-top:-35px; 
	font-family:'Courier New', Courier, monospace; 
	letter-spacing:-1px; 
	color:#000000;
	display:block; 
}

#bodyDiv .bottomLinks
{
	border:0px solid red; 
	position:absolute; 
	color:black; 
	margin-top:375px; 
	margin-left:45px; 
	height:48px; 
	width:465px;
}

#footer
{
	width:1124px;
	border:0px solid white;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	text-align:center;
}

.hidden 
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
