body {
/* background:#dbeaee url(images/bg2.jpg) fixed left bottom repeat-x; */
background:#3f6911 url(images/bg2.jpg) fixed left bottom repeat-x;
}
#wrap {
width:960px;
margin:14px auto 82px auto;
background: #fff;
-moz-box-shadow:1px 2px 22px #234;
-webkit-box-shadow:0px 2px 22px #234;
box-shadow:1px 2px 22px #234;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
h1 {
clear:both;
text-indent: -100em;
overflow: hidden;
background: transparent url(images/northstar_monthly2.png) left top no-repeat;
line-height: 91px;
margin: 0;
padding: 0;
height: 91px;
border-top: 4px solid #fff;
cursor:pointer;
}
/*\*//*/
	h1 {font-size:18px; line-height:1.6em; color:#066;}
/**/

.linkBar {
margin:0;
padding:0;
background:#00262F;
width:100%;
float:left;
clear:both;
}
h2 {
font: bold 20px/28px "Times New Roman", Times, serif;
color: #226;
margin:12px;
}
h3 {
font: bold 16px/22px "Times New Roman", Times, serif;
color: #940;
margin:12px;
}
h4 {
font: bold 14px/20px Verdana, Helvetica, Arial, serif;
color: #055;
margin:12px;
}
.linkBar ul {
	margin:0;
	padding:0;
	}
.linkBar li {
	display:inline;
	padding:0;
	margin:0;
}
.linkBar a:link, .linkBar a:visited {
	color:#fff;
	background: #00262F;
/*	background: #A6584C; */
	padding:20px 44px 4px 10px;
	float:left;
	width:auto;
	border-right:1px solid #fff;
	text-decoration:none;
	font:bold 0.75em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.linkBar li:last-child a {border-right:none;}
.linkBar a:hover, .linkBar li.active  a {
	color:#fff;
	background: #366;
}
#splash {
	margin:10px;
	border:1px solid #ccc;
	padding:6px;
	background: #e8e8e8;
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #f9f9f9 56%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(56%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f9f9f9 56%);
	background: -o-linear-gradient(top,  #e8e8e8 0%,#f9f9f9 56%);
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#f9f9f9 56%);
	background: linear-gradient(top,  #e8e8e8 0%,#f9f9f9 56%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#publications {
	margin:10px 0;
	clear:both;
}
#publications img {margin:2px 0;}
img {border:0;}
p {
	font:12px/18px verdana, helvetica, arial, sans-serif;
	margin:12px 22px;
}
#splash ol, #splash ul {margin: 12px; padding:0;}
#splash ol li, #splash ul li {
font:12px/18px verdana, helvetica, arial, sans-serif;
margin: 0 0 6px 44px;
}
#splash a {color:#038;}
#splash a:visited {color:#05a;}
#splash a:hover {color:#620; text-decoration:none;}


#subfoot {clear:both;}
#subfoot p {padding:22px 44px;}
#foot {
	background:#ABA899;
	color:#fff;
	font: normal 12px/17px verdana, helvetica, arial, sans-serif;
	text-align:center;
	padding:4px 12px;
	border-top: 2px solid #887;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
