@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
}
#logo {
	width: 700px;
	margin: 0 auto;
	margin-top: 120px;
	text-align: left;
}
#header_outer {
	margin-top: 20px;
	width: 100%;
	height: 120px;
	background-color: #d25c2d;
}
#header_inner {
	width: 700px;
	height: 120px;
	margin: 0 auto;
}
#header_inner_left {
	padding: 0px 0px 0px 7px;
	width: 200px;
	float: left;
	height: 124px;
	border-left: 1px dotted #ffffff;
}
#header_inner_right {
	float: right;
	height: 120px;
	width: 490px;
	border-right: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
}
#link_topmenu {
	height: 13px;
	width: 180px;
	border-bottom: 1px dotted #de8663;
	padding: 7px 0px 3px 0px;
	text-align: left;
}
#link_topmenu a:link, #link_topmenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f2f2f2;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 10px;
	text-transform: uppercase;
}
#link_topmenu a:hover, #link_topmenu a:active {
	color: #ffffff;
	text-decoration: none;
	background-image: url(bg_menu_hover.png);
	background-position: left;
	background-repeat: no-repeat;
}
#header_underline {
	background-image: url(bg_header_underline.png);
	height: 20px;
	width: 100%;
}
#content-outer {
	width: 720px;
	margin: 0 auto;
	margin-top: 20px;
}
#content_left {
	float: left;
	width: 475px;
	border-right: 1px dotted #d25c2d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px;
	text-align: left;
	color: #666666;
}
#content_right {
	float: left;
	width: 180px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#footer {
	width: 700px;
	margin: 0 auto;
	height: 30px;
}
h1.csc-firstHeader, div.csc-header h1 {
	font-size: 12px;
	color: #d65929;
}
p.bodytext a:link, p.bodytext a:visited, p.bodytext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
p.bodytext {
	font-size: 11px;
}
fieldset.csc-mailform {
	border: 0px;
	text-align: left;
	width: 275px;
	padding: 0px;
}
div.csc-mailform-field {
	margin-top: 5px;
}