@charset "utf-8";
body {
	margin: 0px;
	padding: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bkgd.jpg) repeat-x #FFFFFF;
}
form {
	padding: 0px;
	margin: 0px;
	border: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
table {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
td {
	padding: 2px;
	font-size: 12px;
}
img {
	border: none;
}
.header {
	width: 788px;
	height: 169px;
	background: url(images/header.png);
}
.bar {
	height: 37;
	text-align: center;
	vertical-align: middle;
	background:url(images/bar_bkgd.png) repeat-x;
	line-height: 37px;
}
.main {
	width: 788px;
}
.section {
	width: 192px;
}
.section_top {
	background: url(images/sub_top.png) no-repeat;
	height: 25px;
	padding-left: 20px;
	padding-top: 25px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	color:#999999;
}
.section_content {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	background: url(images/sub_bkgd.jpg) repeat-y;
	font-size:12px;
}
.date {
	color: #666666;
	font-size: 10px;
}
.title {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}
.posts {
	text-align: left;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 15px;
}
.navright {
	float:right;
	padding-top: 15px;
}
.navleft {
	float: left;
	padding-top: 15px;
}
.comment_header {
	background-color: 80d4ff;
}
.comment_title {
	font-weight: bold;
	font-size: 14px;
}
#msg {
	padding: 2px;
	font-weight:bold;
	text-align: center;
}
.success {
	border: 2px #00FF00 solid;
	color: #00CC00;
}
.error {
	border: 2px #FF0000 solid;
	color: #CC0000;
}
input, textarea, select {
	font-size:10px;
	border: #CCCCCC thin solid;
	background: #FFFFFF;
}
textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
