BODY	{
	scrollbar-base-color: #AEAFBB;
	scrollbar-track-color: #C0C0C0;
	background-color: #FFFFFF;
	}




/* NON-MENU LINK COLORS */

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

a:hover				{
	color: #3333FF;
	text-decoration: underline;
}





/* PAGE FONTS AND TITLES */

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

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

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

.ctitle		{
	COLOR: #000099;
	FONT: 18px verdana, arial, sans-serif;
	font-weight: bold;
}

.subtitle	{ COLOR: #000000; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }
.subtitlewh	{ COLOR: #FFFFFF; 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;
}






/* NON GALLERY IMAGE BORDERS */

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






/* SHADOW AND CORNER IMAGE */

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

.pageheight		{ background-image: url("../int/shadowvertical.gif"); background-repeat: repeat-y; }

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






/* PAGE LINES & BORDERS */

.pagebars	{
	background-color: #006BA8;
	background-image: url("../int/blu/bar.jpg");
	height: 20px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
	background-color: #9FA39E;
	background-image: url("../int/blu/bar.jpg");
	height: 25px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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











/* SCROLLER OPTIONS */



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

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

.scrollertext 		{ color: #000000; 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: #007EC0;
	text-decoration: none;
}

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














/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
	background-image: url("../int/blu/backgroundsidebar.gif");
	background-color: #9FA39E;
	background-repeat: repeat-y;
			}

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

.sidebartitle		{ COLOR: #000000; 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: #FFFF99;
	text-decoration: none;
	font-style: italic;
}

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

/* LEFT COURSE SIDEBAR OPTIONS */


a.csidelink:link, a.csidelink:visited, a.csidelink:active	{
	color: #FFFF88;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a.csidelink:hover					{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}


/* mainlinks secondary */


a.yellink:link, a.csidelink:visited, a.csidelink:active	{
	color: #FFFF88;
	text-decoration: none;
	font-weight: normal;
}

a.yellink:hover					{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}





/* FOR RIGHT SIDEBAR */

.sidebartext-right	{
	color: #6D818A;
	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: #F0F0F0;
		}
