/* Wychwood CSS */

body {
	color: #FFFFFF;
	background-color: #CC9933;
	background-image: url(../pics/fern.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 60%;
	text-align: center;
	background-color: #006600;
	padding: 2px;
}
h3 {
	font-size: 1em;
	display: block;
	border: solid white 1px;
	text-align: center;
	padding: 2px;
}
.moreBtn {
	display: block;
	background-color: #000099;
	color: #FFFF00;
	font-weight: bold;
	padding: 2px;
	width: 100px;
	text-decoration: none;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}
#logo{
	width: 163px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../pics/logo.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}
#hdr {
	position: absolute;
	top: 120px;
	left: 220px;
	background-image: url(../pics/wood.jpg);
	padding: 5px;
	font-size: 1.2em;
	z-index: 5;
}
#menu {
	position: absolute;
	top: 130px;
	height: auto;
	width: 150px;
	font-size: 1.5em;
	left: 10px;
	z-index: 2;
}
#menu span {
	display: block;
	text-align: center;
	margin-top: 5px;
	padding: 2px;
	background-image: url(../pics/wood.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #FFFF00;
	border: solid #630 1px;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
}

#menu span a {
	text-decoration: none;
	color: #FFFF00;
	border: solid #630 1px;
	border-top-color: #ff9;
	border-right-color: #ff9;
	display: block;
}
#menu span a:hover {
	display: block;
	background-image: url(../pics/wood2.jpg);
	border: solid #ff9 1px;
	border-top-color: #630;
	border-right-color: #630;
}
#content {
	position: absolute;
	width: 70%;
	left: 180px;
	top: 135px;
	background-color: #999966;
	padding: 10px;
	border: solid #630 1px;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	z-index: 1;
	padding-top: 30px;
	height: auto;
}
#content em a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
	width: 100px;
	margin-top: 5px;
	font-size: 0.8em;
	padding: 2px;
	background-image: url(../pics/wood.jpg);
	text-align: center;
}
.hruler {
	height: 5px;
	border: 0;
	background-color: #006600;
	width: 90%;
}
.brdr {
	border: solid #630 1px;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
}
/* calendar */
.cal {
	width: auto;
	background-color: #CCCCCC;
	border: solid blue 1px;
	padding: 10px;
	margin: 0;
	height: auto;
}

.mnth {
	text-align: center;
	color: #0000FF;
	font-weight: bold;
	font-size: 1.5em;
}
.dayhdr {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.day {
	width: 20px;
	background-color: #0033CC;
	height: 20px;
	border: solid white 1px;
	color: #FFFFFF;
	text-align: center;
}
.wend {
	background-color: #006666;
	width: 20px;
	height: 20px;
	border: solid white 1px;
	color: #FFFFFF;
	text-align: center;
}
.blank {
	width: 10px;
	height: 20px;
	background-color: #CCCCCC;
}

.evnt {
	background-color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.evnt a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.evnt span {
	display: none;
}
.evnt a:hover span{
	display: block;
	position: absolute;
	top: 250px;
	left: 100px;
	color: #0000FF;
}
.meet {
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	color: #006600;
}

.meet a {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
.meet span {
	display: none;
}
.meet a:hover span{
	display: block;
	position: absolute;
	top: 250px;
	left: 100px;
	color: #0000FF;
}

 /* picture viewer */
 #picDiv {
	height: 450px;
}

.picThm {
	width: 100px;
	height: 75px;
}
#picDiv td span {
	display:none;
}
#picDiv td a:hover span{
	display:block;
	POSITION: absolute;
	TOP: 300px;
	LEFT: 0px;
	width: 90%;
	Z-INDEX: 100;
	text-align: center;
	color: #FFFFFF;
	border: solid white 0px;)
	height: 300px;
 }
 .picPos {
	display:block;
	POSITION: absolute;
	TOP: 300px;
	LEFT: 0px;
	width: 90%;
	Z-INDEX: 90;
	text-align: center;
	color: #FFFFFF;
	border: solid white 0px;)
	height: 300px;
	}
	.picTD {
	width: 100px;
	height: 75px;
	border: solid white 2px;
}

.miniButt {
	background-image: url(../pics/search.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	border: 0;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000099;
	width: 120px;
	height: 15px;
	background-color: #999966;
}

.ct {
	font:0pt;
	text-align:center;
	margin:0px;
	color: #999966;
}
.ct img{
	border:0;
	font-size: 0px;
	font: 0pt;
}
.ct a,.ct a:visited{
	color:#999966;
	text-decoration:none;
	font-size: 0px;
}
.ct a:hover{color:gray;text-decoration:underline}
</style>
