/* CSS Document */
html,body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	margin: 0px;
	background-color:#000;
	height:100%;
	background-image:url(../img/body_bg.png);
	background-repeat:repeat-x;
}
div {
	float: left;
}
a {
	color:#CCC;
}
a:hover {
	color:#333;
}
ul {
	font-size:14px;
}
h1 {
	font-size:24px;
	letter-spacing:3px;
}
h2, h3, h3, h4, h5, h6, .keytxt {
	font-size:16px;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:11px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
td {
	background-color:#80abce;
	padding:5px;
	line-height:20px;
}
#container{
    position: absolute;
	left: 50%;
	margin: 0 -480px;
	width: 960px;
}
#logo {
	width:860px;
	height:197px;
	padding:0px 50px 0px 50px;
	clear:both;
}
#logo_img {
	width:640px;
	height:177px;
	padding-top:20px;
}
#quickform {
	width:200px;
	height:47px;
	margin-top:150px;
	margin-right:20px;
	text-align:right;
}
#navi {
	width:960px;
	height:62px;
	margin:6px 0px;
	text-align:center;
	font-size:24px;
	letter-spacing:2px;
	clear:both;
}
#navi a {
	display:block;
	height:62px;
	line-height:62px;
	margin:0px 32px;
	float:left;
	color:#FFF;
	text-decoration:none;
}
#navi a:hover {
	color:#CCC;
}
#subnavi ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#subnavi a {
	display:block;
	width:200px;
	border-bottom:1px solid #CCC;
	padding:10px 0px;
	color:#FFF;
	text-decoration:none;
}
#subnavi a:hover {
	color:#CCC;
}
#subnavi .active a {
	color:#666;
}
#content {
	width:960px;
	clear:both;
	padding-top:30px;
}
#content b {
	color:#04b1b4;
}
#flashcontent {
	width:720px;
	height:640px;
}
#footer {
	width:960px;
	clear:both;
	margin-top:40px;
	padding-bottom:20px;
	font-size:10px;
}
#footer a {
	font-size:10px;
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}
#footer span a:hover {
	color:#FFF;
	font-size:24px;
}
.textlink {
	font-weight:bold;
	text-decoration:none;
}
.textlink:hover {
	color:#666;
}
.textlink2 {
	text-decoration:none;
	color:#FFF;
}
.textlink2:hover {
	color:#666;
}

