@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5598E9;
}
#outerWrapper {
	width: 100%;
	position: relative;
}
#bannerWrapper {
	background-image: url(../images/top_repeat.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 106px;
	position: relative;
}
#contentWrapper {
	text-align:center;
	background-image: url(../images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #132333;
}
#content {
	height: 364px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#content h1 {
	font-size: 20px;
	color: #C6691B;
	line-height: 120%;
	margin-left: 24px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 14px;
	color: #C6691B;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 24px;
	margin-right: 40px;
}
#content p {
	font-size: 12px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 24px;
	margin-right: 40px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content li {
	font-size: 12px;
	line-height: 120%;
	margin-left: 24px;
	margin-bottom: 6px;
}
#sidebar {
}
#sidebar h2 {
	font-size: 13px;
	line-height: 120%;
}
#sidebar p {
	font-size: 11px;
	line-height: 120%;
}
#footerWrapper {
	height: 190px;
	background-image: url(../images/footer_repeat.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footer h1 {
	font-size: 13px;
	text-align: center;
}
#footer p {
	font-size: 11px;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #F90;
	text-decoration: none;
}
#copyright {
	width: 450px;
	float: left;
}
#copyright p {
	font-size: 9px;
	color: #999999;
	text-align: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#author {
	width: 450px;
	float: left;
}
#author p {
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#flashWrapper {
	height: 364px;
	width: 680px;
	margin-left: 320px;
}
.clrFlt {
	clear: both;
}
