body
{
	background:url('../images/site_background.jpg');
	background-position:center;
	background-repeat: repeat-y;
	background-color: #B8F0BD;
	margin:0px;
	margin-top:10px;
}

#menuTable
{
	background:url('../images/menu/menu_bg.jpg');
	width:910px;
}

#headerTable
{
	width:910px;
}

#announceTable
{
	background:url('../images/announcements/announce_bg.jpg');
	width:292px;
}

#contentTable
{
	width:910px;
	background:url('../images/content/main_content_bg.jpg');
	background-color:#F8F9E9;
}

.regHeader 
{
	font-family:arial,verdana,helvetica;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.regText
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.regInput
{
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;	
}

.regButton
{
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;	
}

.regLink
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.regLink a
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}

.header 
{
	font-family:arial,verdana,helvetica;
	font-size:20px;
	font-weight:bold;
	color:#0B4F16;
}

.bodyText {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:normal;
	color:black;
}

.bodyLink {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#0B4F16;
	text-decoration:none;
}

.eventText
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.eventText a
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:blue;
}

.footerTable
{
	font-family:arial,verdana,helvetica;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
}

.footerTable a
{
	font-family:arial,verdana,helvetica;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
}

.header_small_ul
{
	font-family:arial,verdana,helvetica;
	font-size:16px;
	font-weight:bold;
	color:#0B4F16;
}

.eventText h1 a
{
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:bold;
	color:blue;
}

#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-right:2px solid #555555;
	border-bottom:2px solid #555555;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #555555;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0B4F16;
	color: #FFFFFF;
}