@charset "utf-8";
/* blog */

/*	blog	*/
.blogNav {
	display: block;
	float: right;
	width: auto;
	height:auto;
	color: #2b5891;
	text-align: right;
	padding-top: 20px;
	padding-left: 10px;
}
.blogNav .header {
	text-transform: uppercase;
	color: #2b5891;
	font-size: 12px;
	font-weight: bold;
}
.blogNav a {
	color: #000;
	text-decoration: underline;
	font-size: 10px;
}
.blogBox {
	border:1px solid #e8e8e7;
	height:150px;
	padding:2px;
	width:145px;
}
.blogBoxHeading { background:#5d94cd; padding:3px 0; }
.blogContent p, .postbody { color: #666666;	 }
.floatL span.small { color: #797471; }

a img, a:link img { text-decoration: none; }
.blogform .reqfld {
	color: #903; 
}
.blogContent {
	margin-top: 125px;
}
