body {
	background:#ddd url(./images/bg_970.gif) repeat-y scroll center top;
}
.headerMain h1 {
	top:-100px;
}
.headerBG {
	background:url(./images/headerBG_donotuse.png) no-repeat 0 0;
}

.header_darkBlue {
	height:85px;
         position:relative;
	background:url(./images/header/header_background.jpg) no-repeat 0 0;
}

.postTitle a,
.postTitle a:visited,
.postTitle a:hover {
	text-decoration:none;
	color:#ff6804;
}

.postContent a:link,
.postContent a:visited {
	text-decoration:underline;
	color:#338200;
}

.postContent a:hover,
.postContent a:active {
	text-decoration:none;
	color:#338200;
}

.postContent ol li {
	list-style:decimal;
	margin-left:30px;
}

.postContent h1 {
	font-size:15px;
	font-weight:bold;
	margin:20px 0 10px 0;	
      color:#338200;
}
.postContent h2 {
	font-size:13px;
	font-weight:bold;
	margin:18px 0 5px 0;
	color:#338200;
}
.postContent h3 {
	font-size:12px;
	font-weight:bold;
	margin:20px 0 5px 0;
}
.postContent h4 {
	font-size:11px;
	font-weight:bold;
	margin:18px 0 5px 0;
}
.postContent .italic {
	font-style:italic
}

.postContent .bioframe {
         border: solid 2px #ff6804;
         background-color: #f6f6f6;
         padding: 0 10px 0 20px;
         width: 93%;
}
 
.marginLeft {margin-left:15px}