BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	background-color: #FFFFFF;

}




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			}

.outer-background	{
			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat-2;
			background-attachment: fixed;
			}



/* PAGE LINK COLORS */

a:link		{ color: #993300; text-decoration: none; }

a:visited	{ color: #993300; text-decoration: none; }

a:active	{ color: #993300; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }



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

TABLE		{ COLOR: #666666; FONT: 13px arial, geneva, verdana, sans-serif; }

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

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

.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }

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

.footer		{ COLOR: #FFFFFF; FONT: 12px arial, verdana, sans-serif; }

.hilite		{ COLOR: #006600; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }

.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: #000000 1px solid; }

.bannerborders		{
			border-top: #A1ACBA 1px solid;
			border-right: #A1ACBA 1px solid;
			border-bottom: #A1ACBA 1px solid;
			border-left: #A1ACBA 1px solid;
			}

.imagebackground	{ background-color: #FFFFFF; }





/* MISC CODE AND COLORS */

.splitlines	{
		border: #B7C0C1 1px solid;
		background-color: #FFFFFF;
		color: #FFFFFF; height: 5px;
		width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
		}

.nobreak	{ white-space:nowrap; }






/* SIDEBAR CODE */

fieldset.sidebar	{
			width: 152px;
			color: #666666;
			font: 12px arial, geneva, verdana, sans-serif;
			font-weight: normal;
			text-align:full;
			padding: 8px;
			}

fieldset.sidebar legend	{
			color: #993300;
			font: 13px arial, sans-serif;
			font-weight: bold;
			background-color: #FFFFFF;
			background-image: url("picts/sidebar_title.gif");
			border: #993300 2px 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 }
}





/* START CODE FOR THE FORMS */

.shadeform	{
		FONT: 12px arial, verdana, sans-serif;
		COLOR: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		margin-top:1px;
		BORDER: #000000 1px solid;
		}

.dropdown 	{
		FONT: 12px arial, verdana, sans-serif;
		COLOR: #000000;
		background-color: #FFFFFF;
		margin-top:1px;
		}

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


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





/* LINKS PAGE CODE */

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








/* START THE CODE FOR THE PAGE MENUS */

.menu-table 	{
		width: 700px;
		background-color:#F0F0F0;
		background-image: url("picts/menu-background.gif");
		border-top: #A1ACBA 0px solid;
		border-left: #A1ACBA 0px solid;
		border-right: #A1ACBA 1px solid;
		border-bottom: #A1ACBA 1px 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:#F0F0F0;
		border-right: #A1ACBA 1px solid;
		}


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



a.menu:link 	{
		color: #000000; decoration: none;
		}


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


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



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




