@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 30px;
}
#imageIcon {
	position: relative;
	top: 20px;
	left: 10px;
	float: left;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	border-top-width: 0px;
	margin: 10px;
}
.oneColElsCtr #iconContainer {
	margin-top: 20px;
}
#navBar {
	float: none;
	position: absolute;
	top: 0px;
	right: 195px;
	width: 300px;
}
#buttons {
}
.iconSettingClass {
	margin: 14px;
	border: 0;
}
.oneColElsCtr #mainContent {
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColElsCtr #logo {
	margin: 0px;
	padding: 0px;
}
.hbar {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: upper-roman;
}
.navButton {
	border: 0px solid #000;
	float: right;
	margin-left: 8px;
	background-color: #00F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FFF;
}
.oneColElsCtr #logo #navBar .navButton a {
	color: #FFF;
	text-decoration: none;
}.oneColElsCtr #container #sidebar {
	width: 250px;
	float: right;
	border-left-style: ridge;
	border-left-width: 1px;
	border-left-color: #999;
	padding-left: 18px;
	margin-left: 5px;
	clear: right;
}
.oneColElsCtr #sectionImage {
	height: 80px;
	width: 800px;
}
.oneColElsCtr #footer {
	clear: both;
	width: 788px;
	background-color: #CCC;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.oneColElsCtr #container #mapArea {
	float: right;
	width: 250px;
	padding-left: 22px;
}
.oneColElsCtr #container #navIcons {
	width: 256px;
	float: right;
	clear: right;
	position: relative;
	padding-left: 15px;
}
.byLine {
	font-size: 14px;
	color: #333;
	font-style: italic;
	line-height: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.theIndex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding-right: 12px;
}
.sidebarText {
	font-size: 12px;
}
.oneColElsCtr #container #navIcons a {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColElsCtr #container #navIcons a img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColElsCtr #container #navIcons img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
