body {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #000;
	background-color: #fff
}

a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 {
	font-weight: normal;
	font-size: 14pt;
	color: #000;
}

h2 {
	font-weight: normal;
	font-size: 10pt;
	color: #000;
}

#page #container #content #groupOverview,
.dontPrint,
#top,
#navigation,
#contentNavigation,
#scenic { display:none; }


/* DIV containers */
#page {
	width: 900px;
	text-align: left;
}

/* Content */
#page #container #content {
	clear: both;
	width: 860px;
	padding: 0px 20px;
}

#page #container #content #overview {
	float: right;
	width: 860px;
}

#page #container #content #middle {
	float: left;
	width: 330px;
	padding-right: 20px;
}

#page #container #content #right {
	float: left;
	width: 330px;
}

#page #container #content #contentOverview {
	width: 860px;
	float: right;
	background: url(../pics/content-middle_bg.gif) repeat-y;
}

#page #footer #disclaimer_print {
	margin: 0px 20px;
	margin-top: 1cm;
	font-size: 9pt;
	text-align: left;
	clear: both;
}

#page #footer #infobar,
#page #footer #colophon {
	display:none;
}


/* Table style definitions */
table.searchtable {
	border: 1px solid #EEE;
	margin: 0px;
	background-color: #FFF;
}
.fadedheaderrow td,
.headerrow td {
	background-color: #C1001F;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/* General classes used throughout the site */
.rightColumn,
.leftColumn {
	float: left;
	padding-right: 20px;
}
#page #content .thumbnailContainer {
	clear: both;
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
.deEmphasize {
	font-size: 10px;
}
.deEmphasizeDate {
	color: #C1001F;
	font-size: 10px;
}
.spacerSmall { clear:both; line-height: 2px; width: 100%; }
