body {
	background-color: #6699FF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11pt;
	color: black;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #B22222;
	text-decoration: none;
}

a:hover {
	color: #B22222;
	text-decoration: underline;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

#outerTable {
	font-size: 11pt;
	color: white;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

#navColumn {
	margin: 0px;
	padding: 5px;
	width: 184px;
	background: black;
	border-right: 4px solid #B22222;
}

#contentColumn {
	color: black;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navLinks {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	margin-left: 5px;
}

#navLinks a:link, #navLinks a:visited {
	color: white;
	text-decoration: none;
}

#navLinks a:hover {
	text-decoration: none;
	color: black;
	/* color: #FFDE00; */
	color: #B22222;
}

#pageHeaderBar {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	background-color: #FFDE00;
	border-bottom: 3px solid #B22222;
	vertical-align: bottom;
}

#festTitle {
	font-size: 9pt;
	color: #B22222;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

#pageTitle {
	font-size: 16pt;
	color: black;
	text-align: left;
	float: left;
	padding-top: 5px;
}

#mainContent {
	margin: 10px;
}

.initCap {
	font-size: 14pt;
	font-weight: bold;
	color: #B22222;
}

.subhead {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	margin-top: 30px;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: black;
	border-top: 3px solid #B22222;
}

.subheadTop {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	margin-top: 5px;
	margin-bottom: 10px;
}

.itemTable {
	color: white;
	background: #444444;
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px solid DarkGray;
	border-left: 1px solid DarkGray;
	border-right: 3px outset DarkGray;
	border-bottom: 3px outset DarkGray;
	border-collapse: collapse;
	empty-cells: show;
}

.itemTitle {
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid Gainsboro;
	border-right: 1px solid Gainsboro;
}

.itemTitle a:link, .itemTitle a:visited {
	color: white;
	text-decoration: none;
}

.itemTitle a:hover {
	color: black;
	background: #999999;
	text-decoration: none;
}

.itemShowing {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
}

.itemSummary {
	font-size: 16px;
	border-bottom: 1px solid Gainsboro;
}

.itemSummary a:link, .itemSummary a:visited {
	color: #FFDE00;
	text-decoration: none;
}

.itemSummary a:hover {
	color: #FFDE00;
	text-decoration: underline;
}


