body {
	background-color: #F8F6F2;
	background-image: url(../_img/pageBg.gif);
	background-repeat: repeat;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DF7C1B;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	color: #DF7B1B;
	font-size: 22px;
}

#topWrapper {
	background-image: url(../_img/topTransBg.png);
	background-repeat: repeat;
	height: 220px;
	margin: auto;
}
#topBanner {
	background-image: url(../_img/topBanner.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 28px;
	width: 980px;
	padding-top: 192px;
}
#topNav {
	color: #FFF;
	font-weight: bold;
	margin-left: 1px;
}
#contentWrapper {
	width: 1092px;
	margin: auto;
	background-image: url(../_img/contentBg.png);
	background-repeat: repeat-y;
}
#content {
	margin: auto;
	width: 954px;
	background-color: #FFF;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
}
#homeTopInfoBoxWrapper {
	background-color: #F6F0E6;
	height: 222px;
	background-image: url(../_img/targetBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#homeTopInfoBox1 {
	background-color: #FFF;
	float: left;
	height: 222px;
	width: 269px;
}
#homeTopInfoBox2 {
	width: 659px;
	float: left;
	height: 194px;
	padding: 13px;
}
#homeInfoBoxWrapper {
	margin-top: 13px;
	font-size: 12px;
	color: #FFF;
}
#homeInfoBox1 {
	width: 465px;
	float: left;
	background-image: url(../_img/infoBoxBg1.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E07C1C;
	padding-right: 6px;
}
#homeInfoBox2 {
	float: left;
	width: 464px;
	margin-left: 13px;
	background-image: url(../_img/infoBoxBg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #3F3F41;
	padding-left: 6px;
}
#bottomNav {
	text-align: right;
	color: #DF7B1B;
	padding-bottom: 12px;
	padding-top: 12px;
}
#bottomNav a {
	color: #DF7B1B;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #000;
}
#pageBottom {
	height: 39px;
	clear: left;
	background-image: url(../_img/contentBottomBg.png);
	background-repeat: no-repeat;
	width: 1092px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}
#pageBottom a {
	color: #DB781A;
	text-decoration: none;
}
#pageBottom a:hover {
	color: #FFCC00;
}
#flashcontent {
	width: 250px;
	height: 200px;
}
ul#navlist
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navlist a {
	background-color: #4D4D4D;
	padding-top: 12px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 12px;
	margin-right: -1px;
	margin-left: -1px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #DF7B1B;
background-color: #000;
text-decoration: none;
}
