body {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: black;
	padding-left: 15px;
	padding-right: 15px;
}
img { behavior: url(iepngfix.htc); }
.siteHeader {
	background: black;
	background-image: url(images/mainSite/headerBackground.jpg);
	height: 194px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-align: left;
}
.smallSiteHeader {
	background: black;
	background-image: url(images/mainSite/smallHeaderBackground.jpg);
	height: 90px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-align: left;
}
.adminHeaderLinks {
	color: white;
	position: relative;
	top: -9px;
	padding-left: 5px;
	font-size: 12px;
}
.adminHeaderLinks a {
	color: white;
	text-decoration: none;
}
.adminHeaderLinks a:visited {
	color: white;
	text-decoration: none;
}
.adminHeaderLinks a:hover {
	color: white;
	text-decoration: underline;
}
.headerTabLinks {
	font-weight: bold; 
	font-size: 12.5px;
	text-align: center;
	color: black;
}
.headerTabLinks a { color: black; text-decoration: none; }
.headerTabLinks a:visited { color: black; text-decoration: none; }
.headertabLinks a:hover { color: black; text-decoration: underline; }

.siteWrapper {
	width: 900px;
	border: 1px solid white;
	background-color: #CCCCCC;
	overflow: hidden;
}
.siteWrapper .bottomGradientContainer {
	background: cccccc;
	background-attachment: scroll;
	background-image: url(images/mainSite/bodyBottomBackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
}
.siteFooter {
	background: url(images/mainSite/footerDivider.jpg);
	height: 31px;
	padding-top: 10px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	clear: both;
}
.smallSiteFooter {
	background: url(images/mainSite/smallFooterBackground.jpg);
	height: 31px;
	padding-top: 10px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	clear: both;
}
.siteFooter a { color: #666666; }
.siteContent {
	background-image: url(images/mainSite/bodyTopBackground.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	padding-top: 20px;
}

#offline {
	display: none;
}
#closeWindowButton {
	color: white;
	cursor: pointer;
	text-decoration: underline;
}
