* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #333333;
	padding: 7px 10px 10px 10px;
	word-spacing: 1px;
}
p {
	margin: 0px 0px 10px 0px;
}
p.indent {
	margin: 0px 0px 0px 30px;
}
li.indent {
	margin: 0px 30px 5px 30px;
}
table#times {
	width: 100%;
    	border-spacing: 0px;
    	border-collapse: collapse;
    	border-top: 1px solid #990000;
}
table#times td {
	vertical-align: top;
    	text-align: left;
    	border-bottom: 1px solid #990000;
    	padding: 3px;
}
table#times td.right {
	text-align: right;
}
h3 {
	font-size: 21px;
	color: #990000;
	font-weight: bold;
	font-family: garamond;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
h5 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	font-family: garamond;
	margin: 0px 0px 10px 0px;
}
.center {
	text-align: center;
	margin: 0px 14px 10px 14px;
}
ol {
	margin-left: 32px;
}
ol li {
	padding: 0px 0px 8px 0px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: underline;	
}
img {
	border: 0px;	
}
#container {
	position: relative;
	width: 760px;
	margin: auto;
	background: url(../images/edge_white.jpg) repeat-y;
}
#header {
	height: 230px;
	width: 760px;
	background: url(../images/banner.jpg) no-repeat;
}
#wrapper1 {
	height: 168px;
	width: 760px;
}
#slideshow {
	position: absolute;
	height: 148px;
	width: 740px;
	margin-left: 9px;
	border-top: 10px solid #990000;
	border-bottom: 10px solid #990000;
	background: #333333;
}
#navbar {
	position: absolute;	
	top: 420px;
	left: 9px;
	width: 248px;
	font-size: 21px;
	color: #990000;
	font-weight: bold;
	font-family: garamond;
}
#navbar ul{
	list-style: none;
	text-align: right;
}
#navbar li {
	padding: 1px 37px 1px 0px;
	display: block;
	background: #ffffff;
}
#navbar li a {
	color: #990000;
	text-decoration: none;
	display: block;
	background: #ffffff;
}
#navbar li a:hover {
	color: #ffffff;
	background: #990000;
	display: block;
	width: 211px;
	padding: 0px 37px 0px 0px;
}
#navbar li a#loc {
	background: #cccccc;
	display: block;
	width: 211px;
	padding: 0px 37px 0px 0px;
}
#navbar li a#loc:hover {
	background: #990000;
}
#sidebar {
	width: 170px;
	position: absolute;
	top: 740px;
	left: 50px;
}
#text {
	width: 415px;
	margin: 0px 0px 0px 295px;
	padding: 25px 0px 0px 0px;
	min-height: 750px;
	height: 750px;
	height: auto !important;
	text-align: justify;
	font-family: arial;
}
#footer {
	height: 25px;
	width: 760px;
	background: url(../images/bottom_white.jpg) no-repeat #333333;
	padding: 20px 0px 0px 0px;
}
h4 {
	color: #555555;
	text-align: center;
	font-size: 11px;
}
h4 a {
	color: #555555;
	text-decoration: underline;
}
h4 a:hover {
	color: #990000;
	text-decoration: underline;
}