body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #730000;
	font-size: 10px;
	color: #1D100A;
}
a:link,a:visited,a:active  {
	color: #841400;
	text-decoration: none;
}
a:hover {
	color: #9B512D;
	text-decoration: none;
}
p {font-size: 10px;}
h1,h2,h3,h4,h5,h6 {margin: 0px 0px 0px 0px;font-weight: bold;}
h1 {font-size: 3em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.2em;}
form {margin: 0px 0px 0px 0px;}
td {
	vertical-align: top;
	font-size: 10px;
}
div#main {
	background-color: white;
}
table#main {
	background-color: #FFFAEE;
}
table#cityhead {
	width: 100%;
	text-align: center;
	background-color: #FFE4B7;
}
table#topmenu {
	background-color: #730000;
	width: 100%;
}
table#topmenu td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table#topmenu a:link {
	color: #FEFF84;
}
table#topmenu a:visited {
	color: white;
}
table#topmenu a:hover {
	color: #CCCCCC;
	background-color: #CA6535;
	text-decoration: none;
}
table#topmenu a:active {
	color: #F1E67D;
}
table#content {
	font-size: 10px;
	vertical-align: top;
}
table#content td {
	vertical-align: top;
	text-align: center;
}
table#aboutus {
	vertical-align: top;
	text-align: center;
	width:70%; margin-left:15%; margin-right:15%;
}
table#aboutus td {
	width: 50%
}
table#findus {
	vertical-align: top;
	text-align: center;
	width:70%; margin-left:15%; margin-right:15%;
}
table#findus td {
	width: 50%
	text-align: center;
}
table.meetings {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #DEB887;
}
table.meetings td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
table.meetings span.mtime {
	font-weight: bold;
	font-size: 14px;
}
table.roster {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.roster td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.roster td.head {
	background-color: #F0E68C;
	width: 12%;
}
table.roster td.free {
	background-color: White;
	font-size: 9px;
}
table.roster .filled {
	background-color: #E0FFB2;
	font-size: 9px;
}
table#footer {
	font-size: 7px;
	text-align: center;
	width: 100%
}