/*

==========================================================================||
||                                                                        ||
|| set text and color for content-dependant display categories and blocks ||
||                                                                        ||
||==========================================================================

*/

/*========================
set side bar style classes
========================*/

/*--------------------------
set class for right hand col
--------------------------*/

.rightcolhead01{
	font-family: Arial, Helvetica, Sans Serif;
	color: #336633;
	background: none;
}

.address{
	font-family: Georgia, Serif;
	color: #333300;
	background: none;
}

.announce {
	font-family: Tahoma, Verdana, Sans Serif;
	color: #333300;
}

.announceHead {
	font-family: Tahoma, Verdana, Sans Serif;
	font-weight: bold;
	color: #ffffcc;
	background: #666633;
}

/*---------------------------------
set anchor class for right hand col
---------------------------------*/

A.topnav:link	{
	text-decoration: none;
	color: #333300;
}

A.topnav:visited	{
	text-decoration: none;
	color: #333300;
}

A.topnav:hover	{
	text-decoration: underline;
	color: #669900;
}

A.topnav:active	{
	text-decoration: none;
	color: #333300;
}
/*---------------------------------
set anchor class for menu page
---------------------------------*/

A.menupage:link	{
  text-size: 10pt;
	text-decoration: none;
	color: #333300;
}

A.menupage:visited	{
  text-size: 10pt;
	text-decoration: none;
	color: #333300;
}

A.menupage:hover	{
  text-size: 10pt;
	text-decoration: underline;
	color: #333300;
}

A.menupage:active	{
  text-size: 10pt;
	text-decoration: none;
	color: #333300;
}
img.floatRight {
	float: right;
	border: 1px solid #6A6A6A;
}
