BODY	{
	scrollbar-base-color: #DADBE5;
	scrollbar-track-color: #DADBE5;
	backgroUnd-color: #FFFFFF;
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #6699FF; text-decoration: none; }

a:hover				{ color: #339999; text-decoration: none; }





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{
	COLOR: #727990;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title		{ COLOR: #B7BBC7; FONT: 20px arial, verdana, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #0F0066; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }

.ordertitle	{ COLOR: #B7BBC7; FONT: 16px arial, verdana, 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; }

#date-location	{ right: 10px; POSITION: absolute; TOP: 63px; }

.footer		{ COLOR: #B7BBC7; FONT: 9px verdana, arial, sans-serif; }





/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor		{ background-color: #0F0066; }






/* NON GALLERY IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }


/* VERTICAL YELLOW IMAGE */

.pageheight		{ background-image: url("../images/yellow-vertical.gif"); background-repeat: repeat-y; }



/* PAGE LINES & BORDERS */

.pagebars	{
		background-color: #727990;
		background-image: none;
		height: 1px;
		}

.pagebar-bottom	{
		background-color: #F0F0F0;
		background-image: url(../images/bottom-bar.gif);
		height: 30px;
		border: solid #727990;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border: #B7BBC7 1px solid;
			background-color: #FCFCF4;
			color: #FCFCF4;
			}



/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
			background-image: url("../images/background-sidebar.gif");
			background-color: #0F0066;
			background-repeat: repeat-y;
			}

.sideborder		{ BORDER: #000000 1px solid; }

.sidebartitle		{ COLOR: #CCCCCC; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #FFFFFF; FONT: 12px arial, verdana,  sans-serif; font-weight: normal; }


a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #FFFF9C; text-decoration: none; }

a.sidelink:hover					{ color: #99CCFF; text-decoration: none; }





/* FOR RIGHT SIDEBAR */

.sidebartext-right	{ color: #0F0066; FONT: 11px arial, verdana,  sans-serif; font-weight: normal; }


fieldset	{ border:1px solid #B7BBC7; }


fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #FFFFFF;
		border:1px solid #0F0066;
		background-color: #0033FF;
		}
