@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #000;
}
.content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images/tempbackarea.jpg);
	background-repeat: repeat-y;
	width: 850px;
	text-align:left
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-top: 0px;
}
blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}
.imgbox {
	float: right;
	width: 250px;
	padding-right: 60px;
	clear: left;
}
#footer {
}
#banner {
	width: 960px;
}
#h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: lighter;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 12px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: underline;
}
.mapimg {
	height: 450px;
	width: 700px;
	padding-left: 50px;
}
.loctable {
	width: 850px;
}
a {
	color: #663;
	text-decoration: underline;
}
