html,body,td {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.166;
	}

h5 {
	font-size: 100%;
	font-weight: bold;
}

td {
	padding: 0 5px 5px;
	vertical-align: top;
}

.space2 li {
	padding-bottom: 5px;
}

.cen {
	text-align: center;
}

.time {
	text-align: right;
}

#banner {
	width: 100%;
	position: absolute;
}

#header {
	width: 100%;
	position: absolute;
	left: 20px;
	top: 10px;
}

#header h1 {
	margin-top:15px;
	margin-left: 90px;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 300%;
	font-style: italic;
	color: white;
	text-shadow: black 5px 5px 5px;
	line-height: 0.8;
	}

#main {
	width: 515px;
	margin-left: 180px;
	top: 106px;
	position: absolute;
	background-color: #FEE3D9;
}

#main a:link, 
#main a:visited,
.cbox a:link,
.cbox a:visited {
	font-weight: bold;
	color: #db7773;
}

#main a:hover,
.cbox a:hover {
	color: #b00b0a;
}

#main h2 {
	font-size: 170%;
	background-image: url(images/fade.gif);
	margin-top: 0px;
	margin-bottom: 0;
	height: 26px;
	color: white;
	border: 1px solid black;
	background-color: #d87a4c;
	padding: 4px 0 6px 15px;
}

#main h3 {
	/*padding-right: 20px;*/
}

#main li {
	margin: 0 10px 5px;
}

.rightNav {
	margin-left: 705px;
	top: 96px;
	position: absolute;
}

.rightNav h2 {
	color: #b76b6f;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid silver;
}

.rightNav p {
	margin-bottom: 10px;
}

.credit {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

.bQuote, .bRef {
/*	font-weight: bold; */
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}

.bQuote {
	text-align: left;
	font-style: italic;
}

.cbox {
	margin: 20px;
}

.cbox table, .cbox tr {
	margin: 0;
	padding: 0;
}

.hbox {	/* Hilite box */
	border: 10px solid #38588d;
	background-color: #8b8b8b;
	color: white;
	text-align: center;
	margin: 10px;
	padding: 10px 5px;
	width: 280px;
}

.hbox a:link,
.hbox a:visited {
	font-weight: bold;
	color: #c8d6ff;
}

.hbox a:hover {
	color: #b00b0a;
}

.hbox p{
	font-size: 90%;
	margin-top: 5px;
}

.hbox h1 {
	font-size: 200%;
	margin-top: 0px;
	margin-bottom: 5px;
}

.hbox h3 {
	font-size: 150%;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	margin: 5px 10px 0;
}

h4 {
	/*border-bottom-style: solid;
	border-bottom-width: 1px;*/
	border-bottom: solid 1px;
	margin: 5px 0;
}

.event table {
	width: 90%;
}

#leftCol {
	width: 140px;
	top: 226px;
	position: absolute;
	margin: 10px;
}


