BODY	{
	scrollbar-base-color: #BBAFA3;
	scrollbar-track-color: #E8E8E8;
	backgroUnd-color: #FFFFFF;
	
	
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}









/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #660000; text-decoration: none; }

a:hover				{ color: #CCCCCC; text-decoration: underline; }









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

TABLE		{ COLOR: #333333; FONT: 13px century gothic, arial, sans-serif; font-weight: normal; }

.title		{ COLOR: #660000; FONT: 18px century gothic, verdana, arial, helvetica, sans-serif; letter-spacing: 0px; font-weight: normal; }

.subtitle	{ COLOR: #333333; FONT: 12px century gothic, arial,verdena, sans-serif; font-weight: bold; }

.footer		{ COLOR: #666666; FONT: 10px century gothic, arial, verdana, sans-serif; }

.smalltext	{ COLOR: #333333; FONT: 11px century gothic, verdana, arial, sans-serif; font-weight: normal; }

.formmargin	{ margin: 0px; }

.just 		{ text-align: justify; }



/* RIGHT SIDEBAR OPTIONS */

.sidebartext		{ COLOR: #B6B0B5; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }







/* CONTACT INFO */

.phonetitle	{ COLOR: #666666; FONT: 16px century gothic, arial, sans-serif; font-weight: bold; }

#printcontact	{
		z-Index:0;
		visibility: visible;
		position: absolute;
		right: 10px;
		top: 120px;
		width: 225px;
		border: #C0C0C0 0px solid;
		}





/* PAGE WHITESPACE AND WIDTHS also edit the the pageheight.js */

.leftmargin	{ width: 30px; }

.rightmargin	{ width: 20px; }

.pagewidth	{ width: 650px; }

.pageheight	{ height: 600px; }









/* HEADER BACKGROUND COLOR */

.header		{ background-color: #FFFFFF; }








/* SEPARATORS ON PRESS PAGE */

.page-splits		{
			height: 1px;
			width: 100%;
			margin-top: 2px;
			margin-bottom: 2px;
			border: #FFFFFF 0px solid;
			background-color: #CCCCCC;
			color: #CCCCCC;
			}







/* IMAGE TABLE AND COLOR BARS */






/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}











/* CONTACT FORM */



.textarea	{
		color: #666666;
		FONT: 13px arial, verdana, sans-serif;
		background-color: #968E94;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250px;
		HEIGHT: 150px;
		BORDER: #000000 1px solid;
		}




/* START THE CODE FOR THE MENUS */

.menutable	{ padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; }

.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding-right: 2px;
		padding-left: 2px;
		}


a.menu:link     { color: #C75600; }
a.menu:visited  { color: #C75600; }
a.menu:active   { color: #C75600; }
a.menu:hover    { color: #666666; text-decoration: none; }




