body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #eee url(../_images/bg_tile.gif) center top repeat-y;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

div.floatBreaker {
	clear:both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* -----------------------------------------------------------
	Structural
----------------------------------------------------------- */

div#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 0 20px 0;
}

#header {
	margin: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #690;
	padding: 0;
	width: 740px;
	height: 96px;

}

#topNav {
	width: 740px;
	margin: 1px 0 0 0;
	padding: 0;
	border: 0;
}

#col1 {
	vertical-align: top;
}

#col2 {
	vertical-align: top;
}

div.subcol1, 
div.subcol2, 
div.subcol3 {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	width: 182px;
	padding: 20px 0;
}

div.subcol1 {
	width: 149px;
}
div.subcol2 {
	width: 186px;
}
div.subcol3 {
	margin: 0;
	width: 149px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

p.caption {
	text-align: center;
	font: 10px/1.2 Verdana, sans-serif;
	color: #666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
ul.programList {
	margin-top: 0;
}
ul.programList li {
	list-style-image: url(../_images/bullet.gif);
}

a:link, a:visited {
	color: #690;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#subNav {
	margin: 0;
	border: 0;
	width: 545px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 543px;
}

#subNav td {
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

#subNav td#next {
	text-align: right;
}

#mainContent td{
	vertical-align: top;
}


.botNav {
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 15px;
	margin-top: 30px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
	text-align: center;
	width: 685px;
	margin: 0 auto;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

a.subtle:link, a.subtle:visited {
	color: #999;
	text-decoration: underline;
}

a.subtle:hover {
	color: #666;
	text-decoration: underline;
}

/* -----------------------------------------------------------
	Events
----------------------------------------------------------- */

div#events {
	clear: both;
	padding: 30px 0 0;
}

div.eventBox {
	background-color: #eee;
	border: 1px solid #666;
}

#events h1 {
	font: bold 14px/18px Georgia, serif;
	text-align: center;
	color: #000;
	margin:  10px 10px 10px 10px;
}

#events p {
	font: 10px/14px Verdana, sans-serif;
	color: #333;
	padding:  0 10px;
	text-align: center;
	margin: 0 0 10px 0;
}

#events ul {
	color: #333;
	padding-right: 10px;
	margin-top: 0;
}

#events li {
	line-height: 14px;
}


/* -----------------------------------------------------------
	Event Detail Table
----------------------------------------------------------- */

table.event_details_table th, 
table.event_details_table td {
	text-align: left;
	font: 11px/1.4 Verdana, sans-serif;
	vertical-align: top;
	padding: 0 10px 10px 0;
}

table.event_details_table th {
	font-weight: bold;
}