html { 
	height: 100%;
}

body {
	background: #ffffff;
	font-family: verdana, tahoma, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;	
}

.center {
	text-align: center;
}

.larger {
	font-size: larger;
}

a {
	color: #669966;
	text-decoration: underline;
}

div#wrapper {
	background: transparent;
	margin: 0px;
	padding: 1em;
}

div#leftpane {
	display: none;
	float: left;
	margin-right: 1em;
}

div#rightpane {
	display: none;
	float: right;
	margin-left: 1em;
}

div#search {
	display: none;
}

div#banner {
	margin-top: .5em;
	text-align: center;
	font-size: 2em;
	color: #440000;
	text-shadow: .2em .2em .2em #cc9999;
}

div#ad {
	display: none;
}

ul.menu {
	font-size: .8em;
	margin: 0em 0em 1em 0em;
	padding-left: 0px;
	list-style-type: none;
}
ul.menu li {
	background-color: transparent;
	padding: .1em;
	margin-bottom: .1em;
}
ul.menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: .5em;
	padding-right: .5em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 1px;
	margin-left: 1px;
}
ul.menu li a:hover {
	border: 1px solid #000000;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}


p {
	text-align: justify;
	color: #001100;
}

img {
	border-style: none;
}

td {
	padding-left: 1em;
	padding-right: 1em;
}

h1 {
	text-align: center;
	font-size: 1.8em;
	color: #000099;
	text-shadow: .2em .2em .2em #9999ff;
	font-style: italic;
	font-weight: 100;
}
h2
{
	text-align: center;
	font-size: 1.6em;
	color: #000088;
	text-shadow: .2em .2em .2em #8888ee;
	font-style: italic;
	font-weight: 100;
}

h3 {
	font-size: 1.4em;
	color: #000077;
	text-shadow: .2em .2em .2em #7777dd;
	font-style: italic;
	font-weight: 100;
}

h4 {
	font-size: 1.2em;
	color: #000066;
	text-shadow: .2em .2em .2em #6666cc;
	font-style: italic;
	font-weight: 100;
}

h5 {
	font-size: 1.1em;
	color: #000055;
	text-shadow: .2em .2em .2em #5555bb;
	font-style: italic;
	font-weight: 100;
}

h6 {
	font-size: 1em;
	color: #000044;
	text-shadow: .2em .2em .2em #4444aa;
	font-style: italic;
	font-weight: 100;
}

p.menuheader {
	text-align: center;
	font-size: 1em;
	color: #440000;
	text-shadow: .2em .2em .2em #cc9999;
	margin-top: 0em;
	margin-bottom: .2em;
	font-weight: 100;
}

p.newsBlock {
	padding: 0em;
	margin-top: 2em;
	margin-bottom: 1em;
}

span.newsSubject {
	font-size: larger;
	font-weight: bold;
	color: #000044;
}

span.newsDate {
	font-size: smaller;
	color: #000022;
}

div.photoHeader {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.galleryBox {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

p.disclaimer {
	width: 35em;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	font-style: italic;
}

ul.spaced li {
	margin-bottom: 1em;
}

td.odd {	text-align: right;	background-color: #eee;}td.even {	text-align: right;	background-color: #ddd;}th.odd {	text-align: right;	background-color: #eee;}th.even {	text-align: right;	background-color: #ddd;}

