BODY	{
	scrollbar-base-color: #8AA4A2;
	scrollbar-track-color: #AEAFBB;
	backgroUnd-color: #FFFFFF;
	}

.text 			{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
}


/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{
	color: #0000FF;
	text-decoration: none;
	font-size: 14px;
}

a:hover				{
	color: #006666;
	text-decoration: none;
	font-size: 14px;
}





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{
	COLOR: #000000;
	FONT: normal 14px verdana, arial, sans-serif;
}

.title		{
	COLOR: #006666;
	FONT: bold 18px verdana, arial, sans-serif;
}

.subtitle	{
	COLOR: #006666;
	FONT: bold 14px verdana, arial, sans-serif;
}

.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: #8AA4A2; }





/* SHADOW AND CORNER IMAGE */

#cornerimage		{ background-image: url("../images/lightgreen/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 LINES & BORDERS */

.pagebars	{
		background-color: #D3DDDD;
		background-image: url("../images/lightgreen/bar.jpg");
		height: 20px;
		border: solid #9FB9B7;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #D3DDDD;
		background-image: url("../images/lightgreen/bar.jpg");
		height: 30px;
		border: solid #9FB9B7;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border: #D4DFDF 1px solid;
			background-color: #EEF4F3;
			color: #EEF4F3;
			}











/* SCROLLER OPTIONS */



.scroller-body		{
			background-color: #FFFFFF;
			background-image: url("../images/lightgreen/background-scroller.jpg");
			background-repeat: repeat-y;
			}

.scrollertitle 		{ color: #000000; font-family: arial, Tahoma, Verdana, sans-serif; font-size: 13px; font-weight: bold; }

.scrollertext 		{ color: #5A6F6D; 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: #3366CC; text-decoration: none; }

a.scroller:hover					{ color: #996600; text-decoration: none; }














/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
	background-image: url("../images/lightgreen/background-sidebar.gif");
	background-color: #006666;
	background-repeat: repeat-y;
	margin: 10px;
	padding: 10px;
			}

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

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

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


/* SIDEBAR LINK COLORS */

a.sidebartext:link, a.sidebartext:visited, a.sidebartext:active	{ color: #CCCCCC; text-decoration: none; }

a.sidebartext:hover					{ color: #996600; 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: #8AA4A2;
		border:1px solid #8AA4A2;
		background-color: #FFFFFF;
		}
