/* CSS Document */
	html {
	height: 100%;
	}
	body {
	background-color:#000000;
	margin-top: 5px;
	margin-left: 5px;
	height: 100%;
	}
	#header {
	width: 985px;
	} 
	#NavMenuList {
    
    height: 40px; width: 90%;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
    clear: both;
}
#NavMenuList li {
    display: inline;
	list-style: none; white-space: nowrap;
}
#NavMenuList a {
    padding: 5px 20px 5px 20px;
    width: auto; height: 18px;
    color: #000; background-color: #CCC;
    font: 12px Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left; display: block;
    border-top: 1px solid #000;
}

#NavMenuList a:hover {
    color: #000; background-color: #8D8D8D;
}
#NavMenuList .NavSubMenuList {
    visibility: hidden;
    left: 0; top: 29px;
    position: absolute; height: 24px;
    width: 100%; display: inline; white-space: nowrap;
    margin: 0; padding: 0; border: 0px;
}
#NavMenuList .NavSubMenuList li a {
    color: #000;
    background-color: #666;
    float: left;
}
#NavMenuList .NavSubMenuList li a:hover {
    color: #000; background-color: #8D8D8D;
}
#NavMenuListTitle {
    display: none;
}
#menu {
    position: absolute;
    left: 5px; top: 97px;
	width: 985px;
	height: 58px;
	background-image: url(../images/menubckgd.gif);
	background-repeat: repeat-x;
	background-color: #666;
}
	.container {
	position: absolute;
	top: 156px;
	width: 985px;
	}
 	#content {
	position: absolute;
	top: 159px;
	width: 835px;
	min-height: 100%;
	padding-bottom: 400px;
	background: #363636;
	color: #CCCCCC;
	}
	.coverpage {
	float: right;
	z-index: -1;
	}
	#content p {
	margin-left: 20px;
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	#content table {
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid silver;
	}
	#content tr td {
	border: 1px solid silver;
	}
	#rightcol {
	position: absolute;
	top: 159px;
	left: 844px;
	width: 145px;
	padding-bottom: 10px;
	background: silver;
	text-align: center;
	}
	#rightcol img {
	margin-top: 10px;
	border: 0;
	}
	h1 {
	font: normal 40px Arial, Verdana, Sans-serif;
	Color:#FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	}
	h2 {
	font:  normal 22px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	}
	h3 {
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	}
	#content a:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
    #content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #0099FF;
}
	#content a:visited {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
	#content a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #0099FF;
	}
	#content ul {
	margin-left: 20px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	list-style-type: square;
	}
	#content ol {
	margin-left: 20px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
#footer {
	position: absolute;
	bottom: 0px;
	width: 835px;
	background-color:#000000;
	margin-top: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
width: 100%;
text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

