body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	color: #FFFFFF;
	background-color: #777777;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
td, th {
	vertical-align: top;
}
#header {
	background-color: #202020;
}
h3 {
	font-size: 16px;
}
.navbar {
	padding: 14px 10px 5px 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a.active {
	color: #ffffff;
	text-decoration: none;
}
a, a:active, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.navbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#slideshow {
	position:relative;
	margin: 10px;
	width: 640px;
	height: 427px;
}
#slideshow {
	position:relative;
	width: 640px;
	height: 427px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	margin: 0;
	width: 640px;
	height: 427px;
	border: 3px solid #830026; 
	outline: 3px solid #ffffff;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.blue {
	color: #0066FF;
}
.red {
	color: #A50021;
}
.orange { color: #BB4F2D;}
.yellow { color: #EDAB43; }
li {
	margin: 2px 0 5px 0;
}
