.main { /* redundant rules for bad browsers */
font-family: tahoma, sans-serif;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
margin:0;
padding:0;
}
/* RED UPPERCASE TEXT FOR TITLES */
h2 {
	font-size: 95%;
	font-weight: bolder;	 
	text-transform: uppercase;
	color: #a80000;
	background-image:url("images/bluearrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	padding:0px;
	border-bottom: 2px dotted #CCC;
}
/* BLUE UPPERCASE TEXT HEADING3 */
h3 {
	font-size: 80%;
	text-transform: uppercase;
	color: #3a60a0;
	padding:0px;
	line-height: 100%;
}

/* TEXT FOR EVENT DATES */
.datetext {
	font-size: 60%;
	text-transform: uppercase;
	color: #3a60a0;
	padding:0px;
	line-height: 100%;
}


/* TEXT FOR TODAYS SPECIAL TEXT BLUE */
.foodtext {
	font-size: 65%;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	padding:0px;
	line-height: 100%;
}

/* REGULAR PARAGRAPH TEXT */
.p {
	font-size: 90%;
	font-weight: bold;
	color: #000000; /* was #332f2f */
	padding:0px;
	line-height: 110%;
	
}
/* REGULAR PARAGRAPH TEXT NO COLOR*/
.p_no_color {
	font-size: 90%;
	font-weight: bold;
	padding:0px;
	line-height: 110%;
	
}
/* TEXT FOR UNDER PHOTOS */
.psmall {
	font-size: 80%;
	color: #332f2f;
	padding:0px;
	line-height: 110%;
	
}

/* LINKS SITE WIDE */

a:link {
color: #3a60a0;
text-decoration: none;
}

a:active {
color: #3a60a0;
text-decoration: none;
}

a:visited {
color: #3a60a0;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}

/* MAIN CONTENT AREA (INDEXPAGE ONLY) */
#contentindex {
	padding-top: 0px;
	background-image:url("images/logotrans.gif");
	background-repeat: no-repeat;
		
	}

/* MAIN CONTENT AREA (ALL OTHER AREAS) */
#content {
	padding-top: 0px;
	}


/* MENU FORMATTING */
#menu {
  padding:0;
  margin:0;
  
  /*background-image:url("images/leftimage.gif");
  background-position: top left;*/
  
  }
#menu li {
  list-style-type:none;
  margin:0 0 0.1em 0;
  }
#menu a, #menu a:visited {
  display:block;
  width:9em;
  /*height:1em;*/
  border:2px solid #000000;
  font-family:arial, verdana, sans-serif;
  font-size:0.7em;
  text-align:center;
  text-decoration:none;
  background:#a80000; 
  color:#FFFFFF; 
  /*padding:0.25em;*/
  }
#menu a:hover {
  background:#ffffff;
  color:#000000;
  }

/* add red lines to left borders */
#td {
border-left: 1px dotted #eb7474;
padding-left: 5px;
}

/* for news feed text */
#td ul {
text-decoration: none;
list-style-image: url(images/icn_txt.gif);
font-size: 75%;	
}

