@charset "utf-8";
/* CSS Document */
body{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px;
	margin:0px;
	line-height:2.5ex;
}

img{
	border:0px;
	}

h1{
	color:#7fceff;
}
	
a:link {
	color: #c0c0c0;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #c0c0c0;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #c0c0c0;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

#text a:link{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

#text a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#text a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}


#spacel{
	line-height:3.5ex;
}

#aligner{
	width:720px;
	margin:0px auto;
	z-index:2;
	position:relative;
}
#logo_l{
	width:200px;
	height:50px;
	position:absolute;
	top:30px;
	left:0px;
	border:0px;
	}
	
#menu{
	width:520px;
	height:20px;
	position:absolute;
	top:30px;
	left:200px;
	border:0px;
	text-align:right;
	padding-top:30px;
	z-index:101;
	}
#content_wrapper{
	position:absolute;
	top:95px;
	border-top:#C0C0C0 solid 1px;
	width:100%;
	height:auto;
	padding-top:5px;
}
#info{
	width:100%;
	margin-top:4px;
	background-image:url(../img/tilebkgrnd.png);
	background-repeat:repeat-x;
	height:30px;
	color:#FFFFFF;
}


#start_button{
	position:absolute;
	width:290px;
	height:259px;
	top:126px;
	left:419px;
	border:0px;
}

#text{
	position:absolute;
	left:36px;
	top:124px;
	width:351px;
	height:auto;
	z-index:101;
	background-image:url(../img/index_background.png);
	background-repeat:repeat;
	border:1px solid #7fceff;
	padding:10px;
	display:none;	
}
#close_button{
	position:absolute;
	width:23px;
	height:23px;
	top:-6px;
	left:356px;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:10px;
	width: auto;
	float: right;
}

#menu a {
	display: block;
	margin: 0;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	padding:4px;
	left:-40px;
	width:100px;
	background-image:url(../img/index_background.png);
	background-repeat:repeat;
	text-align:left;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	background-image:url(../img/index_background.png);
	background-repeat:repeat;
	border:1px solid #7fceff;
	padding:3px;
	z-index:101;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#bug_message{
	width:300px;
	height:200px;
	border: 2px solid c0c0c0;
	margin:5px;
	padding:3px;
}
#bug_email{
	width:150px;
	height:15px;
	padding:3px;
	margin:5px;
	border: 1px solid c0c0c0;
}

#bkgrnd_image{
	width:720px;
	height:501px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	filter:alpha(opacity:0);
	KHTMLOpacity:0;
	MozOpacity:0;
	opacity:0;
	z-index:2;
}



