@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #C53A32;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width: 924px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}
#container .header {
	display: block;
	position: relative;
}
#container .promo {
	display: block;
	position: relative;
}
#container .main {
	display: block;
	position: relative;
	padding: 20px;
}
.txt_gen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#container .header .nav {
	position: absolute;
	left: 425px;
	display: block;
	top: 80px;
}
#container .tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #CCCCCC;
	display: block;
	position: absolute;
	right: 130px;
	top: 25px;
}
#container .footer {
	margin-bottom: 20px;
	display: block;
	position: relative;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ebebeb;
	color: #999999;
}
p {
	margin: 0px;
	padding: 0px;
}
#container .main .LeftPanel-A {
	width: 45%;
	padding-right: 15px;
	margin-right: 15px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #ebebeb;
	float: left;
}
#container .main .RightPanel-A {
	width: 48%;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #ebebeb;
	float: left;
}

.border_right_grey {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #ebebeb;
}


.border_top_grey {
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #ebebeb;
}
.border_bottom_solid {
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
}

.border_all_grey {
	border: 4px dotted #ebebeb;
}
#container .main h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


#container .main hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#container .main h4 {
	font-size: 14px;
	padding: 0px;
	color: #C53A32;
	font-style: italic;
	margin: 0px;
}

