/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
#footer {
	height: 20px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-position: center;
	text-align: center;
}

a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC9900;
}
.SubHeader {
	color: #CC9900;
	font-weight: bold;
}
#bodydiv {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.navbuttondiv {
	margin-top: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CC9900;



}

.navbuttondiv a {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 130px;
	padding: 4px;
	width: 130px;
	color: #FFF;

}

.navbuttondiv a:hover {
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 130px;
	padding: 4px;
	width: 130px;
	color: #000;
}


#maindiv {
	width: 570px;
	margin-left: 176px;
	height: 700px;
}
#navdiv {
	width: 150px;
	float: left;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navcontainer {
	padding-top: 5px;
	width: 130px;
	line-height: 15px;
	color: #999999;
}

#navcontainer #current {
	color: #999999;
	font-weight: normal;
	background: #333333;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
}

#navcontainer a:hover {
	color: #ffffff;
	background: #666666;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 20px;
	color: #ffffff;
	font-size: 11px;
	height: 15px;
}

#navcontainer ul ul a:hover {
	background: #666666;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: #666666;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: #666666;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: #666666;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: #666666;
}
