BODY	{
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	background-color: #993021;
	}


a:link		{ color: #0066ff; text-decoration: none; }
a:visited	{ color: #003399; text-decoration: none; }
a:active	{ color: #a8e7e3; text-decoration: none; }
a:hover		{ color: #ffe783; text-decoration: none; }


TABLE		{ COLOR: #F0F0F0; FONT: 14px arial, geneva, verdana, sans-serif; font-weight: normal; }

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

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }
.title3		{ COLOR: #cccccc; FONT: 14px arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #999999; FONT: 14px arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #C0C0C0; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }
.footer2	{ COLOR: #C0C0C0; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }
.hilite		{ COLOR: #FFCC33; }


.pageheight	{ height: 700px; }

.pagewidth	{ width: 700px; }

#headerlayer	{
		position: relative;
		left: 0px;
		top: 100px;
		margin-top: -100px;
		z-index:3;
		width: 752px;
		text-align: center;
		border:#000000 0px solid;
		}


/* IMAGE BORDERS AND IMAGE BACKGROUNDS */

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

.imagebackground	{ background-color: #993021; }

.img		{margin-bottom: 2em;}
/* MISC CODE AND COLORS */

.splitlines	{ COLOR: #474B49; HEIGHT: 1px; WIDTH: 100%; }


.nobreak	{ white-space:nowrap; }


/* SIDEBAR CODE */

fieldset.sidebar	{
			width: 152px;
			color: #C0C0C0;
			font: 11px arial, geneva, verdana, sans-serif;
			font-weight: bold;
			text-align:left;
			padding: 8px;
			border: #993021 1px solid;
			}

fieldset.sidebar legend	{
			color: #FFFFFF;
			font: 13px arial, sans-serif;
			font-weight: bold;
			background-color: #333333;
			background-image: url("picts/sidebar_title.gif");
			border: #666666 1px solid;
			padding: 1px 5px 2px 5px;
			margin-top: 6px;
			margin-bottom: 6px;
			}


/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide {display:none;}
}
@media screen{
.printonly { display:none }
}



.button 	{
		background-color:#333333;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 3px 5px 3px 5px;
		BORDER: #000000 1px solid;
		}


.buttonon 	{
		background-color:#555555;
		background-image: url("picts/buttonon.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding: 3px 5px 3px 5px;
		BORDER: #333333 1px solid;
		}



/* START THE CODE FOR THE PAGE MENUS */

.menu-table 	{
		width: 752px;
		background-color:#333333;
		background-image: url("picts/menu-background.gif");
		border-top: #999999 0px solid;
		border-left: #999999 0px solid;
		border-right: #000000 1px solid;
		border-bottom: #000000 0px solid;
		}


.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		padding-top: 7px;
		padding-bottom: 8px;
		padding-left: 20px;
		padding-right: 20px;
		cursor: pointer;
		display: block;
		white-space: nowrap;
		background-image: url("picts/menu.gif");
		background-color:#393939;
		border-right: #000000 1px solid;
		}


.firstmenu	{
		border-left: #000000 1px solid;
		}



a.menu:link 	{
		color: #FFFFFF;
		}


a.menu:visited 	{
		color: #FFFFFF;
		}


a.menu:active 	{
		color: #FFFFFF;
		}



a.menu:hover 	{
		background-image: url("picts/menuon.gif");
		background-color:#993021;
		color: #FFFFFF;
		}





