body {
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial;
	background: url(images/bg.gif) #000;
}

#footpagenav {
font-size: 1.4em;
font-weight:bold;
}

#container {
	width: 950px;
margin:10px auto;
	border:1px solid #666666;
	background-color: #FFFFFF;
	height: 100%;
		font-size:0.8em;
}

#inside {
	padding: 10px;
	float:left;
	width: 470px;
	background-color: #FFFFFF;
}

h1 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:1.8em;
	color:#000;
}

#header {
	height: 119px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
}

#logo {
	position: relative;
	float: left;
	top: 0px;
	left: 5px;
	color:#FFFFFF;
}

#nexttologo {
	position: relative;
	float: right;
	top: 25px;
	height:68px;
	right: 30px;
	color:#01B0F0;
	font-weight:bold;
}

#horizmenu {
	background-color: #01B0F0;
	height:30px;
	float: left;
	width: 100%;
	border-bottom:1px solid #000000;
	border-top:1px solid #E8E8E8;
}

#horizmenu ul {
	margin:0;
	padding:0;
}

#horizmenu ul li{
	display:inline;
	float:left;
	width:200px;
	list-style:none;
	text-align:center;
}

#horizmenu a {
	display:block;
	float:left;
	width:200px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	border-right:1px solid #59d2fe;
}

#horizmenu a:hover{
	padding-top:4px;
	height:22px;
	border-bottom: 4px solid #ccf91A;
}

#rightmenu {
	background-color: #FFFFFF;
	height: 100%;
	width: 440px;
	float: right;
}

.clearfloat {
	font-size:1px;
	line-height:0px;
	clear: both;
	height: 0px;
}

#footer {
margin-top:20px;
height: 220px;
padding-top:15px;
	background-color: #FFFFFF;
	clear:both;
}

#description{background-color:#ffffff;}
#stats{background-color:#ffffff;}

#left_footer {
	float:left;
	padding:10px 0 0 10px;
	font-size:12px;
}

#right_footer {
	float:right;
	padding:10px 10px 0 0;
	color:#000000;
	font-size:12px;
	text-align:right;
}

#left_footer,#right_footer a {
	color:#000000;
}

#left_footer,#right_footer a:hover {
	text-decoration:none;
}

a {
	color:#018BC1;
}

a:hover {
	color:#333;
}


#helpClose
{
	position: absolute;
	background-image: url(images/close.gif);
	top: 3px;
	right: 17px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

#helpText
{
	position:absolute;
	border: #000000 1px solid;
	height:400px;
	width:490px;
	background-color:#FFFFFF;
	overflow:auto;
}

hr {
	display: block;
	height: 1px;
	border-left: none;
	border-right: none;
	border-top: 2px dashed #000000;
	border-bottom: none;
	background-color:#ffffff;
	width: 90%;
}

