body {
	background-color: #F3F4F9;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	
}


/* layout IDs ----------------------------------*/

#mainbox {
	width: 684px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: -362px;
	left: 50%;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B6CEE6;
	border-bottom-color: #B6CEE6;
	border-left-color: #CFDFEF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#logo {
	width: 684px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}


#banner {
    width: 684px;
	height: 75px;
}


#breadcrumb {
	background-color: #B6CEE6;
	width: 517px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #006699;
	padding-left: 165px;
}


#content_holder {
	float: left;
	width: 684px;
}


#navigation {
	background-color: #EAEDF4;
	margin: 0px;
	float: left;
	width: 149px;
	border: 1px solid #B6CEE6;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 0px;
}


#main_content {
	padding: 0px;
	float: right;
	width: 518px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}


#idx_buttons {
	padding: 0px;
	width: 684px;
	margin-top: 1px;
}


#idx_nptlogo {
	text-align: center;
	width: 136px;
	margin-top: 20px;
	margin-left: 274px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBCFE7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* layout classes ----------------------------------*/






/* text styles -------------------------------------------*/




p {
	font-size: 14px;
	color: #003366;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	font-size: 14px;
	line-height: 18px;
}
ul {
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
}




.breadcrumbtxt {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
}
.breadcrumbtxt a:link{
    color: #006699;
	text-decoration: none;
}
.breadcrumbtxt a:visited{
	color: #006699;
	text-decoration: none;
}

.breadcrumbtxt a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbtxt a:active{
	color: #FFFFFF;
    text-decoration: none;
}



.mainheading {
	font-size: 18px;
	color: #FF9900;
	line-height: 18px;
	font-weight: bold;
}


.mainheading_blue {
	color: #006699;
}


.subheading {
	font-size: 15px;
	color: #FF9900;
	font-weight: bold;
}




.council_txt {
	font-size: 10px;
	color: #003366;
}






a:link{
	color: #0099FF;
	text-decoration: none;
}
a:visited{
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	color: #FF6600;
	text-decoration: none;	
}
a:active{
	color: #FF6600;
	text-decoration: none;
}



.navlinks {
	font-size: 14px;
	color: #000000;
}
.navlinks a:link{
    color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
.navlinks a:visited{
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
.navlinks a:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.navlinks a:active{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}






/* graphic styles-----------------------------------------*/

.nav_buttons {
	margin: 0px;
	padding: 0px;
}




/* table styles -------------------------------------------*/
