@charset "utf-8";

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center;
}
#container {
	width: 772px;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
a {
	color:#8C0000;
}

a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
#header {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 40px;
	margin-bottom: 0;
	width: 772px;
}
#main {
	font-family:Verdana, Geneva, sans-serif;
	margin-left: 55px;
	margin-right: 55px;
	padding-bottom: 0px;
	padding-top: 1px;	
}
.text {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: #312725;
	display: inline;
}
#footer {
	margin-left: 0px;
	display: inline;
	float: left;
	height: 22px;
	margin-bottom: 0;
	width: 772px;
}
.textfooter {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: #312725;
	display: inline;
	margin-left: 55px;
	margin-right: 55px;
}
.textdisclaimer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: #312725;
	display: inline;
}
.textTitle {
	font-weight: bold;	
	color: #312725;
	font-size: 14px;
}
.textHighlight {
	font-weight: bold;
	color: #8C0000;
	font-size: 13px;
}
.textRed {
	color: #8C0000;
	font-size: 13px;
}
