/* Global Resets */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
img {
	border: none;
}
/* End */
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em; /* 10px */
	background-color: #FFFFFF;
	background-image: url(/img/body_bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	min-width: 756px;
	background-image: url(/img/container_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/******************************************************** Header */
#header_container {
	width: 100%;
	min-width: 756px;
	background-image: url(/img/header_container_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	width: 756px;
	min-width: 540px;
	max-width: 792px;
	height: 162px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/header_bg.png);
	background-repeat: no-repeat;
	background-position: 296px 0px;
}
#header_logo {
	position: absolute;
	left: 0px;
	background-image: url(/img/header_logo.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 229px;
	bottom: 0px;
	text-indent: -9999px;
}
#header_logo:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
/******************************************************** Content */
#content_container {
	width: 100%;
	min-width: 756px;
}
#content {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 18px;
	position: relative;
	padding-top: 18px;
}
p, span, ul, ol, form, dl, table {
	font-size: 1.1em; /* 11px */
	line-height: 1.63636364em; /* 18px */
}
p {
	margin-bottom: 1.63636364em; /* 18px */
}
ul {
	list-style-position: inside;
	color: #0093D0;
	margin-top: 1.8em;
}
a {
	text-decoration: none;
	color: #de2026;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
	color: #de2026;
	border-bottom-width: 1px;
	background-color: #FFE716;
	border-bottom-style: solid;
	border-bottom-color: #de2026;
}
a.back {
	background-image: url(/img/i_arrow_back.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
h1 {
	font-size: 1.4em; /* 14px */
	line-height: 1.286em; /* 18px */
	margin-bottom: 1.286em; /* 18px */
	color: #0093d0;
	text-transform: uppercase;
}
h2 {
	font-size: 1.3em; /* 13px */
	line-height: 1.5em; /* 18px */
	margin-bottom: 1.5em; /* 18px */
	color: #0093d0;
}
h3 {
	font-size: 1.2em; /* 12px */
	line-height: 1.286em; /* 18px */
	margin-bottom: 1.286em; /* 18px */
	color: #0093d0;
}
h4 {
	font-size: 1.2em; /* 12px */
	line-height: 1.286em; /* 18px */
	margin-bottom: 1.286em; /* 18px */
	color: #0093d0;
}
/************************************* Footer */
#footer {
	width: 720px;
	position: relative;
	background-image: url(/img/footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#footer img {
	float: right;
	margin-left: 9px;
}
#sig {
	position: relative;
	height: 29px;
	width: 182px;
}
#sig_dacs {
	background-image: url(/img/sig_dacs_bg.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 29px;
	width: 118px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sig_dacs:hover {
	background-image: url(/img/sig_dacs_bg.gif);
	background-position: 0px -29px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sig_entity {
	background-image: url(/img/sig_entity_bg.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 29px;
	width: 64px;
	text-indent: -9999px;
	position: absolute;
	left: 118px;
	top: 0px;
}
#sig_entity:hover {
	background-image: url(/img/sig_entity_bg.gif);
	background-position: 0px -29px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/******************************************************** Forms */
div.form {
	clear: both;
}
form {
	color: #000000;
	background-image: url(/img/formhr_bg.gif);
	background-repeat: repeat-x;
	padding-top: 1.63636364em; /* 18px */
}
label {
	display: block;
	width: 112px;
	float: left;
	text-align: right;
	padding-right: 14px;
	margin-bottom: 1.63636364em; /* 18px */
}
input.text {
	width: 344px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 1.45455em; /* 16px */
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	padding-left: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	width: 346px;
	height: 142px;
}
input.button {
	margin-left: 126px;
	padding: 2px;
}
.formhr {
	clear: both;
	height: 1.63636364em; /* 18px */
	background-image: url(/img/formhr_bg.gif);
	background-repeat: repeat-x;
	margin-top: 1.63636364em; /* 18px */
	display: block;
}
.formhr hr {
	display: none;
}
.mandatory_legend {
	color: #FF0000;
}
form em {
	font-style: normal;
	color: #FF0000;
}
.form_alert {
	color: #FF0000;
}