/* CSS Document */


body {
	background-image:url(../graphics/nextlevel_03.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.3;
	background-color:#000000;
	height:100%;
	min-height:100%;
}

#webpage {
	position:absolute;
	left:0;
	top:0;
	width:785px;
	height:100%;
	min-height:100%;
	background-image:url(../graphics/nextlevel_07.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#enews1 {
	position:absolute;
	left:790px;
	top:79px;
	width:240px;
	height:300px;
	background-color:#ffffff;
}

#bannerad {
	position:absolute;
	left:790px;
	top:380px;
	width:80px;
	height:458px;
	background-color:#000000;
}

#bannerad_aligntop {
	position:absolute;
	left:785px;
	top:80px;
	width:80px;
	height:458px;
	background-color:#000000;
}


html>body #webpage {height:auto;}

h1 {
	font-weight:bolder;
	font-size:24px;
}

h2 {
	font-weight:bolder;
	font-size:20px;
}

h3 {
	font-weight:bolder;
	font-size:18px;
}

h4 {
	font-weight:bolder;
	font-size:16px;
}

h5 {
	font-weight:bolder;
	font-size:14px;
}

h6 {
	font-weight:bolder;
	font-size:12px;
}

#left_holder {
	background-image:url(../graphics/nextlevel_05.jpg);
	background-color:#ffffff;
	background-position:top left;
	background-repeat:repeat-y;
	width:240px;
	min-height:100%;
	height:100%;
	float:left;
}

html>body #left_holder {height:auto;}

#right_holder {
	float:left;
	width:545px;
	min-height:100%;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(../graphics/nextlevel_04.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

html>body #right_holder {height:auto;}

#logo {
	background-image:url(../graphics/nextlevel_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:240px;
	height:251px;
	height:100%;
	margin:0px;
}

#nav {
	width:545px;
	height:59px;
	margin:0px;
	background-image:url(../graphics/nextlevel_02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:45px;
	text-align:left;
	vertical-align:bottom;
}

#content {
	width:500px;
}

#content a {
	///text-decoration:none;
	color:#64686d;
	font-weight:bolder;
	font-size:14px;
}

#content a:hover {
	color:#878a8f;
	font-size:14px;
	background-color:#f6d240;
}

#content2 {
	width:100px;
}

#content2 a {
	///text-decoration:none;
	color:#64686d;
	font-weight:bolder;
	font-size:14px;
}

#content2 a:hover {
	color:#878a8f;
	font-size:14px;
	background-color:#f6d240;
}

#footer {
	padding-top:10px;
	text-align:right;
	padding-right:45px;
	bottom:0;
}

#footer a {
	text-decoration:none;
	color:#64686d;
	font-weight:bolder;
	font-size:10px;
}

#footer a:hover {
	color:#f6d240;
	font-size:10px;
	background-color:#878a8f;
}

#nav ul {
	text-align:left;
	margin-left:-40px;
}

#nav li {
	display:block;
	float:left;
	list-style:none;
	font-size:12px; 
	font-weight:bolder;
	padding-left:0px;
	padding-right:4px;
}

#nav li a{
	color:#000000;
	text-decoration:none;
}

#nav li a:hover{
	color:#f6d240;
	background-color:#878a8f;
	text-decoration:none;
}

.hide {
	display:none;
}