* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	padding: 1em;
	position: relative;
}

p, blockquote, ul, ol, form, fieldset, table, dd {
	margin-bottom: .75em;
}

ul, ol {
	margin-left: 2.5em;
}

dd {
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 4px;
}

#nav,
#quickloc,
.subnav,
object,
embed {
	display: none;
}

#logo,
img.photo,
.float_r,
.float_l {
	float: right;
	clear: right;
}

a img {
	border: none;
}

h1 {
	font-family: sans-serif;
	font-size: 30pt;
	color: #ee2e24;
	margin-bottom: 10px
}

h2 {
	font: 18pt Georgia, "New York Bold", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #1c477c;
	margin-bottom: 10px
}

#content a,
#content a:link,
#content a:visited {
	color: black;
}

.menuboard .menuno {
	position: absolute;
	left: 2em;
	background: url(../images/menuno.gif);
	width: 20px;
	height: 20px;
	clear: both;
	text-align: center;
	color: white;
	font: bold 13px/20px Arial, Helvetica, Geneva, sans-serif;
}

.menuboard b {
	display: block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
}

fieldset {
	padding: 0 10px;
	position: relative;
}
fieldset legend {
	position: relative;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	padding: 2px 13px 6px 10px;
	background: #d81024 url(../images/dirtyredlink.gif) no-repeat 100% 100%;
}

#content form label {
	font-weight: bold;
	float: left;
	clear: left;
	width: 40%;
	margin-right: 4px;
	margin-bottom: 1em;
}

.photo_caption {
	width: 500px;
	text-align: center;
	font-style: italic;
	color: #63634f;
}