body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/* All Page Links */
a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #7BCE00;
	text-decoration: underline;
}
/* Main Page Container */
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #FFF;
	background-image:url(../../leftbg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#containerwhite {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #FFF;
}
/* Header Container */
#header {
	background-repeat: no-repeat;
	background-color: #000000;
}
#menunav {
	background-color: #000;
	width: 780px;
	height: 160px;
	padding: 30px 0 0px 10px;
}

	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 100px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 100px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		color: #99D038;
		padding: 2px;
		height: 14px;
	}
	#nav li a:hover {
		color: #FF0066;
		
	}

/* Page content */
#content {
	width: 780px;
	background-color: #FFF;
	background-image:url(../../leftbg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	color: #000;
	padding: 10px;
}
#contentwhite {
	width: 780px;
	background-color: #FFF;
	color: #000;
	padding: 10px;
}		
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 160px;
		min-height:500px;
		!height:500px;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0 0 0 5px;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			color: #000;
			font-size: 12px;
			font-weight: bold;
		}
		ul#subnav li a:hover {
			color: #FFF;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: none;
		font-size: 11px;
		font-weight: normal;
	}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	text-align: right;
	padding: 5px;
	font-size:85%;
}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #CE004A;
	text-align:center;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #CE004A;
}
h3 {
	color: #000;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
.hidden{
display:none;
}
.sub {
font-size:90%;
}
#menulist 

		#menulist li a, #menulist li a:link, #menulist li a:active, #menulist li a:visited {
		text-decoration: none;
		padding: 4px;
		color: #000;
	}
	#menulist li a:hover {
		color: #FFF;
		}
