
a:active     {  font-family: verdana; text-decoration: none; font-size: 11px; color: #000000}
a:link       {  font-family: verdana; text-decoration: none; font-size: 11px; color: red}
a:visited    {  font-family: verdana; font-size: 11px; 	text-decoration: none; color: red}
a:hover    {  font-family: verdana; font-size: 11px; 	text-decoration: underline; color: red}

body         {  font-family: verdana; font-size: 11px; color: #000000}
li           {  font-family: verdana; font-size: 11px; color: #000000}
ol           {  font-family: verdana; font-size: 11px; color: #000000}
table        {  font-family: verdana; font-size: 11px; color: #000000}
td           {  font-family: verdana; font-size: 11px; color: #000000}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	color: #3300FF;
	font-style: italic;
	font-weight: bold;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
.blueheader {
	font-size: 16px;
	font-weight: bold;
	color:blue;
}
.largetext {
	font-size: 14px;
}

.style3 {font-size: 14}
	
a:active {
	text-decoration: none;
}
.h1 {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;}
	
	.whitetext {
	font-size: 12px;
	color:#FFFFFF;}
		.largewhitetext {
	font-size: 14px;
	color:#FFFFFF;}
	
	.whitetext a {
		color:#fff;
		text-decoration:underline;
	}
	.whitetext a:hover {
		text-decoration:none;
	}
	
	.yellowheader {
	font-size: 14px;
	font-weight: bold;
	color:#FFFF00;
}
	.yellowsubheader {
	font-size: 12px;
	font-weight: bold;
	color:#FFFF00;
}
	
	#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid white;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}



.main {
width:160px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
#headerImages {
	position:relative;
	background-color:#fff;
	width:784px;
	height:191px;
}
#headerImages img {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
#headerImages img.active {
	display:block;
}

.communityList li {
	float:left;
	width:150px;
	list-style:none;
	text-align:left;
}