body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
a:link, a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover, a:active {
	text-decoration:none;
	color:#A00000;
}
h1 {
	color:#A00000;
	font-size:14px;
}
h2 {
	margin-top:0;
	color:#A00000;
	font-size:12px;
}
p, ul, ol {
	font-size:12px;
	margin-top:0;
}
#block {
	width:259px;
	height:149px;
	float:right;
}
#bodywrap {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	position:relative;
}
#content {
	width:540px;
	float:right;
	padding-left:6px;
}
#drop1 span { /* all lists */
	display:block;
	position:absolute;
	left:-999em;
}
#drop1.hover span a {
	display: block;
	padding:0;
	margin:0;
	clear:left;
}
#drop1.hover span { /* lists nested under hovered list items */
	display:block;
	width:224px;
	background-color:#FFF;
	padding: 0 0 5px 0;
	margin: 0;
	z-index:10;
	position:absolute;
	left: auto;
	clear:left;
}
#drop2 span { /* all lists */
	display:block;
	position:absolute;
	left:-999em;
}
#drop2.hover span a {
	display: block;
	padding:0;
	margin:0;
	clear:left;
}
#drop2.hover span { /* lists nested under hovered list items */
	display:block;
	width:224px;
	background-color:#FFF;
	padding: 0 0 5px 0;
	margin: 0;
	z-index:10;
	position:absolute;
	left: auto;
	clear:left;
}
#nav {
	position:absolute;
	left:0;
	top:126px;
	width:224px;
	text-align:right;
	font-weight:bold;
}
#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#A00000;
}
#nav a:hover, #nav a:active {
	text-decoration:underline;
	color:#A00000;
}
p.caption {
	color:#A00000;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	margin: 0;
}
.clicktoenlarge {
	width:8em;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}
.clicktoenlarge img {
	margin:0;
	float:right;
}
.clicktoenlarge p {
	margin:0;
	font-size:10px;
}
.clear, .iespacer {
	clear:both;
	height:1px;
}
.dropcap { float:left; }
.footnote {
	vertical-align:super;
	font-size:9px;
}
.hassub { margin-bottom:0; }
.red { color:#A00000; }
