@charset "UTF-8";
/* CSS Document */

table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	background-image: url(../images/imgBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
a:link {
	color: #B90009;
	text-decoration: none;
}
a:visited {
	color: #B90009;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
blockquote {
}
a:focus {
}
li {
}
strong {
}
h1 {
}
h2 {
}
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#rightcolm {
	background-color: #FFFFFF;
	width: 719px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8B9BF;
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	background-image: url(../images/imgHeader.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 615px;
	padding-top: 10px;
	padding-left: 350px;
	font-size: 11px;
	color: #999999;
}
#header  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90009;
	text-decoration: none;
}
#header  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90009;
	text-decoration: none;
}
#header  a:hover {
	text-decoration: underline;
}
#leftcolm {
	background-color: #FFFFFF;
	float: left;
	width: 194px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	line-height: 14px;
}
#footer {
	background-image: url(../images/imgFooter.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 965px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.clear {
	position: relative;
	clear: both;
	height: 0px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8B9BF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.padleft {
	margin-left: 10px;
	display: block;
}
.padRight {
	margin-right: 15px;
	float: left;
	clear: right;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #B90009;
	line-height: 18px;
	font-weight: bold;
}
.subhead {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.subtext {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
.tablestyle {
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 15px;
	vertical-align: top;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8B9BF;
}
.tablestyle2 {
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 15px;
	vertical-align: bottom;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8B9BF;
}

