/* CSS Document */
#content p {
	margin-bottom: 0.8em;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #004151;
	margin-bottom: 0.6em;
}
#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
#content a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#content a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
/* lists */
#content ul {
	margin: -.2em 0 1.4em 2em;
	line-height: 1.7em;
}
#content ul li {
	padding: .25em 0;
	list-style-image: url(images/bullet_point.gif);
}
#content ul li a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#content ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
#content ol {
	margin: -.2em 0 1.4em 2em;
	line-height: 1.7em;
}
#content ol li {
	padding: .25em 0;
	list-style-type: decimal;
}
#content ol li a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#content ol li a:visited {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#list ul {
	margin: 0px;
}
#list ul li {
	list-style-image: none;
	list-style: none;
}
#list ul li a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#list ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
/* list sitemap */
#list_sitemap ul {
	margin-left: 1px;
	margin-bottom: 0;
}
#list_sitemap ul li {
	list-style-image: none;
	list-style: none;
}
#list_sitemap ul li a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#list_sitemap ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
#list_sitemap ul li ul {
	margin-left: 27px;
	margin-top: 3px;
}
#list_sitemap ul li ul li {
	list-style: circle;
	list-style-image: none;
	padding: 1px;
}
#list_sitemap ul li ul li a:link {
	color: #004151!important;
	font-weight: bold;
	text-decoration:underline;
}
#list_sitemap ul li ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
/* table */
table {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
td strong {
	padding-bottom: 10px;
	display: block;
}
td {
	vertical-align: top;
}
tr a {
	margin-bottom: 15px;
	display: block;
}
/* form */
div#formcontainer {
	width:500px; 
	margin-top: 20px;
}
div#formcontainer form  {
	border-top: 2px solid #CCC; 
	border-bottom: 3px solid #CCC;
} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div.clearfix {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:10px 0px; 
	vertical-align:top;
} 
div#formcontainer form label {
	width:200px; 
	float:left; 
	margin:0 10px;
} 
div#formcontainer input[type="submit"] {
	display:block; 
	margin-left:auto; 
	margin-right:10px;
	color: #004151;
	font-weight: bold;
}
#formcontainer .submit_button input { 
	font-weight: bold;
	color: #004151;
	display:block; 
	margin-left:auto; 
	margin-right:10px;
}
.form_error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
