* {
	margin:0;
	padding:0;
	}
html {
	text-align:center; /* IE */
	background-image: url(hg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

/* Links */

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
a:hover, a:active {
	color: #D87F00;
	text-decoration: none;
	font-weight: normal;
	}

/* Container */

#page {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	}
#divheader {
	background-color: #3A3A3A;
	width: 870px;
	height: 10px;
	border-top: solid 2px #FF9E00;
	margin-top: 40px;
	}
#divinterspace {
	background-color: #3A3A3A;
	width: 870px;
	height: 20px;
	border-top: solid 2px #FF9E00;
	border-bottom: solid 2px #FF9E00;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#divheaderimg {
	background-image: url(headerimg.jpg);
	width: 870px;
	height: 464px;
	clear: both;
	margin-top: 5px;
	}
#divcontent {
	width: 850px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #3A3A3A;
	border-top: solid 2px #FF9E00;
	margin-top: 5px;
	}
#divcopy {
	width: 870px;
	height: auto;
	padding: 3px 0px 4px 0px;
	background-color: #3A3A3A;
	border-top: solid 2px #FF9E00;
	margin-top: 5px;
	margin-bottom: 34px;
	text-align: center;
	}
.divnavi {
	width: 870;
	height: 17px;
	padding: 0px;
	margin-top: 5px;
	}
.divnavi2 {
	width: 870;
	height: 17px;
	padding: 0px;
	margin-top: 5px;
	}
/* Navigation */

.divnavi ul li {
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
	}
.divnavi ul li a, .divnavi ul li a:link, .divnavi ul li a:visited {
	padding: 0px 4px 0px 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 17px;
	height: 17px;
	background-color: #3A3A3A;
	}
.divnavi ul li a:hover, .divnavi ul li a:active {
	color: #FF9E00;
	text-decoration: none;
	}
.divnavi ul li a.active,  .divnavi ul li a.active:link, .divnavi ul li a.active:hover, .divnavi ul li a.active:active {
	color: #D87F00;
	text-decoration: none;
	}

/* Text */

.status {
	color: #B5B17D;
	font-weight: bold;
	}
.clr {
	color: #B5B17D;
	}
.gray {
	color: #5E5E5E;
	}
.separator {
	color: #555555;
	margin-left: 4px;
	margin-right: 4px;
	}
.pperror {
	color: #3A3A3A;
	font-weight: bold;
	}
.pptext {
	color: #7E7C57;
	font-weight: normal;
	}
.browser-ff {
	color: #FF7E00;
	}

.browser-ie {
	color: #0096FF;
	}

/* Title */

.title {
	margin-bottom: 5px;
	}
h1 {
	font-weight: bold;
	width: auto;
	color: #D87F00;
	}
h2 {
	font-weight: normal;
	width: auto;
	color: #D87F00;
	background: #444444;
	display: inline;
	padding: 1px 2px 1px 2px;
	}
h3 {
	width: auto;
	color: #D87F00;
	background: #444444;
	display: block;
	padding: 1px 4px 2px;
	font-weight: bold;
	}
h4 {
	width: auto;
	color: #D87F00;
	background: #444444;
	display: block;
	padding: 1px 4px 2px;
	font-weight: normal;
	}
h4:hover {
	width: auto;
	color: #FF9E00;
	background: #555555;
	display: block;
	padding: 1px 4px 2px;
	font-weight: normal;
	}