@charset "UTF-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {color: #333333;}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#contentContainer {
	width: 850px;
}
#topNAV {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 830px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#leftCol {
	width: 331px;
	float: left;
}
#rightCol {
	float: right;
	padding-left: 10px;
	width: 469px;
}
#rightCol p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#rightCol h1{
	margin-left: -10px;
	font-size: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #531926;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 5px;
	color: #531926;
}
#rightCol h2 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 16px;
}
#rightCol h3 {
	margin-bottom: 0px;
}
.itemR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	font-size: 10px;
	padding-bottom: 15px;
	text-align: center;
}
#footer a {
	color: #000000;
}
#clearCols {
	clear: both;
}
