@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #848283;
	background: #e0390f url(/static/images/body_bkg_vert.png) repeat-y center;

}
#mainSurround {
	width: 903px;
	margin: 100px auto 0px;
	position: relative;
}
a {
	color: #333;
}
.logo {

}
.logo a {
	display: block;
	margin-left: 10px;
	background: url(/static/images/title_img.png);
	height: 40px;
	width: 149px;
	text-indent: -9999em;

}
.content_top_round {
	background: url(/static/images/content_header.png) no-repeat center top;
	height: 28px;
	margin: 0px;
	padding: 0px;

}
.footer {
	background: url(/static/images/footer.png) no-repeat center top;
	height: 61px;
	padding: 5px;
}
.footer p {
	margin: 20px 0px 0px 30px;
	font-size: 11px;
}
.footer a {
	color: #aaa;
	padding: 0px 20px 0px 0px;
	display: inline-block;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
#contentArea {
	background: #f2f2f2 url(/static/images/content_footer.png) no-repeat center bottom;
	margin: 0px;
	padding: 1px 15px 30px 15px;
}
.urlForm{
	background: url(/static/images/form_bkg.png) no-repeat 0px 0px;
	border-style: none;
	color: #2C312B;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	width: 660px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
h4 {
	font-size: 16px;
	text-align: center;
}
.homepage {
	padding: 0px 400px 0px 40px;
	text-align: justify;
	font-size: 10px;
}
.history {
	width: 90%;
	margin: 0px auto;
}
.history h3 a {
	color: #f28022;
	text-decoration: none;
}
.history h3 {
	font-size: 18px;
	margin: 8px 0px 3px 0px;
}
.history h2 {
	color: #000;
}