body {
	margin: 0px;
	font-size: .9em;
	font-family: arial, sans-serif;
	}

#page {
	width: 990px;
	background: white;
	border: 2px solid white;
	border-top: none;
	margin: auto;
	}
	
#content {	
	margin: 10px;
	}

a:hover { text-decoration: none; }
	
#bottom {
	margin: auto;
	text-align: center;
	width: 994px;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .8em;
	}

#bottom a { color: #444444; }

#menu {
	font-size: 1em;
	padding: 2px;
	padding-left: 2em;
	margin-bottom: 1em;
	border-bottom:  1px solid #cccccc;
	border-top: 5px double #cccccc;
	}

#menu a {
	background: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	padding: 2px;
	padding-left: .5em;
	padding-right: .5em;
	margin-right: 1em;
	}

#menu a:hover {
	background: #95AF89;
	}

form { display: inline; }

h1 {
	color: #444444;
	font-size: 1.5em;
	border-bottom: 1px solid #cccccc;
	}

h2 {
	color: #469;
	font-size: 1em;
	border-bottom: 1px solid #cccccc;
	}

h1 a { text-decoration: none; }

.button, button {
	font-family: arial, sans-serif;
	font-size: 8pt;
	border: 1px gray outset;
	background: #95AF89;
	color: white;
	font-weight:bold;
	padding: 2px;
	margin: 2px;
	}

a.button { text-decoration: none; }
a.button:hover, button:hover { color:black; }
a.button:active, button:active { border: 1px gray inset; }

.table1 {
	border: 1px solid #cccccc;
	border-collapse: collapse;
 	font-size: .9em;
	}

.table1 td {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	padding-right: 10px;
	}

.table1 th {
	padding: 5px;
	font-size: 1em;
	color:white;
	background:#469;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}


.table2 {
	border-collapse: collapse;
 	font-size: .9em;
	}

.table2 td {
	padding: 5px;
	padding-right: 10px;
	}

.table2 th {
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	}

th a { color: white; }

.tdleft td, .tdleft th { text-align: left; } 

.altrow { background: #eeeeee; }

.notice {
	border: 1px solid #eee434;
	font-style: italic;
	background: #fffbb3;
	margin-bottom: 1em;
	}

.thumb {
	border: 1px solid #999999;
	}

.galleryThumb {
 	width: 75px;
 	height: 75px;
 	border: 1px solid #999999;
 	padding: 1px;
 	margin: 5px;
 	}

.galleryThumb:hover {
	background: black;
	}

.title {
	font-weight: bold;
	margin-bottom: 2px;
	}

a { color: #469; }

textarea {
	border: 1px solid #999999;
	padding: 2px;
	font-family: arial,sans-serif;
	font-size: .9em;
	}

input {
	border: 1px solid #999999;
	padding: 2px;
	}

/*
input:focus {
	background: #fffbb3;
	}
*/

.buttonLinks a {
	text-decoration: none;
	padding: 2px;
	margin-right: .5em;
	}

.buttonLinks a:hover {
	background: #dddddd;
	}

.buttonCurrent {
	background: #469;
	color: white;
	}

a:hover.buttonCurrent  {
	background: #469;
	}

li	{
	margin-bottom: .5em;
	}

