BODY	{
	scrollbar-base-color: #1F3037;
	scrollbar-track-color: #1F3037;
	backgroUnd-color: #C2C9C7;
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #666600; text-decoration: none; }

a:hover				{ color: #000000; text-decoration: none; text-decoration: underline; }





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #1F3037; FONT: 12px verdana, arial, sans-serif; }

.title		{ COLOR: #1F3037; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #FFFFFF; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ COLOR: #1F3037; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.date-font	{ color: #1F3037; font: 10px verdana, arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #1F3037; FONT: 9px verdana, arial, sans-serif; }

.ordertitle	{ COLOR: #1F3037; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }




/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor		{ background-color: #1F3037; }






/* NON GALLERY IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }






/* SHADOW AND CORNER IMAGE */

#cornerimage		{ background-image: url("../picts/darkgreen/corner.gif"); }

.pageheight		{ background-image: none; }

.shadow-horizontal	{ background-image: none; }






/* PAGE LINES & BORDERS */

.pagebars	{
		background-color: #1F3037;
		background-image: url("../picts/darkgreen/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #1F3037;
		background-image: url("../picts/darkgreen/bar.jpg");
		height: 20px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border-top: #97A5A2 1px solid;
			background-color: #C2C9C7;
			color: #C2C9C7; height: 1px;
			}










/* SCROLLER OPTIONS */



.scroller-body		{
			background-color: #C2C9C7;
			background-image: url("../picts/darkgreen/background-scroller.jpg");
			background-repeat: repeat-y;
			}

.scrollertitle 		{ color: #1F3037; font-family: arial, Tahoma, Verdana, sans-serif; font-size: 13px; font-weight: bold; }

.scrollertext 		{ color: #1F3037; 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/darkgreen/background-sidebar.gif");
			background-color: #1F3037;
			background-repeat: repeat-y;
			}

.sideborder		{ BORDER: #A2B7B5 1px solid; }

.sidebartitle		{ COLOR: #A2B7B5; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #A2B7B5; FONT: 12px arial, verdana,  sans-serif; font-weight: normal; }


a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #CCFFCC; text-decoration: none; }

a.sidelink:hover					{ color: #CCCC99; text-decoration: none; }










/* FOR RIGHT SIDEBAR */

.sidebartext-right	{ color: #1F3037; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }

fieldset 	{
		border: #1F3037 1px solid;
		}

fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #FFFFFF;
		border:1px solid #1F3037;
		background-color: #C2C9C7;
		}

