/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #252892;
	background-color: #d1d1d1;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
	background: url(../images/body_bg.gif);
}

#header_top {
	height: 15px;
	width: 748px;
	color: #000;
	background-color: #941032;
	margin: 0px auto 0px auto;
}

#header_top_line {
	color: #000;
	background-color: #fff;
	margin: 1px auto 0px auto;
}

#header {
	margin: 0px auto 0px auto;
	background: url(../images/header.jpg);
	width: 748px;
	height: 125px;
}

#header_text {
	position: absolute;
	margin-top: 70px;
	margin-left: 51px;
}

#header_text h2 {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #252892;
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 30px;
	margin-left: 19px;
}

#header_bottom {
	color: #000;
	background-color: #fff;
	margin: 2px auto 0px auto;
}

#header_menu {
	margin: 0px auto 0px auto;
	color: #fff;
	background-color: #941032;
	width: 748px;
	height: 25px;
}

#header_menu ul {
	list-style-type: none;
	display: inline;
}

#header_menu li {
	margin: 3px 0px 0px 7px;
	float: left;
}

#header_menu a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}	

#centerPanel {
	float: left;
	padding: 20px;
	font-size: 12px;
	width: 500px;
	display: block;
	text-align: justify;
}

#centerPanel a {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

#centerPanel p {
	color: #000;
	background-color: #fff;
}

#centerPanel_Wide {
	margin-left: 10px;
	float: left;
	padding: 20px;
	font-size: 12px;
	width: 650px;
	text-align: justify;
}

#rightPanel {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 12px;
	width: 150px;
	text-align: justify;
	color: #fff;
	background-color: #f1f1f1;
	border: 1px solid #941032;
}

#rightPanel h3 {
	font-size: 12px;
	font-weight: bold;
	color: #941032;
	background-color: #f1f1f1;
}

#rightPanel a {
	color: #941032;
	background-color: #f1f1f1;
	font-weight: normal;
}

#rightPanel img {
	border: 0;
}

#footer_line {
	margin: 0px auto 0px auto;
	color: #000;
	background-color: #941032;
	height: 2px;
	width: 748px;
}

#footer_menu {
	margin: 0px auto 0px auto;
  color: #941032;
	background-color: #fff;
	height: 90px;
	width: 748px;
	text-align: center;
}	

#footer_menu_list {
	margin: 6px auto 0px auto;
  color: #000;
	background-color: #fff;
	width: 450px;
	text-align: center;
}	

#footer_menu ul {
	list-style-type: none;
	display: inline;
}

#footer_menu li {
	margin: 0px 5px 2px auto;
	float: left;
}

#footer_menu a {
	font-size: 10px;
	font-weight: normal;
	color: #941032;
	background-color: #fff;
	text-decoration: none;
}

#footer_menu a.menu {
	font-size: 10px;
	font-weight: bold;
	color: #941032;
	background-color: #fff;
	text-decoration: none;
}

#footer_bottom {
	text-align: center;
}

#footer_bottom a {
	font-size: 10px;
	font-weight: normal;
	color: #941032;
	background-color: #fff;
	text-decoration: none;
}	

#copyright {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 500px;
	text-align: center;
	font-weight: normal;
	color: #252892;
	background-color: #fff;
	text-decoration: none;	
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
	width: 450px;
}

#contact-form {
	color: #000;
	background-color: #fff;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #941032;
	background-color: #fff;
}

#contact-form .txt {
	width: 65%;
	border: 1px solid #252892;
}

#contact-form textarea.txt {
	width: 65%;
}

#contact-form .btn {
	border: 2px solid #941032;
	background-color: #252892;
	color: #fff;
	padding: 0.4em;
}

#contact-form div.submit {
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #252892;
	background-color: #fff;
}

.clearing {
	clear: both;
}

