html {
	height: 100%;
}

body {
	background-color: #cccc99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h1, h2, h3 {
	color: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, li, blockquote {
	line-height: 1.5em;
}

a:link, a:visited, a:hover {
	color: #385E91;
}

em {
	font-style: italic;
}

strong {
	color: #990000;
}

#wrapper {
	width: 780px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
}

ul.nav {
	list-style-type: none;
	background-color: #ffffcc;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #000;
}
ul.nav li {
	display: inline;
}
ul.nav a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	color: #000;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
}
ul.nav a:link, .nav a:visited {
	color: #333333;
	text-decoration: none;
}
ul.nav a:hover {
	color: #990000;
	/* text-decoration: underline; */
}
ul.nav .here a:link, .nav .here a:visited, .nav .here a:hover {
	background-color: #cccc99;
	color: #333333;
	text-decoration: none;
	margin-left: -4px;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
}

#banner {
	background-color: #990000;
	border-bottom: 1px solid #000;
}

#banner table  {
	vertical-align: middle;
}

img.logo{
	padding-left: 120px;
}

#banner h1 {
	padding-left: 20px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	text-align: left;
}

#payload {
	background-color: #ffffff;
}

#contents {
	background-color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
}

#contents h1 {
	color: #990000;
	font-size: 28px;
	padding-top: 20px;
}

#contents h2 {
	margin-top: 15px;
	padding-top: 10px;
	text-align: left;
	color: #990000;
	font-size: 120%;
	margin-bottom: 5px;
}

#contents h3 {
	text-align: center;
	color: #990000;
	font-size: 100%;
	margin-bottom: 5px;
}

#contents p, #contents blockquote {
	margin-bottom: 10px;
}

#contents img {
	padding: 5px;
	border: 1px solid #333333;
}

#contents .caption {
	text-align: center;
}

dl.clubs dt {
	margin-top: 20px;
	color: #990000;
	font-style: italic;
}
dl.clubs a {
	color: #990000;
	text-decoration: none;
}
dl.clubs dd {
	margin-bottom: 10px;
}
dl.clubs .nvname {
	color: #990000;
}

.ol {
	list-style: decimal;
	margin-left: 40px;
}
.ol li {
	margin-bottom: 10px;
}
.itemHead {
	font-weight: bold;
}

.bulleted {
	list-style: circle;
	margin-left: 40px;
	margin-bottom: 10px;
}

blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	line-height: 1.2em;
	font-size: 80%;
}

.footnote {
	font-size: .8em;
}

.eg {
	margin-left: 100px;
}

.class {
}
.work {
	list-style: circle;
	margin-left: 40px;
}

table.columns {
	width: 100%;
	padding: 20px;
}
table.columns td {
	vertical-align: top;
}

.sidebar {
	float: right;
	margin-top: 25px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding-bottom: 10px;
}
.sidebar h2 {
	margin-top: 0 !important;
}

.q {
	color: #00007f;
}

.newsarchive {
}
.newsarchive td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.simple table {
	border-collapse: collapse;
	border: 1px solid #555555;
}
.simple td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #555555;
}

.events {
	margin-left: 50px;
	width: 400px;
}

.cal {
	float: right;
}

table.schedule {
	margin-left: 20px;
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
.schedule td {
	vertical-align: top;
	padding: 5px;
}
td.time {
	width: 130px;
}

