body {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	color: #211a08;
	background-color: #713131; /* #6485aa; Blue Background */
}

.clr {
	clear: both;
}

ol {
	font-size: .9em;
}

ul {
	font-size: .9em;
}

/* HEADER TABLE BACKGROUND */
.header {
    	background-image: url(images/yes3aHeader.jpg);
	background-color: #ffffff;
}

/* CONTENT TABLE BACKGROUND */
.content {
    	background-image: url(images/eventsBkgd.jpg);
	background-color: #ececec;     /* #e2eefc; */
}

/* FOOTER TABLE BACKGROUND */
.footer {
    	background-image: url(images/yes3aFooter.jpg);
	background-color: #ececec;     /* #e2eefc; */
}

/* MENU TABLE BACKGROUND */
.menu {
    	background-image: url(images/eventsBkgd.jpg);
	background-color: #ececec;     /* #e2eefc; */
	align: center;
}

.rightSide {
	float: right; 
	margin-right: 10px; 
	margin-bottom: 12px; 
	margin-left: 20px;
}

.leftSide { 
	float: left;
	margin-right: 20px;
	margin-bottom: 12px; 
	margin-left: 10px; 
}

.pageheader {
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
   	font-size: 1.4em;
	color: #ffffff;
	background-color: #b18788;
	margin-right: 5px;
	margin-left: 180px;
}

.infoheader {
   	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
   	font-size: 1.0em;
	color: #ffffff;
	background-color: #000080;
}

.list500 {
	font-size: .9em;
	text-align: left;
	margin-right: 20px;
	margin-left: 500px;
}

/*Horizontal Rule*/
.mainbgcolor
{
	color: #713131;
	background-color:transparent;
	margin-right: 4px;
	margin-left: 4px;
}

.hrbgcolor
{
	color: #b18788;
	background-color: transparent;
	margin-right: 40px;
	margin-left: 180px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	text-align: left;
	margin-right: 20px;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	text-align: left;
	margin-right: 20px;
	margin-left: 180px;
}

.maintexthd {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	text-align: left;
	margin-right: 20px;
	margin-left: 320px;
}


.textjustify {
	font-size: .85em;
	text-align: justify;
	margin-right: 20px;
	margin-left: 66px;
}

.mountain200 {
	color: #0c489b;
	background-color: transparent;
	margin-right: 20px;
	margin-left: 66px;
}

/*Small text for copyright notice*/
.small {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}

/* SPECIAL FONT COLORS */
.mountain {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0c489b;
	background-color: transparent;
}

.river {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #0084b0;
	background-color: transparent;
}

.spruce {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #006633;
	background-color: transparent;
}

.pine {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #009900;
	background-color: transparent;
}

.cherry {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #ff0000;
	background-color: transparent;
}

/* SPECIAL BORDER FOR ANNOUNCEMENTS */
.acrobattext {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #0c489b;
	background-color: transparent;
	border-top: #919191 4px outset;
  	border-right: #919191 4px outset; 
  	border-bottom: #919191 4px outset;
  	border-left: #919191 4px outset;
  	padding: 1px 1px 1px 1px; /* T-R-B-L */
}

/* SPECIAL TEXT BORDER BOX */
.yehaw {
	border-top: #919191 8px outset;
  	border-right: #919191 8px outset; 
  	border-bottom: #919191 8px outset;
  	border-left: #919191 8px outset;
  	padding: 1px 1px 1px 1px; /* T-R-B-L */
} 

/* Division IDs for Printing */
#divHeader {
	display: block;
}

#divContent {
	display: block;
} 

#divFooter {
	display: block;
}

#printHeader {
	display: none;
} 

#topMenu {
	display: block;
} 

#bottomMenu {
	display: block;
} 

/* ANCHOR AND MENU CSS*/	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-weight: bold;
   color: #0000ff;
   background-color: transparent;
   text-decoration: none;
}
  
a:link {
font-family: sans-serif; 
font-weight: bold; 
color: blue;  
text-decoration: none; 
}

a:visited {
font-family: sans-serif; 
font-weight: bold; 
color: purple; 
text-decoration: none; 
}

a:active {
font-family: sans-serif; 
font-weight: bold; 
color: green; 
text-decoration: none; 
}

a:hover {
font-family: sans-serif;
font-weight: bold; 
Color: #ff0000;
text-decoration: none; 
}

/* Set up the TOP MENU Box Anchor Styles*/
#navTop a, #navTop a:visited
{
	/*float: left;*/
	text-align: center;	
    	background: #b18788;   /* #c37b7b #a2b5cd; url('images/menu_button.png') 0px 16px;  #6485aa #f3f3f3 */
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	border-right: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	font:14px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #211a08; /*  #b07f57; #b04040;*/
    	text-decoration: none;
    	height: 17px;
   	width: 200px;
}

#navTop a:hover
{
    	background: #f3f3f3 url('images/menu_button.png') 0px 16px;
	font:14px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #6485aa;
    	text-decoration: none;
}

#navTop a.margin 
{
    	margin-right:2px;
}

 #navTop ul, #navMenu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Set up Inline Display of Menu Boxes. Default is Verticle Display*/
#navTop li { display: inline; }

/* Set up the BOTTOM MENU Box Anchor Styles*/
#navMenu a, #navMenu a:visited
{
	/*float: left;*/
	text-align: center;	
    	background: #b18788;   /* #c37b7b #a2b5cd; url('images/menu_button.png') 0px 16px;  #6485aa #f3f3f3 */
    	border-left: 1px solid #ffffff;
    	border-top: 1px solid #ffffff;
    	border-right: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
    	font:14px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #211a08; /*  #b07f57; #b04040;*/
    	text-decoration: none;
    	height: 17px;
   	width: 200px;
}

#navMenu a:hover
{
    	background: #f3f3f3 url('images/menu_button.png') 0px 16px;
	font:14px verdana;
    	font-weight: bold;
    	text-align: center;    
    	color: #6485aa;
    	text-decoration: none;
}

#navMenu a.margin 
{
    	margin-right:2px;
}

 #navMenu ul, #navMenu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Set up Inline Display of Menu Boxes. Default is Verticle Display*/
#navMenu li { display: inline; }


/*BASIC CSS MYSTIC BUTTON DIMENSIONS*/
.mysticbutton {
	font-family: helvetica,arial,sans-serif;
	font-weight: bold; 
	font-size: 100%;
	width: 14.5em;
	margin: 1em 0em; 
}

.mysticbutton A {
	display: block; 
	width: 16em;
}

.mysticbutton A:link {
	color: #ffffff; 
	background-color: #063e89; 
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid;
}

.mysticbutton A:visited {
	color: #ffffff; 
	background-color: #063e89; 
	text-decoration: none;
	border-top: #cecece .15em solid; 
	border-right: #4a4a4a .15em solid; 
	border-bottom: #4a4a4a .15em solid;
	border-left: #cecece .15em solid; 
}

.mysticbutton A:hover {
	color: #ffffff; 
	background-color: #3c5ed9; 
	text-decoration: none;
	border-top: #4a4a4a .15em solid; 
	border-right: #cecece .15em solid; 
	border-bottom: #cecece .15em solid;
	border-left: #4a4a4a .15em solid;
}

.mysticbutton span.atext {
	padding-top: 0em; 
	padding-right: 0.4em;
	padding-bottom: 0em;  
	padding-left: 0.4em; 
	color: #0c479d; 
	background-color: #e6e6e6;
}

