html {
       overflow-y: scroll;
}

.bkrd {
  	background-image: url(images/top-bkrd.png);
  	background-repeat: repeat-y;
  	background-position: center center;
}

.body-bkrd {
  	background-image: url(images/body-bkrd.png);
  	background-repeat: repeat-y;
  	background-position: center center;
}

.navigation {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	text-transform: none;

}
a.navigation:link    {
	text-decoration:none;
	color:#FFF;
	text-transform: none;

} 
a.navigation:visited {
	text-decoration:none;
	font-family: "Arial Narrow", Arial, sans-serif;
} 
a.navigation:active  {
	text-decoration:none;
} 
a.navigation:hover   {
	color: #FFF;
	text-decoration:underline;
} 

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
a.topNav:link    {
	text-decoration:none;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
a.topNav:visited {text-decoration:none; color: #9A6700;} 
a.topNav:active  {text-decoration:none; color: #9A6700;} 
a.topNav:hover   {
	text-decoration:underline;
	color: #FFF;
	font: Verdana, Geneva, sans-serif;
} 

.bodyText {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
}
a.bodyText:link    {
	text-decoration:none;
	color:#A66602;
	font-weight:bold;
} 
a.bodyText:visited {text-decoration:none; color:#A66602; font-weight:bold;} 
a.bodyText:active  {
	text-decoration:none;
	color: #A66602;
	font-weight:bold;
} 
a.bodyText:hover   {
	text-decoration:underline;
	color: #000000;
	text-transform: none;
	font-style: normal;
} 
.eventTitle {
	text-transform: none;
	color: #365F41;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
}
a.eventTitle:hover   {
	text-decoration:underline;
	color: #479935;
} 
.bottomText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
}
a.bottomText:link {
	text-decoration:underline;
	color:#1C4D69;
	font-weight:normal;
}
a.bottomText:active {
	text-decoration:none;
	color: #A66602;
}
a.bottomText:hover {

	text-decoration:underline;
	color: #000000;
	text-transform: none;
	font-style: normal;
}
a.bottomText:visited {
text-decoration:underline;
color: #A66602;
}

