html, body {
	background: #f4eddc url(images/bg_body.gif) repeat-x;
	margin: 0px;
	padding:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
	color:#000000;
}
#mid {
	width: 100%;
	background: url(images/bg_mid.gif) no-repeat center top;
	overflow:hidden;
}
#container {
	width: 727px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	overflow:hidden;
}
#header {
	width: 727px;
	height: 258px;
}
#flash { 
	width:727px;
	height:206px;
}
#nav {
	background-image:url(images/bg_nav.jpg);
	width:727px;
	height:53px;
	color:#FFFFFF;
	font-size:16px;
	z-index:1000;
}
#content {
	width: 727px;
	background-image:url(images/bg_content.gif);
	overflow: hidden;
}
#left {
	width:445px;
	padding-left:35px;
}
#right {
	width:198px;
	float:right;
	font-size:13px;
	line-height:13px;
	padding:0 15px 0 15px;
}
#footer {
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	line-height:13px;
	font-weight:bold;
	color: #704530;
	text-align:center;
	width:727px;
	padding:30px 0px 0px 0px;
}
h1, h2, h3, h4, h5 {
	color:#704530;
}
h1 {
	font-size:26px;
	margin:0px;
	padding:0px;
	line-height:1.8em;
}
h2 {
	font-size:12px;
	margin:0px 0px 20px 0px;
	padding:0px;
	line-height:1.4em;
}
h3, h4, h5 {
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:1em;
}
a:link, a:visited {
	color:#815a46;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#right a:link, #right a:visited {
	color:#704530;
	font-weight:bold;
	text-decoration:none;
}
#right a:hover, #right a:active {
	text-decoration:underline;
}
#nav a:link, #nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
	color:#766e39;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#contentlist {
	list-style: none;
}
#contentlist li {
	padding: 0 0 0px 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}
.bold2 {
	color:#726739;
	font-size:15px;
}
.small  {
	color:#000000;
	font-weight:normal;
}
/* sIFR  */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:20px;
	margin:0px 0px 20px 0px;
	padding:0px;
	letter-spacing:-1px;
	display:block;
	/*line-height:1.8em;*/
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:12px;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
	display:block;
	/*line-height:1.4em;*/
}

.sIFR-hasFlash h3, .sIFR-hasFlash h4, .sIFR-hasFlash h5 {
	visibility: hidden;
	font-size:16px;
	margin:0px;
	padding:0px;
	letter-spacing:5px;
	/*line-height:1em;*/
	display:inline;
}
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size:18px;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	line-height:1em;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size:16px;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	line-height:1em;
}
*/

/* sIFR  */
/* upcoming events mini calendar -----------------------------------------------------*/

.cd_calpage{
    width: 44px;
    height: 37px;
    line-height: 1.02em;
    float: left;
    margin-top: 8px;
    color: #aaa;
    position: absolute;
    text-align: center;
    margin-right: 10px;
    letter-spacing: 0.17em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
				background: transparent url(../images/bg-calpage.png) center center no-repeat;
				height: 37px !important;
	   border-width: 0px !important;
	   padding-top: 3px !important;
}

span.cd_calmonth{
    font-size: 9px;
    display: block;
    text-align: center;
    color: #999;
    font-family: Georgia, Arial, Verdana, sans;
}
span.cd_calday{
    font-weight: bold;
    font-size: 15px;
    display: block;
    font-family: Georgia, Arial, Verdana, sans;
    text-align: center;
    position: relative;
    top: -1px;
    color: #336;
}
span.cd_calyear{
    font-size: 9px;
    display: block;
    text-align: center;
    font-family: Georgia, Verdana, Arial, sans;
}


/* Upcoming Events table layout for front page ---------------------------------------------*/
.upevent {
	width: 100%;
	border-bottom: 1px solid #DFD8D6;
	min-height: 50px;
	text-align: left;
}
.upevent p {
	width: 190px;
	float: right;
	margin-left: 50px;
	font-size: 10px;
	line-height: 11px;
}
.upevent a {
	font-style: normal;
}
a:link, a:visited,a:hover, a:active {font-style: normal;}



/* Event List Table styles -----------------------------------------------------------------*/
.clr {
 clear:both;
}
.eventdate {
	color:#726739;
	font-size:18px;
	margin:0 0 5px 0;
	padding:0;
	line-height:1.4em;
}
.eventtable {
	margin: 0px;
	padding: 10px;
}
.eventdate2 {
	color:#726739;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	line-height:1.4em;
}
.eventtable2 {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.tableleft {
	float: left;
	width: 250px;
}
.tableright {
	float: left;
	border: 2px solid #704530;
	width: 110px;
	height:110px;
}
.tableleft2 {
	float: left;
	width: 115px;
}
.tableright2 {
	float: left;
	border: 2px solid #704530;
	width: 70px;
	height:70px;
}
.eventtable h1 {
	color: #333333;
	font-size: 16px;
	width: auto;
	padding: 4px 0;
	line-height: 20px;
	height: 20px;
}
.eventtable h2 {	color: #666666;}
.eventtable h3 { color: #424242;}
.eventtable h2 {
	font-size: 14px;
	border-bottom: 1px solid #726739;
	margin: 5px 0px;
	padding: 3px 0px;
}
.eventtable h3 {
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
}

.eventtable sup {
	font-size: 75%;
}

.tabletext {}

/* Event Details Page ------------------------------------------------------------------*/
.eventimage {
	margin: 10px 0px 10px 10px;
	float: right;
	height: auto;
	width: 160px;
	border: 3px solid #704530;
}
.eventdescr {
	float: left;
	height: auto;
	width: 205px;
}
.viewall {
	width: 100%;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}
.viewall a {
	width: 385px;
	height: 25px;
	display: block;
	background: url(../images/bg-viewall.png) no-repeat center center;
}

.viewall a:hover {
background: url(../images/bg-viewall-over.png) no-repeat center center;
}
a img {
  border:none;
}
.eventdescr ul {
	margin: 0 5px;
	padding:0;
	line-height: 12px;
	font-size:11px;
}
.eventdescr ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #726739;
	background: url(none);
}
.eventdescr h4 {margin: 15px 0 0 0;}