body {
	font-size: 10px;
	background-color: #EBC79E;
}   
.heading1 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.info {
	font-size: 10px;
	color: #806A4B;
	border-width: 1px 1px 1px 10px;
	margin: 5px;
	padding: 1px 2px 1px 2px;
	border-color: #B29C7D;
	border-style: solid;
	background-image: none;
	display: block;
}
.listTitle {
	text-decoration: underline;
	font-size: 15px;
	padding-top: 20px;
}
.map {
	text-align: center;
	font-size: 20px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.note {
	font-size: 10px;
	display: block;
}
.headerContainer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	overflow: visible;
}
.content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-size: 20px;
	text-align: justify;
}
.section {
	clear: both;
	overflow: auto;
}
.section object {
	float: right;
}
h1, h2, h3 {
	text-align: center;
}
#header {
	font-weight: bold;
	font-size: 40px;
	font-variant: small-caps;
}
.menuButtons {
	background-image: url(./images/cornerbl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #313031;
	padding: 0px 0px 0px 0px;
}
.button {
	border-right: 1px solid #EBC79E;
	text-decoration: none;
	background-color: #313031;
	padding: 5px;
	color: #EBC79E;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	float: right;
	background-image: url(./images/cornerbl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.button:hover {
	padding-top: 20px;
}

ul#standards li {
	font-size: .5em;
	list-style: none;
	display: inline;
	color: #ffffff;
	border-width: 1px 1px 1px 10px;
	margin: 5px;
	padding: 1px 2px 1px 2px;
	border-color: #B29C7D;
	border-style: solid;
	background-image: none;
}

ul#standards li a:link, ul#standards li a:visited {
	color: #997A53;
	text-decoration: none;
}

ul#standards li a:hover, ul#standards li a:active {
	color: #000066;
	text-decoration: none;
}
.footer {
	clear: both;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
}

.footer a:link, .footer a:visited {
	color: #997A53;
	border-color: #CCA36E;
	text-decoration: underline;
}

.footer a:hover, .footer a:active {
	color: #000000;
	text-decoration: underline;
	background-image: none;
}

.footer sup {
	font-size: .5em;
}

.corners {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	overflow: visible;
}
.thumbnail {
	float: left;
	clear: left;
	width: 20%;
	padding: 0px 10px 5px 0px;
}
.thumbnail:hover {
	width: 584px;
	height: 438px;
}
.topleft {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	width: 10%;
}
.topright {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: right;
	width: 50%;
	position: relative;
	top: -5px;
	left: 50%;
}
