BODY	{
	SCROLLBAR-BASE-COLOR: #FF9A56;
	SCROLLBAR-TRACK-COLOR: #FEC299;
	margin: 0px;
	padding: 0px;
	border: #754242 0px solid;
	}




/* START CODE FOR NON-MENU LINKS */


a:link		{ color: #003300; text-decoration: none; }

a:visited	{ color: #003300; text-decoration: none; }

a:active	{ color: #003300; text-decoration: none; }

a:hover		{ color: #CC0000; text-decoration: underline; }



/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; }

.title		{ COLOR: #141424; FONT: 17px verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #711a47; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.list 		{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: normal; }

.just 		{ text-align: justify; }





/* PARAGRAPH HORIZONTAL RULES */

.page-splits	{ width: 100%; color: #cccccc; height: 5px; border: 1px solid #754242; }

.sidebar-splits	{ width: 100%; color: #430000; height: 1px; border: 1px solid #Ef8B8C; }



/* LEFT AND RIGHT TEXT SPACING */

.whitespaceL	{ width: 5px; }

.whitespaceR	{ width: 10px; }




/* IMAGE BORDERS */

.borders	{ border: #000000 1px solid; }




/* DROP SHADOWS */

.shadow-top	{ background-image: url("picts/shadow.gif"); background-repeat: repeat-x; }

.shadow-bottom	{ background-image: url("picts/shadow.gif"); background-repeat: repeat-x; }




/* PAGE TOP AND BOTTOM BORDERS */

.pagebar-bottom	{
		background-color: #C0C0C0;
		background-image: url("picts/bar.gif");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}



/* LEFT SIDEBAR OPTIONS */

#sidebarleft		{ position: relative; left: 0px; top: -20px; }

a.sidelink:link		{ color: #D2BEB7; text-decoration: none; }

a.sidelink:visited	{ color: #D2BEB7; text-decoration: none; }

a.sidelink:active	{ color: #D2BEB7; text-decoration: none; }

a.sidelink:hover	{ color: #EFBB8C; text-decoration: underline; }

.bordersSB		{ border: #000000 0px solid; }

.sidebartitle		{ COLOR: #D2BEB7; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #ffffff; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.date-font		{ color: #772519; font: 11px verdana, arial, sans-serif; }

.sidebar-background	{
			background-image: url("picts/background-sidebar.gif");
			background-repeat: repeat-y;
			background-position: top left;
			}



/* RIGHT END AREA */

.right-end	{ width: 25px; background-color: #772519; }




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}