@charset "UTF-8";
body {
	background-color: #523225;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tanBG {
	background-color: #ffdaa6;
}
.brownBG {
	background-color: #523225;
}
.a {
	position:relative;
	background-image: url(graphics/textbox_bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;
	width:358px;
	height:21px;
	padding:0px 0px 0px 0px;
	
	
}
.b {
	position:absolute;
	width:358px;
	height:21px;
	font-size:8pt;
	color: #523225;
	border:0;
	left: 5px;
	top: 1px;
	background-color:transparent;
	
}
.feedback1a {
	position:relative;
	background-image: url(graphics/contact-textfield.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;
	width:385px;
	height:21px;
	padding:0px 0px 0px 0px;
	
	
}
.feedback1b {
	position:absolute;
	width:385px;
	height:21px;
	font-size:8pt;
	color: #523225;
	border:0;
	left: 5px;
	top: 1px;
	background-color:transparent;
	
}
textarea {
	background-color: #FEF1E2;
	border: solid 1px #c0c0c0;
	color: #666666;
	font-family: arial;
	font-size: 11;
}
.feedback2a {
	position:relative;
	background-image: url(graphics/textarea-bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;
	width:385px;
	height:191px;
	padding:0px 0px 0px 0px;
	
	
}
.feedback2b {
	position:absolute;
	width:385px;
	height:191px;
	font-size:11px;
	color: #523225;
	border:0;
	left: 5px;
	top: 5px;
	background-color:transparent;
	overflow:hidden;
	
}
.homecaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #603813;
}

.noday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CB9050;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFDAA5;
}
.headlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFDAA5;
}
.nextmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CB9050;
}
.eventtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFDAA5;
}
.eventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #F37D30;
}
.eventday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFDAA5;
	background-image: url(graphics/datebkg.png);
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #603813;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFDAA5;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFDAA5;
}

.holder {
	float: left;
	margin: 0px;
}
#eventpane {
	position: relative;
	width: 434px;
	overflow: auto;
	background: #523225;
	float: left;
	height:400px;
}
.eventdate,.eventtext {
	font-size:12px;
	font-weight:bold;
}

.noday {
	font-size: 18px;
	}
.link_to_scroll {
	font-size: 18px;
	}
.day {
	font-size: 18px;
}
.nextmonth {
	font-size: 18px;
}
.eventday {
	font-size: 18px;
}
a:link {
	font-size:18px;
	}
.eventday a:visited {
	font-size:18px;
	}
.scroller .jScrollPaneTrack {
	background: url(scroll_images/scroll_track-bg.png) repeat-y;
}
.scroller .jScrollPaneDrag {
	background: url(scroll_images/new/scrollbar_middle.gif) repeat-y;
}
.scroller .jScrollPaneDragTop {
	background: url(scroll_images/new/scrollbar_top.gif) no-repeat;
	height: 8px;
}
.scroller .jScrollPaneDragBottom {
	background: url(scroll_images/new/scrollbar_bottom.gif) no-repeat;
	height: 8px;
}
.scroller a.jScrollArrowUp {
	height: 17px;
	background: url(scroll_images/top-arrow.png) no-repeat 0 -0px;
}
.scroller a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.scroller a.jScrollArrowDown {
	height: 17px;
	background: url(scroll_images/bottom-arrow.png) no-repeat 0 -0px;
}
.scroller a.jScrollArrowDown:hover {
	background-position: 0 0;
}
/* IE SPECIFIC HACKED STYLES */
* html .scroller .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

