BODY	{
	SCROLLBAR-BASE-COLOR: #754242;
	SCROLLBAR-TRACK-COLOR: #999999;
	margin: 0px;
	padding: 0px;
	border: #754242 0px solid;
	}


/* START CODE FOR NON-MENU LINKS */


a:link		{ color: #993311; text-decoration: none; }

a:visited	{ color: #993311; text-decoration: none; }

a:active	{ color: #993311; text-decoration: none; }

a:hover		{ color: #FF6600; text-decoration: underline; }





.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }




/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 13px verdana, verdana, arial, sans-serif; }

.title		{ COLOR: #333333; FONT: 17px verdana, verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #711a47; FONT: 13px verdana, verdana, arial, sans-serif; font-weight: bold; }

.copyright	{ COLOR: #808080; FONT: 10px verdana, verdana, arial, sans-serif; }

.list 		{ COLOR: #000000; FONT: 12px verdana, verdana, arial, sans-serif; font-weight: normal; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }



/* PARAGRAPH HORIZONTAL RULES */

.page-splits	{ width: 100%; color: #cccccc; height: 5px; border: 1px solid #754242; }

.sidebar-splits	{ width: 100%; color: #430000; height: 4px; border: 1px solid #754242; }



/* 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("images/shadow.gif"); background-repeat: repeat-x; }

.shadow-bottom	{ background-image: url("images/shadow.gif"); background-repeat: repeat-x; }




/* PAGE TOP AND BOTTOM BORDERS */

.pagebars	{
		background-color: #C0C0C0;
		background-image: url("images/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: #C0C0C0;
		background-image: url("images/menu.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: #490404 3px solid; }

.sidebartitle		{ COLOR: #D2BEB7; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #ffffff; FONT: 11px verdana, arial, sans-serif; }

.date-font		{ color: #D2BEB7; font: 10px verdana, arial, sans-serif; }

.sidebar-background	{
			background-image: url("images/background-sidebar.gif");
			background-repeat: repeat-y;
			background-position: top left;
			}




/* RIGHT SIDEBAR OPTIONS */

.sidebarR	{ width: 2px; }




/* RIGHT END AREA */

.right-end	{ width: 25px; background-color: #430000; }




/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}



/* START THE CODE FOR THE MENUS */

/* IF YOU EDIT THE SUB MENU WIDTH - EDIT 160 IN 4 PLACES TOTAL */

/* menu ver 3.0 2007 */



/* MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS */

.menutable 		{
			background-image: url("images/menu-background.gif");
			background-color: #23443F;
			white-space: nowrap;
			width:100%;
			border-top: #430000 1px solid;
			border-bottom: #430000 1px solid;
			padding: 0px;
			margin: 0px;
			}


/* CODE FOR MENU 2ND OUTER TABLE */

#menunav, #menunav ul 	{
			float: right;
			white-space: nowrap;
			width: 800px;
			list-style: none;
			padding: 0px;
			border: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0px 0px 0px 0px;
			}








/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */

#menunav a 		{
			color: #FFFFFF;
			font: 13px verdana, arial, sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			padding: 3px 0px 4px 0px;
			width: auto;
			display: block;
			cursor: pointer;
			}



/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li 		{
			background-image: url("images/menu.gif");
			background-color: #A4A6AC;
			border: solid #430000;
			border-width: 0px 1px 0px 1px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			float: left;
			padding: 0;
			}



/* TOP LEVEL HOVER FONT COLOR */

#menunav li a:hover	{
			background-image: url("images/menuon.gif");
			color: #FFFFFF;
			text-decoration: none;
			cursor: pointer;
			}



/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li:hover, #menunav li.IEMhover
			{

			background-color: #B8B9BD;
			border: solid #430000;
			border-width: 0px 1px 0px 0px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}



/* SUB LEVEL FONT & FONT COLOR & PADDING */

#menunav li ul a 	{
			font: 12px verdana, arial, sans-serif;
			color: #666666;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
			padding: 4px 0px 4px 0px;
			text-indent: 8px;
			cursor: pointer;
			}



/* SUB LEVEL FONT HOVER COLOR */

#menunav li ul a:hover 	{
			background-image: none;
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			}


/* SUB LEVEL OUTER BORDER */

#menunav li ul 		{
			position: absolute;
			left: -999em;
			height: auto;
			width: 160px;
			border: solid #430000;
			border-width: 1px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0;
			}


/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */

#menunav li ul li 	{
			background-image: none;
			background-color: #FFFFFF;
			border: solid #C0C0C0;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}


/* SUB LEVEL HOVER BACKGROUND AND BORDERS */

#menunav li ul li:hover, #menunav li ul li.IEMhover
			{
			background-image: none;
			background-color: #F0F0F0;
			border: solid #C0C0C0;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */

#menunav li li {
	padding-right: 0px;
	width: 160px;
}



/* SUB MENU LINK WIDTH */

#menunav li ul a {
	width: 160px;
}



/* FOR 3rd LEVEL MENU LOCATION */

#menunav li ul ul {
	margin: -21px 0px 0px 160px;
}





#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul
{ left: -999em; }

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul
{ left: auto; }







/* FOR 3rd LEVEL ARROW */

#menunav a.parent {
	background: url(images/arrow.gif) center right no-repeat;
}