@charset "utf-8";
.header-bg {
	background-image: url(header_logo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 215px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	text-align: center;
}
.header-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
//	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.header-links-divider {
	font-weight: normal;
	color: #000000;
}
.header-links  a:link {
	text-decoration: none;
	color: #875723;
}
.header-links a:visited {
	text-decoration: none;
	color: #875723;
}
.header-links a:hover {
	text-decoration: underline;
	color: #C58033;
}
h1 {
	font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
//	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	line-height: 1;
	text-align:center;
}
h2 {
	line-height: 1;
	font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
	font-size: 1.5em;
}
body {
//	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Mercury SSm A","Mercury SSm B",Georgia,serif;
	font-weight: 400;
	font-size: 1em;
//	font-size: small;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	text-align: center;
}
.page-body {
	max-width: 650px;
	min-width: 400px;
	text-align: left;
	margin:0px auto;
	padding:10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
