BODY	{
	scrollbar-base-color: #E64C1A;
	scrollbar-track-color: #FFCC99;
	background-color: #eeeeee;
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #CD3301; text-decoration: none; }

a:hover				{ color: #21423D; 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: #993300; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #F58F5E; 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: #FFFFFF; }





/* SHADOW AND CORNER IMAGE */

#cornerimage		{ background-image: url("../images/layout/corner.gif"); }

.pageheight		{ background-image: url("../images/shadow-vertical.gif"); background-repeat: repeat-y; }

.shadow-horizontal	{ background-image: url("../images/shadow-horizontal.gif"); background-repeat: repeat-x; }


.page-splits		{
			border: #A2B7B5 1px solid;
			background-color: #F0F0F0;
			color: #F0F0F0;
			}
















/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
	background-color: #FF9966;
	background-repeat: repeat;
			}

.sideborder		{ BORDER: #FFFFFF 1px solid; }

.sidebartitle		{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #000000; 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: #000000; 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;
		}

