* {
	border: none;
	margin: 0;
	padding: 0;
}
hr, big, legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
acronym, abbr {cursor: help;}
address {font-style: normal;}

body {
	background: #fff url('../images/bg_body.gif') repeat-x;
	padding: 50px 0 15px;
	text-align: justify;
	font: 0.75em/1.8em "trebuchet ms", arial, sans-serif;
	color: #444;
}

a,
a:visited {color: #9D2900;}
a:hover {
	text-decoration: none;
	color: #A0000E;
}

img {
	float: left;
	border: none;
	margin-right: 15px;
}

h1 {
	float: left;
	font-weight: normal;
	font-size: 3em;
}
	h1 strong,
	h1 a {
		text-decoration: none;
		line-height: 1em;
	}
	h1 strong {
		font-weight: normal;
		color: #9D2900;
	}
	h1 a {
		display: block;
		line-height: 2em;
		font-size: 0.3em;
		color: #444 !important;
	}
	h1 span {display: none;}

	form li {
		overflow: hidden;
		margin-bottom: 15px;
	}

label {
	float: left;
	width: 160px;
	text-align: right;
}

input,
textarea {
	float: right;
	width: 380px;
	border: 1px solid #e0e0e0;
	padding: 2px;
	font: 1em "trebuchet ms", arial, sans-serif;
}

div {overflow: hidden;}

input#fm_attach,
input#fm_submit {width: 386px;}
input#fm_verify {width: 305px;}
input#fm_submit {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
}

.information {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 15px;
}

#header {
	width: 900px;
	margin: 0 auto;
}
	#header ul {
		float: right;
		padding-top: 10px;
		list-style: none;
	}
		#header ul a {
			padding: 7px;
			text-decoration: none;
			font-size: 1.1em;
			color: #000000;
		}
		#header ul a:hover {
			border-bottom: 2px solid #ccc;
			color: #000;
		}
		#header ul a.active,
		#header ul a.active:hover {
			border-bottom: 2px solid #C70012;
			color: #9D2900;
		}
	#header li {
		float: left;
		margin-left: 30px;
	}

#intro {
	background: #002937 url('../images/bg_intro.jpg') repeat-x;
	margin-bottom: 36px;
	padding-top: 16px;
}
	#intro h2 {
		margin-bottom: 15px;
		font-size: 2em;
		font-weight: normal;
		color: #FFF2B3;
	}
		#intro h2 span {
			border-bottom: 1px dotted #fff;
			font-style: italic;
			font-weight: normal;			
		}
	#intro ol {
		overflow: hidden;
		width: 50%;
		list-style: decimal inside;
		background: #191919 url('../images/bg_intro_ol.gif') repeat-x left bottom;
		margin: 0 auto;
		padding: 4px 0 8px 50%;
	}
		#intro ol span {text-transform: uppercase;}
		#intro ol li {
			float: left;
			background: url('../images/bg_intro_ol_li.gif') no-repeat;
			margin: 0 15px;
			padding-left: 10px;
			line-height: 31px;
			font-size: 1.4em;
			color: #FAFDDD;
		}
	#intro div {
		width: 490px;
		min-height: 182px;
		background: url('../images/bg_intro_div.jpg') no-repeat right top;
		margin: 0 auto;
		padding: 55px 410px 0 0;
		color: #C7E3EE;
	}

#content {
	width: 930px;
	margin: 0 auto;
}
	#content h2 {
		border-bottom: 1px solid #eee;
		margin: 0 0 15px;
		font-size: 1.5em;
	}
		#content h2 span {color: #9D2900;}
	#content blockquote,
	#content p,
	#content address,
	#content ol,
	#content ul,
	#content form {margin-bottom: 30px;}
		#content p span,
		#content ul span,
		#content ol span {font-weight: bold;}
		#content p img {
			display: block;
			float: none;
			border: 1px solid #eee;
			margin-right: 0;
			padding: 4px;
		}
			#content p span a {
				float: right;
				margin-top: -35px;
				text-decoration: none;
				font-weight: normal;
			}
	#content ul {list-style: square outside;}
	#content ul,
	#content ol {padding-left: 2em;}
		#content form img {
			float: right;
			margin-right: 15px;
		}
		#content form ul {
			list-style: none;
			margin-bottom: 0;
		}
	#content div {
		float: left;
		width: 280px;
		padding: 0 15px;
	}
	#content div#main {width: 590px;}

#footer {
	position: relative;
	width: 900px;
	border-top: 1px solid #e0e0e0;
	margin: 0 auto;
	padding: 0 15px;
	background: url('../images/bg_footer.jpg') no-repeat right bottom;
}
	#footer strong {font-weight: normal;}
	#footer a {
		font-weight: bold;
		color: #808080;
	}
	#footer p {
		float: right;
		padding-right: 50px;
	}
	#footer ul {
		clear: both;
		list-style: none;
		text-transform: lowercase;
		line-height: 4em;
		font-size: 0.75em;
	}
		#footer ul a {
			cursor: default;
			text-decoration: none;
			color: #444;
		}
			#footer ul a img {cursor: pointer;}
	#footer li {display: inline;}
