html {
	/*height:100.02%;/*to force vertical scroll bar for consistency between pages*/
}
/*css reset to remove any default margin or padding*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
body {
background:#BFBFBF url(user_images/nhps_background.jpg) repeat-y center;
border:0px;
	text-align:center;
	/*background-color:#000;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.hidden{
	display:none;
}
/*page layout section*/
#wrapper {
	width:800px;
	text-align:left;
	margin:10px auto;
	background-color:#fff;
	background:#edecdd url(images/curve.jpg) no-repeat right 140px;
}
#banner {
	height:165px;
}
#leftColumn {
	width:210px;
	float:left;
	background-image:url(images/bricks.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#rightColumn {
	width:123px;
	float:right;
}
#middleColumn {
	/*margin:10px 155px 0 235px;*/
	margin:10px 15px 0 235px;
	height: auto;
	min-height:490px;
}
#footer {
	margin-left:235px;
	padding-bottom:30px;
}
/*style section*/
h1 {
	font-size:1em;
	color:#003776;
	margin-bottom:11px;
}
h2,p {
	font-size:.8em;
	margin-bottom:15px;
}
h2 {
	color:#003776;
}
#middleColumn ul {
	margin-bottom:15px;
}
#middleColumn li {
	font-size:.8em;
	background:url(images/bullet.gif) no-repeat left 2px;
	padding-left:22px;
	margin-bottom:8px;
}
#middleColumn a {
	color:#003776;
	font-weight:bold;
}
#middleColumn h3 {
	color:#3a5c46;
	font-size:.8em;
	margin-bottom:15px;
}
#leftColumn a {
	text-decoration:none;
	color:#6784a2;
	font-weight:bold;
	display:block;
	width:144px;
	margin-top:16px;
	padding-left:31px;
	background:url(images/sun.gif) no-repeat left;
	min-height:16px;
}
#leftColumn a:hover {
	background:url(images/current_item.gif) no-repeat left;
	color:#003776;
}
#leftColumn ul li {
	padding-left:26px;
	font-size:.8em;
	margin-bottom:2px;
}
#leftColumn ul {
	padding:1px 0 20px 0;
	margin-top:10px;
	background:url(images/navBlock.gif) no-repeat center top;
}
/*#leftColumn ul li ul{
	padding:1px 0 1px 0;
	margin-top:5px;
	background:url(images/navBlocksub.gif) repeat-y 0px top;
}
#leftColumn ul li ul li {
	padding-left:26px;
	font-size:1em;
	margin-bottom:2px;
}*/
#level2menu {
	font-size:1em;
}
#level2menu ul {
	padding-top:0px;
	padding-left:15px;
	margin-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-top:5px;
	background:transparent;
	/*background:url(images/navBlocksub.gif) repeat-y 0px top;*/
}
#level2menu ul li {
	/*padding-left:1px;*/
	font-size:1em;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:2px;
	width:160px;
	background-color:#CFCBAE;
}
#level2menu a {
	color:#6784a2;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	background:url(images/sun_sub.gif) no-repeat left top;
	background-color:#CFCBAE;
	font-weight:normal;
	width:135px;
}
#level2menu a:hover {
	color:#003776;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	background-image:url(images/current_item_sub.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CFCBAE;
}
#level2menu a:active {
	color:#003776;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	background-image:url(images/current_item_sub.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CFCBAE;
}

#leftColumn li.leftcolumn_sub{
	padding-left:26px;
	font-size:1em;
	margin-bottom:2px;
	background-color:#CFCBAE;
}
#leftColumn ul.leftcolumn_sub{
	padding-top:1px;
	/*padding-left:-20px;*/
	margin-top:10px;
	background:url(images/navBlocksub.gif) repeat-y center top;
	background-color:#CFCBAE;
	}
#leftColumn a.leftcolumn_sub {
	color:#6784a2;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	padding-right:-24px;
	margin-right:-24px;
	background:url(images/sun_sub.gif) no-repeat left top;
	font-weight:normal;
}
#leftColumn a.leftcolumn_sub:hover {
	color:#003776;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	background-image:url(images/current_item_sub.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CFCBAE;
}
#leftColumn a.leftcolumn_subactive {
	color:#003776;
	/*margin-left:-12px;*/
	margin-top:5px;
	padding-left:24px;
	background-image:url(images/current_item_sub.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#CFCBAE;
}

#footer p {
	font-size:.6em;
}
#footer h3 {
	font-size:1em;
	font-weight:normal;
	color:#dad6ba;
	margin-bottom:20px;
	margin-top:20px;
}
#middleColumn .emailLink {
	color:#3a5c46;
	text-decoration:none;
}
#middleColumn .phoneNumber {
	font-size:1.2em;
}
