@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_lines.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr  #header {
	background-image: url(images/bg_header.jpg);
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 513px;
	height: 220px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	text-align: justify;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	color: #CA000E;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 0px;
}
a:link {
	color: #CA000E;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CA000E;
}
a:hover {
	text-decoration: underline;
	color: #CA000E;
}
a:active {
	text-decoration: none;
	color: #CA000E;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}
#rates td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CA000E;
	border-bottom-width: 1px;
}
#dankie a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
#dankie a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.dankie {font-size: 10px}
#header a:link {
	color: #CA000E;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header a:visited {
	color: #CA000E;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header a:active {
	color: #CA000E;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




.Page_Header {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CA000E;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
}
.Header01 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CA000E;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

hr {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 1px solid #CA000E;
}

