@charset "utf-8";
/* CSS Document */

#pgcontent .colmain {
	background-color:#ffffff;
	padding:10px;
}

h1, h2, h3 {
	color:#34609c;
}

.newsitem {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #34609c;
}

.newsitem .newsimg {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	/*border:solid 1px #bbbbbb;*/
}
.newsitem .newsdate {
	color:#999999;
	font-size:0.9em;
}
.newsitem .newsbody {
}
.newsitem .newstitle {
	font-size:1.1em;
	color:#34609c;
	font-weight:bold;
}

.frmbox textarea {
	width:420px;
	height:140px;
}