BODY	{
	scrollbar-base-color: #042d01;
	scrollbar-track-color: #446552;
	backgroUnd-color: #FFFFFF;
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #024802; text-decoration: none; }

a:hover				{ color: #fb0712; text-decoration: underline; font-weight: bold; }





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #333333; FONT: 10pt verdana, arial, sans-serif; }

.title		{ COLOR: #063401; FONT: 18pt Trebuchet MS, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #446552; FONT: 14pt MS Trebuchet, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ COLOR: #000000; FONT: 13pt MS Trebuchet, arial, sans-serif; font-weight: bold; }

.date-font	{ color: #FFFFFF; font: 10pt MS Trebuchet, arial, sans-serif; font-weight: bold; }

#date-location	{ right: 10pt; POSITION: absolute; TOP: 77px; }



/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor		{ background-color: #042d01; }






/* NON GALLERY IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }






/* SHADOW AND CORNER IMAGE */

#cornerimage		{ background-image: url('corner.png'); }

.pageheight		{ background-image: url('shadow-vertical.gif'); background-repeat: repeat-y }

.shadow-horizontal	{ background-image: url('shadow-horizontal.gif'); background-repeat: repeat-x }






/* PAGE LINES & BORDERS */

.pagebars	{
		
		background-image: url('bar.png');
		height: 20px;
		border: 0px solid #000000;
		
		}

.pagebar-bottom	{
		
		background-image: url('bar.png');
		height: 25px;
		border: 0px solid #000000;
		
		}

.page-splits		{
			border: #9698AB 1px solid;
			background-color: #F0F0F6;
			color: #F0F0F6;
			}











/* SCROLLER OPTIONS */



.scroller-body		{
			background-color: #111160;
			background-image: url("background-scroller.jpg");
			background-repeat: repeat-y;
			}

.scrollertitle 		{ color: #FFFFFF; font-family: arial, Tahoma, Verdana, sans-serif; font-size: 13px; font-weight: bold; }

.scrollertext 		{ color: #F0F0F0; 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: #99CCFF; text-decoration: none; }

a.scroller:hover					{ color: #FFCC00; text-decoration: none; }














/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
			background-image: url('background-sidebar.png');
			
			background-repeat: repeat-y
			}

.sideborder		{ BORDER: #0a260b 1px solid; }

.sidebarboxwidth	{ width: 152px; }

/* THE NEXT 2 LINES ARE NOT USED IN 2009 MODELS - FOR OLDER CHROME COMPATIBILITY */

.sidebartitle		{ COLOR: #ffffff; FONT: 9pt Trebuchet MS, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #ffffff; FONT: 9pt verdana,  sans-serif; font-weight: normal; }


.sidebartitle-box	{
		padding:5px; background-color: #042d01;
		background-image: url('background-sidebar-title.png');
		color: #ffffff;
		text-align: left;
		font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:Trecuchet MS, sans-serif
		}	

.sidebartext-box	{
		padding: 6px;
		background-color: #042d01;
		color: #ffffff;
		font: normal 10pt arial, verdana, sans-serif;
		text-align: left;
	    border:1px solid #000000;
		}

a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #40c810; text-decoration: none; }

a.sidelink:hover					{ color: #f70309; 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: #FFFFFF;
		}