body {
	margin: 0px;
	color: black;
	/* background: #606000; */
	background: #008888;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11pt;
}

a:link, a:visited {
	color: #FFDE00;
	text-decoration: none;
}

a:hover {
	color: #FFDE00;
	text-decoration: underline;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

#outerTable {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11pt;
	color: white;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#navColumn {
	padding: 5px;
	width: 184px;
	background: black;
	border-right: 3px double #DD0000;
}

#contentColumn {
	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;
	background: #FFDE00;
}

#pageHeaderBar {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	background: #FFDE00;
	border-bottom: 3px solid #DD0000;
	vertical-align: bottom;
}

#festTitle {
	font-size: 11pt;
	color: #DD0000;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

#pageTitle {
	font-size: 18pt;
	color: black;
	text-align: left;
	float: left;
	padding-top: 5px;
}

#mainContent {
	margin: 10px;
}

.calloutTable {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	background: #990000;
	color: white;
	padding: 5px;
	margin: 5px;
	border: 4px outset #990000;
}

.calloutHead {
	font-size: 14pt;
	color: white;
	border-bottom: 1px solid #FF6666;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.initCap {
	font-size: 14pt;
	font-weight: bold;
	color: #FF6666;
}

.Dateline {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-size: 11pt;
	color: black;
	padding-top: 5px;
	padding-bottom: 0px;
}

.subhead {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: white;
	border-top: 2px solid #FF6666;
}

.subheadTop {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
}

.linksCell {
	font-family: Arial Narrow, Helvetica Narrow, Helvetica Condensed;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.linksCell a:link, .linksCell a:visited {
	color: Black;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 75px;
}

.linksCell a:hover {
	text-decoration: none;
	border: 1px solid #666666;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 75px;
}

.itemTable {
	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;

}


