BODY	{
	background-color: #FFFFFF;
	background-image: url(../picts/bk1.jpg);	
	
	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover				{
	color: #666666;
	text-decoration: none;
}





/* PAGE FONTS AND TITLES */

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

TABLE		{
	COLOR: #FFFFFF;
	FONT: arial;
	font-family: Arial;
	font-size: small;
}

.title		{
	COLOR: #CCCCCC;
	FONT: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	font-style: oblique;
	border: #666666 1px solid;
	margin: 15;
	margin-top: 15px;
	margin-left: 20px;
}

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






/* NON GALLERY IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }






/* SHADOW AND CORNER IMAGE */

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

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

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






/* PAGE LINES & BORDERS */

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

.pagebar-bottom	{
	background-color: #999999;
	height: 5px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
	text-decoration: none;
	color: #CCCCCC;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.page-splits		{
			border: #9698AB 1px solid;
			background-color: #F0F0F6;
			color: #F0F0F6;
			}











/* SCROLLER OPTIONS */



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

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

.scrollertext 		{
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}



/* SCROLLER LINK COLORS */

a.scroller:link, a.scroller:visited, a.scroller:active	{ color: #3300FF; text-decoration: none; }

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














/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
			background-image: url("../picts/gray/background-sidebar.gif");
			background-color: #BDBFC4;
			background-repeat: repeat-y;
			}

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

.sidebartitle		{
	COLOR: #000000;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
	list-style-type: circle;
}

.sidebartext		{
	COLOR: #FFFFFF;
	FONT: 12px arial, verdana,  sans-serif;
	font-weight: normal;
	list-style-type: disc;
}


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

a.sidelink:hover					{
	color: #FFFFFF;
	text-decoration: none;
}



/* FOR RIGHT SIDEBAR */

.sidebartext-right	{
	color: #000066;
	FONT: 11px arial, verdana,  sans-serif;
	font-weight: normal;
	list-style-type: square;
}


fieldset legend {
	FONT: bold 13px arial, verdana, sans-serif;
	COLOR: #FFFFFF;
	border:1px solid #999999;
	background-color: #0000CC;
		}
		
