BODY	{
	scrollbar-base-color: #666666;
	scrollbar-track-color: #255932;
	backgroUnd-color: #FFFFFF;
	}

/* NON-MENU LINK COLORS */
a:link, a:visited, a:active	{ color: #246E53; text-decoration: none; }
a:hover				{ color: #FF6600; text-decoration: none; }

/* IMAGE LINK COLORS  added by S Frith July 09*/
a.image_link:link, a.image_link:visited, a.image_link:active	{ color: #FFFFFF; text-decoration: none; }
a.image_link:hover					{ color: #CCCC99; text-decoration: none; }

/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 12px verdana, arial, sans-serif; }
.title		{ COLOR: #0B3B09; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #0B3B09; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }
.smalltitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.date-font	{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold; }

/* HEADER BACKGROUND COLOR - edit the header.js also */
.headercolor		{ background-color: #255932; }

/* SHADOW AND CORNER IMAGE */
#cornerimage		{ background-image: url("../picts/green/corner.gif"); }
.pageheight		{ background-image: url("../picts/shadow-vertical.gif"); background-repeat: repeat-y; }
.shadow-horizontal	{ background-image: url("../picts/shadow-horizontal.gif"); background-repeat: repeat-x; }

/* PAGE LINES & BORDERS */
.pagebars	{
		background-color: #C0C0C0;
		background-image: url("../picts/green/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
.pagebar-bottom	{
		background-color: #C0C0C0;
		background-image: url("../picts/green/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
.page-splits		{
			border: #A2B7B5 1px solid;
			background-color: #F0F0F0;
			color: #F0F0F0;
			}
hr		{ color: #A2B7B5; background-color: #A2B7B5; height: 1px; width: 100%; border: none; margin: 10px, 0, 10px, 0; clear: both; }

/* SCROLLER OPTIONS */
.scroller-body		{
			background-color: #093E0A;
			background-image: url("../picts/green/background-scroller.jpg");
			background-repeat: repeat-y;
			}
.scrollertitle 		{ color: #FFFFFF; font-family: arial, Tahoma, Verdana, sans-serif; font-size: 13px; font-weight: bold; }
.scrollertext 		{ color: #C7DBCA; font-family: Tahoma, Verdana, sans-serif; font-size: 11px; font-weight: normal; }

/* SCROLLER LINK COLORS */
a.scroller:link, a.scroller:visited, a.scroller:active	{ color: #CCFFCC; text-decoration: none; }
a.scroller:hover					{ color: #CCCC99; text-decoration: none; }

/* LEFT SIDEBAR OPTIONS */
.sidebar-background, .sidebar-background2
			{
			background-image: url("../picts/green/background-sidebar.jpg");
			background-color: #255932;
			background-repeat: no-repeat;
			}
.sideborder		{ BORDER: #FFFFFF 1px solid; }
.sidebartitle		{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.sidebartext		{ COLOR: #C7DBCA; FONT: 12px arial, verdana,  sans-serif; font-weight: normal; }
a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #FFFFFF; text-decoration: none; } /* Formerly set as #CCFFCC,  sf july 09*/
a.sidelink:hover					{ color: #CCCC99; text-decoration: none; }

/* FOR RIGHT SIDEBAR */
.sidebartext-right	{ color: #333333; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }

fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #246E53;
		border:1px solid #246E53;
		background-color: #FFFFFF;
		}

