/* CSS Document */
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#E7FCFF;
	
}
td
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:18px;
}
.head1
{
font-family:Arial;
font-size:14px;
color:#15A2CA;
line-height:18px;
font-weight: bold;
}
.head2
{
font-family:Arial;
font-size:18px;
color: #FFFFFF;
line-height:18px;
font-weight: bold;
}
.bottom1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
line-height:18px;
}
.bottom1:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#EE6C0D;
line-height:18px;
}
#gamebg2
{
background:url(../images/gamebg1.jpg);
background-position:center;
background-repeat:no-repeat;
width:144px;
height:55px;
text-align:center;
font-family:Arial;
color:#FFFFFF;
font-weight:bold;
}
.gamebg4
{
background:url(../images/gamebg1.jpg);
background-position:center;
background-repeat:no-repeat;
width:144px;
height:55px;
text-align:center;
font-family:Arial;
color:#FFFFFF;
font-weight:bold;
}

a
{
text-decoration:none;
}
#menu1
{
background:url(images/menu2.jpg);
background-position:center;
background-repeat:no-repeat;
font-family:Tahoma;
color:#CCCCCC;
}

#overlay {
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.bodyClass #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
}

.bodyClass #regcontainer {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 5001;
	display: none;
	position: absolute;
	margin-left:-300px;
	top: -5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #28579c;
	*/
	left: 50%;
	padding:0px;

}
.bodyClass #regheader {
 
	height: 200px;
	
}
.bodyClass #regbody {
	background: #FFFFFF;
	padding: 10px 30px 10px 30px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

.input_label{
	font-family:'Arial';
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

#menu td{
	border-right:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
}



.bodyClass #regcontainer2 {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 5001;
	display: none;
	position: absolute;
	margin-left:-300px;
	top: -5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #28579c;
	*/
	left: 50%;
	padding:0px;

}
.bodyClass #regheader2 {
 
	height: 200px;
	
}
.bodyClass #regbody2 {
	background: #FFFFFF;
	padding: 10px 30px 10px 30px;
}

