@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#siteHeader {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#siteHeader #siteLogo {
	background-image: url(/images/site_header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 147px;
}
#siteWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:#FFFFFF;
}
#siteWrapperInt {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:#FFFFFF;
}
a {
	color: #353535;
}
#siteWrapper #siteContent {
	font: 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	background-color:#FFFFFF;
}
#siteWrapperInt #siteContent {
	font: 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
#topNav {
	display:none;
}
#topNav a {
	display:none;
}
.sectionHeader {
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.navLink {
	display:none;
}
.navLink A {
	display:none;
}
.pageHeader {
	font-size: 20px;
	text-transform: uppercase;
}
#siteFooter {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 960px;
	padding: 10px;
	text-align: center;
	font: italic 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	clear: both;
	background-color: #FFFFFF;
}
#siteWrapper #leftBox {
	display:none;
}
#siteWrapperInt #leftBox {
	display:none;
}
#siteWrapper #centerBox {
	display:none;
}
#siteWrapperInt #centerBox {
	display:none;
}
#siteWrapper #rightBox {
	display:none;
}
