@charset "utf-8";
/* CSS Document */

/* Main Layout Styles */
body {
	margin:0;
	padding:0;
	background-color:#000;
}
#main {
	margin:0px; padding:0px;
	background-image: url(../images/header_bgd.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
#main .container {
	margin:auto; padding:0px;
	width:930px;
	height:auto;
}
.container {
	margin:auto; padding:0px;
	width:930px;
	min-height:150px;
}
#header_left {
	margin:0px; padding:0px;
	width:460px;
	height:auto;
	float:left;
}
#header_right {
	margin:35px 0 0 0; padding:0px;
	width:450px;
	height:auto;
	float:right;
	border:1px solid #fff;
}
.left_content {
	margin:30px 0 0 0;
	padding:40px 0 0 25px;
	width:440px;
	min-height:460px;
	float:left;
	background-image: url(../images/form_bgd.jpg);
	background-repeat: no-repeat;
}
.right_content {
	margin:0px;
	padding:15px 0 30px 25px;
	width:435px;
	height:auto;
	float:right;
}
.clear {
	clear:both;
}
#footer {
	margin:0px;
	padding:0px;
	height:auto;
	background-image:url(../images/footer_bgd.jpg);
	background-repeat:repeat-x;
	background-color: #000;
}
.footer_left {
	margin:0px; padding:20px 0 0 0;
	width:930px;
	height:auto;
	float:left;
}

/* End Main Layout Styles */


/* Main Font Styles */

a, a.visited {
	font-weight: bold;
	color: #D3103A;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
#footer a, a.visited {
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin:5px 0 0px 0;
	padding:0px;
	color: #C51230;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	margin:5px 0 0 0;
	padding:0px;
	color: #C51230;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin:5px 0 10px 35px;
	padding:0px;
	line-height: 18px;
}
p {
	margin:5px 0 5px 0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}
table td {
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;	
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}

/* End Main Font Styles */

