@charset "utf-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height:1.3em;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#fdf400;
	text-decoration: none;
}
a:visited{
	color:#fdf400;
	text-decoration: none;
}
a:hover {
	color:#ff2b06;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 1.05em;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 0px;
}
h2, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.05em;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:1.4em;
	margin-bottom: .3em;
	margin-top: 0px;
}
img {
	margin:0px;
	padding:0px;
	border-spacing:0px;
	border-width:0px;
	border-style:none;
}

#mainDiv {
	height: 100%;
	overflow: auto;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#backDiv {
	background-color: #000000;
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:1;
	left:0px;
	top:0px;
}

#backImageDiv {
	position: absolute;
}

#logoDiv {
	position: absolute;
	left:20px;
	top:425px;
	width:75px;
	height:180px;
	background:url(../images/logo.png) no-repeat;
}
#titleDiv {
	position: absolute;
	left:104px;
	top:427px;
	width:983px;
	height:180px;
	background:url(../images/title.png) no-repeat;
}
#mainMenu {
	position: absolute;
	left:104px;
	top:604px;
	width:400px;
	height:180px;
	z-index:500;
}

#mainMenu a {
	float:left;
	clear:both;	
	padding-top:6px;
	padding-bottom:6px;
}

#textDiv {
	position:relative;
	z-index:200;
}

