BODY 	{
	scrollbar-base-color: #AEA69B;
	scrollbar-track-color: #BFBAB6;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	background-color: #D2D1CC;
	background-image: url("imagefiles/background2.jpg");
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	}




/* PAGE LINKS */

a:link		{ color: #660000; text-decoration: none; }

a:visited	{ color: #660000; text-decoration: none; }

a:active	{ color: #339900; text-decoration: none; }

a:hover		{ color: #CC6600; text-decoration: none; }




/* THE NEXT LINE IS THE MAIN PAGE FONT */

TABLE 		{ COLOR: #000000; FONT: 13px  verdana, sans-serif; font-weight: normal; }

.category   { color: #363938; font: 16px arial, letter-spacing: 0px; font-weight: bold; }

.title 		{ color: #000000; font: 16px arial, letter-spacing: 0px; font-weight: bold; }

.subtitle	{ color: #565958; font: 12px arial, letter-spacing: 0px; font-weight: bold; }

.just 		{ text-align: left; }





/* BORDER AND LINE CODE */

.page-splits	{ COLOR: #DDDCD6; height: 2px; BORDER-TOP: #A49C98 1px solid; width: 100%; }

.page-split2	{ COLOR: #DDDCD6; height: 2px; BORDER-TOP: #A49C98 1px solid; width: 50%; }

.borders	{ BORDER: #000000 1px solid; }





 /* SIDEBAR CODE */

.sidebar	{
		background-image: url("imagefiles/background-sidebar.jpg");
		width: 150px;
		border-right: #807A77 1px solid;
		}


.sidebar-line	{
		border-left: #FFFFFF 1px solid;
		}








 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}