@charset "utf-8";
body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d2d1cc;
	margin: 0px;
}
A:link {COLOR: #2f5464; TEXT-DECORATION: underline}
A:visited {COLOR: #2f5464; TEXT-DECORATION: underline}
A:hover {COLOR: #ff9d45; TEXT-DECORATION: none}

A.design:link {COLOR: white; TEXT-DECORATION: none; font-size:12px}
A.design:visited {COLOR: white; TEXT-DECORATION: none; font-size:12px}
A.design:hover {COLOR: #ff9d45; TEXT-DECORATION: none; font-size:12px}

A.footer-link:link {COLOR: white; TEXT-DECORATION: none}
A.footer-link:visited {COLOR: white; TEXT-DECORATION: none}
A.footer-link:hover {COLOR: #ff9d45; TEXT-DECORATION: none}

.top {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.tab-top-white {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tab-top-white.png);
	background-repeat: no-repeat;
	height: 5px;
	margin-top: 18px;
}
.tab-bottom-white {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tab-bottom-white.png);
	background-repeat: no-repeat;
	height: 7px;
}
.footer {
	color: #FFFFFF;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 898px;
	font-size: 13px;
	height: 79px;
	line-height: 20px;
	margin-bottom: 0px;
	}

.footer-links {
	float: left;
	padding-left: 20px;
	padding-top: 13px;
}
.top-feature {
	height: 212px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tab-bg-white.png);
	background-repeat: repeat-y;
}
.footer-copyright {
	float: right;
	padding-top: 13px;
	padding-right: 145px;
	text-align: right;
}
.footer-disclaimer {
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
	}
.content-outer {
	background-image: url(../images/tab-bg-white.png);
	background-repeat: repeat-y;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.content-inner {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	padding-top: 15px;
}
h1 {
	color: #ff9d45;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #8fb9cc;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9d45;
	text-transform: uppercase;
}
