/* CSS Document */
ul.sitemap {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sitemap li {
	font-size:1.1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

ul.sitemap ul li {
	list-style-type: disc;
	font-size:1em;
	font-weight: normal;
	margin: 0px;
}

ul.sitemap ul li ul li {
	list-style-type: circle;
	font-size:1em;
	font-weight: normal;
	margin: 0px;
}
/* HORIZ RULE */
.h_rule {
	width: 100%;
	height: 1px;
	color: #1D3F5B;
	border-top: 1px #1D3F5B;
	border-bottom: 1px #1D3F5B;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin: 10px 0px;
	display: block;
}
/* SUBLISTINGS */
.sub_date {
	font-size: .1em;
	font-style: italic;
	display:none;
}

/* FORM PAGE */
#content_form {
	margin: 0px;
	padding-top: 10px;
	clear: both;
	width: 450px;
}

#content_form input.input_text {
	width: 100%;
}

#content_form textarea {
	width: 100%;
	height: 150px;
}

#content2 {
	margin: 0px;
	padding: 34px 14px 30px 20px;
	width: 450px;
	background: #fff;
	float: left;
}

.req_field {
	color: #990000;
	font-weight: bold;
}