BODY {
	background:#FF9900;
	background-color:#FF9900;
	font-family: Arial, sans-serif;
	margin: 2px;
}

A:link , A:visited {
	color: #FFFFFF;
}
A:hover , A:active {
	color: #FF0000;
}

#nav {
	display: block;
	width: 202px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #000000;
	font-size: 14px;
}

#nav a , #nav strong {
	text-decoration: none;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	display: block;
	width: 190px;
}

#nav strong {
	color: #FF9900;
	background: #b6b6b6;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#nav a {
	color: #FFFFFF;
	background: #000000;
}

#nav a:hover {
	color: #FF9900;
	background: #b6b6b6;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.navtable {
        color: #000000;
	  width: 194px;
        border-bottom: 2px solid #b6b6b6;
        border-right: 2px solid #b6b6b6;
        border-top: 2px solid #ededed;
        border-left: 2px solid #ededed;
}

.navtable th {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	vertical-align:middle;
}

.navtable td {
	font-size: 14px;
}

.navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	list-style-position: outside;
}

.navlist li {
	margin-bottom: 0px;
}

#disclaimer {
	text-align: center;
	font-size: 9px;
}
#disclaimer a {
	color: #000000;
	text-decoration: none;
}

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

.state_event_table {
        color: #000000;
        border-bottom: 2px solid #b6b6b6;
        border-right: 2px solid #b6b6b6;
        border-top: 2px solid #ededed;
        border-left: 2px solid #ededed;
}

.state_event_table th {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.state_event_table td {
	font-size: 8px;
}
.state_event_table td a {
	text-decoration: none;
}
.state_event_table td a:hover {
	text-decoration: underline;
}


