@charset "utf-8";
/* CSS Document */

body {
	background: #b22221 url(images/bg_page.jpg) top repeat-x;
	margin: 0;
}
img {
	border: 0;
}

body, div, span, p, h1, h2, h3, h4, h5, .text {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#pageContainer {
	width: 816px;
}
#sideLeft {
	background: url(images/side_left_bg.jpg) repeat-y;
	width: 8px;
	min-height: 678px;
}
#sideRight {
	background: url(images/side_right_bg.jpg) repeat-y;
	width: 8px;
	min-height: 678px;
}
#main {
	width: 800px;
	min-height: 678px;
	background-color: #ffffff;
}

#nav {
	height: 29px;
	background: url(images/nav_bg.gif) repeat-x;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	text-align: right;
}
#nav .navItem {
	float: right;
}

#homeFeature {
	background: url(images/home_main_bg.jpg) left no-repeat #000000;
	height: 300px;
	width: 314px;
	padding: 10px 50px 0 436px;
	text-align: left;
}
.title {
	padding-top: 0;
	padding-bottom: 12px;
	font-size: 40px;
	color: #666666;
}
.text {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.text  p{
	color: #000000;
}

.content {
	background-color: #ffffff;
	text-align: left;
}
#homeButtons {
	padding: 10px;
	float: left;
}
.homeButton {
	margin-bottom: 10px;
}

.sidebar {
	float: left;
	width: 243px;
}
.sidebar .content {
	padding: 20px; 
	color: #bdbdbd;
	font-size: 12px;
	text-align: left;
	background: url(images/sidebar_bg.jpg) repeat-y;
}
.sidebar .content b {
	color: #ffffff;
}
.sidebar .content .subhdr {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#footer {
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
}.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #A30132;
}
