



div.calendarlink{
text-align:center;}

div.headline{
background-color:#3333ff;
margin-bottom:10;
height:25;
color:white;
margin-top:0;
}

div.homepage{
	width:100%;
	margin-bottom: 0;
}

table.homepagetable{
	width:100%;
	margin-top: 0;
}

table.topbar{
	width: 100%;
	background-color: Lime;
	height: 35px;
}

td.homepagecell{
	font-family: "Engravers MT";
}



/*
Sponsors banner right hand side
*/
p.sponsorbanner{
	font-family: cursive;
	font-size: .80em;
	background-color: #FFD700;
	border: solid;
	border-width: 1;
}

p.sponsorname{
	margin-top: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}







/*
upcoming event title, event day, date and time and
location
See also body.css file for div and background
specs
*/

p.upcomingeventstitle{
	text-align: center;
	text-decoration: none;
	color: Yellow;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding-top: 5;
}

hr.upcomingline{
	width:140px;
	margin: 0;
}

p.datewhen{
	text-align: center;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 0;

}
p.eventtext{
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: yellow;
	text-align: center;
	margin: 0;
}
p.eventlink{
	margin: 0;
}

div.displaywindow{
	background-color: White;
	margin: 0;
}

div.bckgrd_blue{
	background-color: Navy;
	width: 120px;
	border: outset;
	border-width: 2;
	margin: 5;
	margin-left: 0;
}


div.bckgrd_maroon{
	background-color: Maroon;
	width: 120px;
	border: outset;
	border-width: 2;
	margin: 5;
	margin-left: 0;
}

div.bckgrd_dkgreen{
	background-color: #006400;
	width: 120px;
	border: outset;
	border-width: 2;
	margin: 5;
	margin-left: 0;
}

div.bckgrd_dkpurple{
	background-color: Purple;
	width: 120px;
	border: outset;
	border-width: 2;
	margin: 5;
	margin-left: 0;
}


/*Upcoming events banner and text*/
div.upcoming_banner{
	background-color: blue;
	margin-left: 0;
	margin-bottom: 5;
	margin-top: 0;
	width: 120px;
	height: 30px;
	border: solid;
	border-width: 1;
}

p.upcomingevents{
	font-size: .8em;
	padding-top:4;
	margin-top:0;
	color:white;
	font-family: cursive;
	text-align:center;
	font-weight:bold;
}
/*
news items centre cell
*/

td.hpnewsitemcell{
	padding:0;
}

div.allnewsitems{
	border-bottom-width: 0;
	border-top-width: 0;
	margin-top: 0;
	padding-left: 10;
	padding-right: 10;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
}

p.newsitemstitle{
	font-size: 1.3em;
	height: 40px;
	color: black;
	font-family: "Comic Sans MS";
	text-align: center;
	border-left: none;
	border-right: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}


p.newsheadline{
	font-size: 1.0em;
	color: Navy;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	background-color: #E2BA5B;
	border: 1px dashed;
	padding-top: 10;
	padding-bottom: 10;
	font-weight: bold;
	padding-left: 5;
}	


/*
upcoming events section left column
*/

td.hpcomingupcell{
	width:120px;
	padding:0;
	text-align: center;
}


/*
right column section ie sponsors
*/

td.rightcol{
	width:115px;
	padding:0;
	text-align: center;
}


#fancytext {text-align: center; font-size:1.25em; text-decoration: underline; color: limegreen;}
#fancyword {color: mediumseagreen; font-weight: bold;}



div#links a:hover span {display: block; color: white; background-color: #009900;
position: absolute; font-family: verdana, sans-serif; font-size: 0.75em;
left: 20; width: 100;  top: 350px; text-align: center;}

div#links a span{display:none;}
<!--original for code div# from http www meyerweb com eric css edge popups demo html-->



