BODY	{
	scrollbar-base-color: #0033CC;
	scrollbar-track-color: #000066;
	scrollbar-arrow-color: #000099;
	backgroUnd-color: #FFFFFF;
	}
/* NON-MENU LINK COLORS */
a:link, a:visited, a:active	{ color: #000099; text-decoration: none; }
a:hover				{ color: #000000; text-decoration: none; text-decoration: none; }

/* PAGE FONTS AND TITLES */
/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }
.title		{ COLOR: #000000; FONT: 18px arial, verdana, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #000000; FONT: 17px arial, verdana, sans-serif; font-weight: bold; }
.smalltitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.date-font	{ color: #F52887; font: 10px verdana, arial, sans-serif; font-weight: bold; }
#date-location	{ right: 10px; POSITION: absolute; TOP: 72px; }

/* GENERAL TEXT SIZES and COLORS */
.smalltext		{ COLOR: #000000; FONT: 11px arial, sans-serif; font-weight: bold; }
.footer			{ COLOR: #000000; FONT: 9px verdana, arial, sans-serif; font-weight: bold; }
.phonetitle		{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: bold; }
.list 			{ COLOR: #FFFF9C; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

/* HEADER BACKGROUND COLOR - edit the header.js also */
.headercolor		{ background-color: #0033CC; }

/* SHADOW AND CORNER IMAGE */
#cornerimage		{ background-image: url("../picts/corner.gif"); }
.pageheight		{ background-image: none; }
.shadow-horizontal	{ background-image: none; }

/* PAGE LINES & BORDERS */
.pagebars	{
		background-color: #336699;
		height: 15px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #336699;
		height: 20px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border: #000099 1px solid;
			background-color: #336699;
			color: #336699;
			}

/* LEFT SIDEBAR OPTIONS */
.sidebar-background, .sidebar-background2
			{
			background-color: #CCCC99;
			}
.sideborder		{ BORDER: #FFFFFF 1px solid; }
.sidebartitle		{ COLOR: #F52887; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.sidebartext		{ COLOR: #BF5FFF; FONT: 11px arial, verdana,  sans-serif; font-weight: bold; }
a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #000099; text-decoration: none; }
a.sidelink:hover					{ color: #FFFF9C; text-decoration: none; }