@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #412C18;
	background-image: url(images/bg_windowMap.jpg);
	background-repeat: repeat;
}
a:link {
	color: #972429;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #972429;
}
a:hover {
	text-decoration: underline;
	color: #972429;
}
a:active {
	text-decoration: none;
	color: #972429;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 16pt;
}
.oneColFixCtr #container {
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdfdea;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
.oneColFixCtr #banner {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #contentArea {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/bg_contentArea.jpg);
}
.contentBox {
	position: relative;
	z-index: 1;
	width: 814px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	float: none;
}

.navColumn {
	position: absolute;
	width: 152px;
	left: 19px;
	z-index: 20;
	top: 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.lampPost {
	position: absolute;
	width: 33px;
	left: 170px;
	z-index: 30;
	top: 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainContent {
	position: absolute;
	width: 596px;
	left: 203px;
	z-index: 10;
	background-image: url(images/bg_contentTop.jpg);
	top: 0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/meaFooter.jpg);
	height: 42px;
	width: 814px;
	font-size: 85%;
	color: #fdfdea;
}
.copyright {
	position: relative;
	top: 14px;
	left: 14px;
	z-index: 10;
	width: 400px;
}
.dcsLink {
	z-index: 20;
	position: relative;
	left: 608px;
	width: 200px;
}
.dcsLink a:link {
	color: #fdfdea
	text-decoration: none;
}
.dcsLink a:visited {
	text-decoration: none;
	color: #fdfdea;
}
.dcsLink a:hover {
	text-decoration: underline;
	color: #fdfdea;
}
.dcsLink a:active {
	text-decoration: none;
	color: #fdfdea;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.meaContent {
	padding: 0px 25px 0px 25px;
}
.meaContent a:link {
	color: #972429
	text-decoration: none;
	font-weight: bold;
}
.meaContent a:visited {
	text-decoration: none;
	color: #972429;
	font-weight: bold;
}
.meaContent a:hover {
	text-decoration: underline;
	color: #972429;
	font-weight: bold;
}
.meaContent a:active {
	text-decoration: none;
	color: #972429;
	font-weight: bold;
}
.seoText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 10px;
	color: #646464;
}
.seoText a:link {
	color: #646464;
	text-decoration: none;
}
.seoText a:visited {
	text-decoration: none;
	color: #646464;
}
.seoText a:hover {
	text-decoration: none;
	color: #646464;
}
.seoText a:active {
	text-decoration: none;
	color: #646464;
}
