body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E3E3F9;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(white_bck.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
max-width:100%;
}

.blurb {
	font-size: 12px;
	color: #3C4373;
	font-weight: bold;
}
.content {
	float:left;
	z-index: 2;
	border: 1px solid #666666;
	background-color: #FFFEEC;
	height: 140%;
	width: 85%;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	-khtml-opacity:.25;
	position: absolute;
	left: 130px;
	top: 20px;
}
.contenttext {
font-family:Arial, Sans Serif, Helvetica;
font-size: 13px;
	float:left;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	position: absolute;
	z-index: 3;
	left: 130px;
	top: 20px;
	padding: 18px;
	height: 100%;
	width: 82%;
background-color: transparent;
}
h1 {
font-family:Verdana, Sans Serif, Helvetica;
	font-size: 19px;
	margin: 2px;
	padding: 0px;
}
h2 {
font-family:Verdana, Sans Serif, Helvetica;
	font-size: 16px;
	margin: 2px;
	padding: 0px;
}
h3 {
font-family:Verdana, Sans Serif, Helvetica;
	font-size: 14px;
	margin: 2px;
	padding: 0px;
	color: #3C4373;
}
.side {
	width: 110px;
		font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	position: absolute;
	left: 15px;
	top: 20px;
	float:right;
}
a {
	font-weight: bolder;
	text-decoration: none;
	color: #415498;
}
img {
margin: 5px;
	border: 1px solid #cccccc;
}
.image {
margin: 5px;
	border: 0px solid #cccccc;
float: right;
clear: right;
}
table {
width: 100%;
	font-size: 11px;
}
td {
text-align: left;
vertical-align: top;
}
.blog-item {max-width:95%;}