img{
	border:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #dfdfdf;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #0c5cbe;
}
a:hover {
	color: #1977e9;
	text-decoration: none;
}

strong {
	color: #0c5cbe;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #0c5cbe;
	border: 0;
	border-top: 1px solid #0c5cbe;
	height: 1px;
	width: 500px;
}
h1 {
	font-size: 18px;
	color: #0c5cbe;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
h2 {
	font-size: 16px;
	color: #0c5cbe;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
h3 {
	font-size: 14px;
	color: #0c5cbe;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}
.banner, .search_box {
	height: 80px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
	text-decoration: none;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}

.content {
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
	width: 550px;
}
.codestyle {
	background: #FFFFFF;
	border: 1px dashed;
	padding: 5px;
}
.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}
.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.post_date {
	text-align: right;
	font-weight: bold;
}
.post_short {
	text-align: justify;
	padding-bottom: 5px;
}
.comment_title {
	font-weight: bold;
}
.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}
.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}
.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
.line, .line_rightalign {
	border-bottom: 1px solid #DDDDDD;
}
.line_rightalign {
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
.pagetitle h1{
	color: #FFFFFF;
}