@charset "UTF-8";
/* CSS Document */


body,th {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 9px;
}



/* splash page */


.homebg {
    vertical-align:top;
	background-image:url('imagesHomePage/bgHomeCollage.png');
	background-position: top left;
	background-repeat: repeat-x;
	
}


.splashIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 9px;
	}
	
	
.splashIndex a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
	text-decoration:none;
	}
	
.splashIndex a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	text-decoration:underline;
	}
	
	
.splashIndex h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 9px;
	font-weight:bold;
	}



/* generic */



.headLogo {
    vertical-align:top;
	background-image:url('imagesHomePage/logoHome.png');
	background-position: top left;
	background-repeat:no-repeat;
	
}


/* nppl series */


.npplheader {
    vertical-align:top;
	background-image:url('imagesGeneric/headerBgNPPL.png');
	background-position: top left;
	background-repeat: repeat-x;
	
}














.xxcontentWhtBg {
    
	background-position: top left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width:100%;
	
	vertical-align:top;
	
}
.xxcontentWhtBg h2 {
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 10px;
	font-size: 12px;
	color: #583B15;
	
}
	
.xxcontentWhtBg p {
    margin-left:27px;
    margin-right:10px;
	margin-bottom:27px;
	color: #996633;
	font-size: 10px;
	
}

.xxcontentWhtBg a {
	color: #996633;
	font-size: 12px;
	
}

/* three brown boxes on home page */

.xxhomebxs {
    width: 233px;
	height: 265px;
	vertical-align:top;
	background-image:url('images_homepage/brwnBoxes.gggggggif');
	background-position: top center;
	background-color: ;
	background-repeat: ;
	color: #583B15;
	
}
.xxhomebxs h2 {
	margin-left:27px;
	margin-top:10px;
	font-size:12px;
	color: #583B15;
	text-shadow: #996633 2px 2px 2px;
	
	
}
.xxhomebxs p {
    margin-left:30px;
    margin-right:30px;
	font-size:9px
	
}

.xxhomebxs a {
	font-size:9px;
	color:#583B15;
	
}

.xxhomebxs a:hover {
    
	font-weight:bold;
	color:#996633;
	
}

/* home navigation bar */

.xxhnavbar {
	margin:0;
	padding:0;
	font-size:10px;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	color:#996633;
		
}


.xxhnavbar a {
	font-size:10px;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	color:#996633;
	
}

.xxhnavbar a:hover {
    
	font-size:10px;
	font-weight:bold;
	color:#FF9900;
	
}

/* generic nav bar */

.xxnavbar {
    width: 147px;
	height: 261px;
	vertical-align:top;
	background-image:url('images_generic/gen_navbg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:12px;
	line-height:24px;
	
}

.xxnavbar p {
	margin-left:15px;
	margin-top:10px;
	
}

.xxnavbar a {
	text-decoration:none;
	color:#FFFFFF;
	
}

.xxnavbar a:hover {
	text-shadow:black 2px 2px 2px;
	
}


