@import "layout.css";
@import url('layout.css');
@import "menu.css";
@import url('menu.css');
@import "forms.css";
@import url('forms.css');
@import "links.css";
@import url('links.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 16px;
	background: #fff url('../images/headerbg.gif') repeat-x top;
}

td {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #242424;
}

img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 16px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #494D52;
	margin: 0 0 10px 0;
	padding: 0;
}

h1.redblock {
	font-size: 18px;
	font-weight: bold;
	color: #AB1F22;
	padding: 24px 20px 20px 20px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	color: #860204;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1, #content h2, #content h3 {
	clear: both;
}

#newsbody h1, #newsbody h2, #newsbody h3 {
	clear: none;
}

h2.bread2 {
	font-size: 13px;
	color: #860204;
	background: url(../images/breadbg.gif) repeat-x bottom;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 8px;
}

h3 {
	color: #860204;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
}

form h3 {
	color: #860204;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px dotted #E0E6E9;
}

h4 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
}

a {
	color: #860204;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.lnkplain {
	color: #860204;
	text-decoration: none;
}

a.lnkplain:hover {
	color: #CC0000;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul {
	list-style-position: inside;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }