BODY	{
	scrollbar-base-color: #311028;
	scrollbar-track-color: #999999;
	backgroUnd-color: #999966;
	}
/* NON-MENU LINK COLORS */
a:link, a:visited, a:active	{ color: #996600; text-decoration: none; }
a:hover				{ color: #CC6600; text-decoration: underline; }
/* PAGE FONTS AND TITLES */
/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{
	COLOR: #333300;
	FONT: 12px verdana, arial, sans-serif;
}
.title		{ COLOR: #993366; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #993366; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }
.smalltitle { COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.date-font	{ color: #F0F0F0; font: 10px verdana, arial, sans-serif; font-weight: bold; }
/* HEADER BACKGROUND COLOR - edit the header.js also */
.headercolor		{ background-color: #311028; }
/* NON GALLERY IMAGE BORDERS */
.borders		{ border: #000000 1px solid; }
/* SHADOW AND CORNER IMAGE */
#cornerimage		{ background-image: url("../picts/burgundy/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: #FF9999;
	background-image: url("../picts/burgundy/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: #FF9999;
	background-image: url("../picts/burgundy/bar.jpg");
	height: 25px;
	border: solid #000000;
	border-width: 1px 0px 1px 0px;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
.page-splits		{
			border: #C0C0C0 1px solid;
			background-color: #F0F0F6;
			color: #F0F0F0;
			}
/* SCROLLER OPTIONS */
.scroller-body		{
			background-color: #311028;
			background-image: url("../picts/burgundy/background-scroller.jpg");
			background-repeat: repeat-y;
			}
.scrollertitle 		{ color: #FBDB74; font-family: arial, Tahoma, Verdana, sans-serif; font-size: 13px; font-weight: bold; }
.scrollertext 		{ color: #FFFFFF; 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: #FFCCCC; text-decoration: none; }
a.scroller:hover					{ color: #FFCC00; text-decoration: none; }
/* LEFT SIDEBAR OPTIONS */
.sidebar-background, .sidebar-background2
			{
			background-image: url("../picts/burgundy/background-sidebar.gif");
			background-color: #311028;
			background-repeat: repeat-y;
			}
.sideborder		{ BORDER: #906685 1px solid; }
.sidebartitle		{ COLOR: #FBDB74; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.sidebartext		{ COLOR: #CFCFE0; FONT: 12px arial, verdana,  sans-serif; font-weight: normal; }
a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #FFCCCC; text-decoration: none; }
a.sidelink:hover					{ color: #FFCC00; text-decoration: none; }
/* FOR RIGHT SIDEBAR */
.sidebartext-right	{ color: #666666; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }
fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #000000;
		border:1px solid #999999;
		background-color: #F0F0F0;
		}
