html {
	background: #FFFFFF url(images/bg_html.jpg) repeat-x left top;
}
body {
	background: #FFFFFF;
	width: 754px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #78300F;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #182272;
	margin-bottom: 0em;
}
h2 {
	font-size: 2em;
	margin-top: .5em;
}
h3 {
	font-size: 1.3em;
	margin-top: 2em;
}
h4, h5, h6 {
	font-size: 1.1em;
	margin-top: 0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 1em;
}
table {
	margin-top: .5em;
	vertical-align: top;
}

#banner {
	height: 65px;
	border-bottom: 2px solid #6C7A0A;
	padding: 20px;
}
#banner #nicebanner {
	position: absolute;
	left: 20px;
	top: -18px;
}
#banner #icelogo {
	position: absolute;
	top: 30px;
	right: 5px;
}
#banner h1 {
	text-indent: -9999px;
	height: 20px;
	margin: 0px;
}
#banner #menu {
	margin: 43px 0 0 0;
	padding: 0px;
}
#home #menu #homelink, 
#about #menu #aboutlink, 
#calendar #menu #calendarlink, 
#membership #menu #membershiplink, 
#news #menu #newslink,
#resources #menu #resourceslink {
	color: #999999;
}
#banner #menu li {
	padding-right: 20px;
	list-style: none;
	display: inline;
	margin: 0px;
	font-size: 1em;
	padding-left: 0px;
	font-weight: bold;
}
#banner #menu a {
	text-decoration: none;
}
#banner #menu a:link {
	color: #182272;
}
#banner #menu a:visited {
	color: #7c3012;
}
#banner #menu a:hover {
	color: #6e7c12;
}
#banner a img {
	border-style: none;
}
#content {
	width: 754px;
	min-height: 300px;
}
#content #left {
	width: 430px;
	min-height: 525px;
	float: left;
	padding: 15px 10px 15px 20px;
	border-right: 2px solid #6c7a0a;
}
#content #left ul {
	margin: 0;
	padding: 0;
}
#content #left ul li {
	list-style-type: none;
}
#content #left table {
	width: 427px;
	margin-left: -7px;
	border-top: 2px solid #F7926D;
	border-right: 2px solid #E65016;
	border-bottom: 2px solid #E65016;
	border-left: 2px solid #F7926D;
}
#content #left table td {
	height: 20px;
	padding: 5px;
	vertical-align: top;
}
#content #right {
	width: 260px;
	min-height: 385px;
	float: right;
	padding: 30px 20px 15px 10px;
}
#content #right ul {
	margin: 0;
	padding: 0;
}
#content #right ul li {
	list-style-type: none;
}
.topictitle {
	font-style: oblique;
	font-weight: normal;
}
#footer {
	width: 714px;
	height: 16px;
	clear: both;
	border-top: 2px solid #6C7A0A;
	padding: 5px 20px;
	background: #FFFFFF url(images/bg_footer.jpg);
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	width: 754px;
	list-style: none;
	display: inline;
	margin: 0;
	font-size: .6em;
	padding: 5px 20px 5px 0px;
}
#resources #content #right {
	display: none;
}
#resources #content #left {
	border-right-style: none;
}
#about #content #left #aboutmenu {
	list-style: none;
}
#about #content #left #aboutmenu li {
	display: inline;
	padding-right: 20px;
	list-style: none;
}
#aboutmenu a:link {
	color: #182272;
}
#aboutmenu a:visited {
	color: #7c3012;
}
#aboutmenu a:hover {
	color: #6e7c12;
}
.dropcap {
	font-size: 4em;
	font-weight: bold;
	color: #182272;
	float: left;
	line-height: .7em;
}
