
body 
{margin: 0;
background-image: url(""); background-repeat: repeat; 
background-color:#e6e6e6;
}


#container
{
text-align: left
}

/*----------------------------nav links-----------------------------------------*/
#homecontainer
{
font-size: 18px;
color: white
}

#aboutcontainer
{
font-size: 18px;
color: white
}

.tabletoplinks
{
color: gray
}

/*--------------------control for white div links for who we are, providers etc--------------------*/
.class5 a 
{font-family: Arial, Verdana, sans serif;
font-size: 11px;
color: white; 
text-decoration: none; 
font-weight: normal
}

.class5 a:link
{font-family: Arial, Verdana, sans serif;
font-size: 11px;
color: white;
text-decoration: none; 
font-weight: normal
}

.class5 a:visited 
{font-family: Arial, Verdana, sans serif;
font-size: 11px;
color: white;
text-decoration: none; 
font-weight: normal
}

.class5 a:hover 
{font-family: Arial, Verdana, sans serif;
font-size: 11px;
color: white; 
text-decoration: underline
}

/*---------------------------------------*/
h1 
{font-size: 24px; 
color: #7E7E7E; 
font: normal 
}

h3 
{font-size: 14px; 
color: #43779f;
font: normal
}
 
/*------------------------------controls for blueish color of hours table text------------------------*/
.day 
{
color: #43779f; 

}
/*-----------------------------------------*/

.event
{
color: #ab7c06; 

}



.indented
   {
   padding-left: 5pt;
   padding-right: 4.5pt;
  
   }


/*------------------------------controls for main content links------------------------*/

table a 
{color:#9F1616; 
text-decoration: none;

}

table a:link 
{color:#9F1616;
text-decoration: none;

}

table a:visited 
{color:#9F1616;
text-decoration: none;

}

table a:hover 
{color:#9F1616; 
text-decoration: underline;

}

/*------------------------------controls for events.htm side bar links------------------------*/
table.events a 
{color:#9F1616; 
text-decoration: none;
font-size:100%
}

table.events a:link 
{color:#9F1616;
text-decoration: none;
font-size: 100%
}

table.events a:visited 
{color:#9F1616;
text-decoration: none;
font-size: 100%
}

table.events a:hover 
{color:#9F1616; 
text-decoration: underline;
font-size: 100%
}



/*------------------------------controls for main content text color and size, footer styles------------------------*/

table
{font-family: Arial, Helvetica, sans-serif; 
font-size: 90%; 
color: black;
margin: 0; 
padding: 0
}

.style2 
{
color: #FFFFFF;
font-size: x-small;
}
.style9 
{font-size: 3px;
color: #FFFFFF;
}
.style11 
{font-size: 10px
}

/*------------------------------controls for index page content font size------------------------*/

table.indexpage
{font-family: Arial, Helvetica, sans-serif; 
font-size: 100%; 
color: black;
margin: 0; 
padding: 0
}



/*---------------------------------text link scroller----------------------------------------------------*/

#pscroller2{
width: 200px;
height: 10px;
position: absolute;
top: -12px;
left: 100px;
text-align: left
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*-------------rss feed styles start here-------------------*/


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3{ /*Demo 3 main container*/
width: 221px;
height: 170px;
padding: 4px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}