   
/* basic elements */
body
{
    background-position: center top;
    font: 8pt verdana, arial;
    color: #FF0033;
    margin: 0px;
    padding: 0px;
    background-color: #4C4C4C;
   
}
table
{
	font: 8pt verdana, arial;
	margin-top: 0px;
	text-align: left;
	color: #000000;
	font-size: 12px;
}
p {
	font: 8pt verdana, arial;
	margin-top: 0px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	}
h3
{
    font: oblique bold 12px verdana, arial;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #000000;
    vertical-align: top;
}
h1 {
	font: bold normal 18px verdana, arial;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #000000;
	vertical-align: top;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A55A00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC0066;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #4E7ED1;
	border-bottom: dotted 1px
	}


/* specific divs */

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #660033;
}
.slideshowTop
{
    /*CSS for DIV containing each image*/
    float: left;
    background-color: white;
    vertical-align: middle;
    border-top: solid 2px #333333;
}
.slideshow
{
    /*CSS for DIV containing each image*/
    border: 1px solid #000000;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    background-color: white;
    vertical-align: middle;
}

.slideshow img
{
    /*CSS for each image tag*/
    border: 20px solid #DBD5C8;
    width: 135px;
}


#navlinks{ /*CSS for DIV containing the navigational links*/
text-align:center;
margin: 0 auto;
background-color :#333333;
height:20px;
 
}

#navlinks a{ /*CSS for each navigational link*/
 display:inline; width:20px; height:20px; 
 background:#dca; border:1px solid #000; margin-top:2px; text-align:center; 
 text-decoration:none; font-family:verdana, arial, sans-serif; font-size:10px; 
 color:#000; line-height:25px; overflow:hidden;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
border:thin groove #666;
background-color: #FFC;

}

table.UpcomingEventTable 
{
	
}
table.UpcomingEventTable TD
{
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	font-family: Verdana;
	font-size: small;
	color: #660033;
}