body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(img/bg.gif) top right repeat-x;
}

#main {
	background: url(img/bg.jpg) top right no-repeat;
	width: 100%;
	height: 100%;
}

input, select {
	font-family: "Trebuchet MS", sans-serif;
}

.mnu_off {
	BORDER-RIGHT: black 0px dashed; BORDER-TOP: black 0px dashed; BORDER-LEFT: black 0px dashed; WIDTH: 142px; COLOR: #666666; BORDER-BOTTOM: #eaeaea 1px dashed; TEXT-DECORATION: none
}
.mnu_off:hover {
	BORDER-RIGHT: black 0px dashed; BORDER-TOP: black 0px dashed; BORDER-LEFT: black 0px dashed; WIDTH: 142px; COLOR: #333; BORDER-BOTTOM: #cccccc 1px dashed; TEXT-DECORATION: none; background-color: #eee;
}
.mnu_on {
	BORDER-RIGHT: black 0px dashed; BORDER-TOP: black 0px dashed; BORDER-LEFT: black 0px dashed; WIDTH: 142px; COLOR: #fff; BORDER-BOTTOM: #eaeaea 1px dashed; TEXT-DECORATION: none; background-color: #990000;
}
.mnu_on:hover {
	BORDER-RIGHT: black 0px dashed; BORDER-TOP: black 0px dashed; BORDER-LEFT: black 0px dashed; WIDTH: 142px; COLOR: #fff; BORDER-BOTTOM: #cccccc 1px dashed; TEXT-DECORATION: none; background-color: #770000;
}

.nob {  /*font-size: 10pt;*/ }
.bob {  width: 200px; FONT-FAMILY: "Trebuchet MS", Tahoma; }
.head { font-weight: bold; color: #990000; }

.mnu {
	BORDER-RIGHT: black 0px; BORDER-TOP: black 0px; FONT-SIZE: 10pt; BORDER-LEFT: black 0px; COLOR: #333333; LINE-HEIGHT: 20px; BORDER-BOTTOM: #cccccc 0px; FONT-FAMILY: "Trebuchet MS", Tahoma; TEXT-DECORATION: none
}
.mnu a {
	display:block;
}

A {
	COLOR: #528832; 
	color: #990000;
	TEXT-DECORATION: none;
}
.main {
	BORDER-RIGHT: black 0px; PADDING-RIGHT: 30px; BORDER-TOP: black 0px; PADDING-LEFT: 35px; FONT-SIZE: 10pt; PADDING-BOTTOM: 10px; BORDER-LEFT: black 0px; COLOR: #333333; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BORDER-BOTTOM: #cccccc 0px; FONT-FAMILY: "Trebuchet MS", Tahoma; TEXT-DECORATION: none
}
.hop {
	FLOAT: right
}
TD, .input {
	FONT-SIZE: 10pt; COLOR: #333333; LINE-HEIGHT: 20px; FONT-FAMILY: "Trebuchet MS", Tahoma; TEXT-DECORATION: none
}
img {border:0;}

.calendar {
	margin: 3px 0;
}

.calendar a {
	color: #666;
}

.calendar-days {
	margin: 0 0 5px 0;
}

.calendar-days th {
	background: #990000;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0;
	color: #fff;
}

.calendar td {
	border: 1px solid #ccc; /*969696*/
	text-align: center;
	font-size: 10px;
	width: 14%;
}

.calendar td.active {
	background: #990000;
}

.calendar td.active a {
	font-weight: bold;
	color: #fff;
}

.calendar td.event {
	background: #da9c9c;
}

.calendar td.event a {
	color: #fff;
}

.calendar-dropdown {
	width: 132px;
	_width: 138px;
	padding: 3px; 
	margin-top: 45px;
	background: #770000;
}

.calendar-dropdown select {
	font-size: 10px;
	width: 100%;
}

.calendar-dropdown form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.person {
	border-top: 1px solid #eaeaea;
	background: url(img/bg-person.gif) repeat-x;
	clear: both;
	margin-bottom: 10px;
}

.person img {
	border: 1px solid #eaeaea;
	border-top: none;
	margin-right: 10px;
	float: left;
}

.person .info {
	float: left;
	width: 480px;
	padding: 0 0 5px 0;
}

.person .info strong, .person .info b {
	color: #6b933e;
}

.transparency {
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

.gallery {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.gallery td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
}

.event_title {
	font-weight: bold;
}

