@charset "utf-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.pageContainer {
	background-image: url(images/pageBG.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.siteBanner {
	height: 332px;
	width: 800px;
	position: relative;
}
.content {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footerBG {
	background-image: url(images/footerBG.jpg);
	height: 92px;
	width: 800px;
	background-color: #393939;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
}
.footerContent {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
.footerContent a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerContent a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #CCCCCC;
}
.abn {
	font-size: 10px;
	color: #999999;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #FF9900;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.main p {
	margin: 0px;
	padding: 0px;
}
.main a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.main a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}
.side p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.side a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.side a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.accordspacer {
	padding: 6px;
}
.sitemaprow {
	font-size: 7px;
	height: 16px;
}
