
html{
	/*top:0;*/
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background-color: #010000;
	
	/* background: url(../img/bg.jpg) no-repeat center center #fff; */
	/* overflow:auto; */
}

body {
	top:0px;
	/* Set min-height to extend black page background */
	/* Commented out 20100715 */
	/* min-height: 1000px; */
	width:100%;
	margin: 0px auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-color: #010000;
	padding-top: 3px;
    /*background: url(../images/NPC_bkgd.jpg) 0 0;*/

}

a:link{ color: #CF7F18; }

a:visited{ color: #AD660C; }

a:hover, a:focus{ color: #FF9814;	text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.5em;}

h1, h2, h3, h4, h5, h6{ color: #7F481B; margin-bottom:0.8em; letter-spacing: -.02em; word-spacing: -.03em;}

h1{ font-size:24px;}

h2{	font-size:21px;}

h3{	font-size:19px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#containerleft {
	display:block;
	position: absolute;
	padding:12px 3px 9px 3px;
	width:138px;
	/*height:510px;*/
	/*background:#fff;*/
	background: #DFE0DE;
	/*top:50%;*/
	margin:335px 0 0 13px;
	/*border:solid #E69623;*/
	/*border-width:3px 0 3px 0;*/
    z-index:1;
    font-size: .75em;
    line-height: 1.4em;
    /*color: #8F5203;*/
    color: #472B02;

	/*opacity: 0.90;*/
	/*-moz-opacity: 0.90;*/
	/*filter: alpha(opacity=90);*/
}

#navandmain {
	display:block;
	/*position: absolute;*/
	padding:0;
	width:800px;
	background: url(../images/NPC_header.jpg) no-repeat 0 0;
	height:192px;
	/*background:#fff;*/
	/*top:50%;*/
	margin:0px auto;
	/*border:solid #E69623;*/
	/*border-width:3px 0 3px 0;*/

	/*opacity: 0.90;*/
	/*-moz-opacity: 0.90;*/
	/*filter: alpha(opacity=90);*/
}


#logo{
	/*display:block;*/
	/*position: absolute;*/
	/*width:800px;*/
	/*height:32px;*/
	/*background: url(../images/NPC_header.jpg) no-repeat 0 0;*/
	/*left:50%;*/
	/*margin:0 auto;*/
	/*top:15px;*/
	/*overflow:hidden;*/
	/*text-indent:999em;*/
	/*line-height:999em;*/
}

#pageboundry{
	position:relative;
	display:block;
	width: 800px;
	/*left:50%;*/
	/*background: url(../images/NPC_bkgd_stripe.jpg) 0 0;*/
	margin:0px 198px 0 0;
	padding:177px 0 0 0;
	top:10px;

}


#contentposition{
	position:relative;
	display:block;
	width: 800px;
	/*left:50%;*/
	background: url(../images/NPC_bkgd_stripe.jpg) 0 0;
	margin:0px 0px 0 0;
	padding:6px 0 42px 0;
	top:0px;
}

#content{
	position:relative;
	display:block;
	/*width: 596px;*/
	width: 570px;
	height: 507px;
	/*left:50%;*/
	margin:0 0 0 182px;
	padding: 20px 6px 0 18px;
	top:14px;
	background: #fff;
	/*background: #F5F3F3;*/
    border-width:1px;
    border-style: solid;
    border-color: #748B9C;
    overflow: auto;
/*    border-color: #A84D02;
    border-color: #fff
*/
}





#footer {
	position: absolute;
	/*bottom: 0;*/
	margin: -6px 0 0 0;
	width:100%;
	text-align:center;
	font-size: .9em;
	padding: 6px 0 6px 0;
	left:0;
	clear: both;
	z-index: 1;
	color: #472B02;
	background: #975D25;
	background: #DFE0DE;
}

