BODY	{
	scrollbar-base-color: #660000;
	scrollbar-track-color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #999999 0px solid;
	}
	
/* PAGE LINK CODE */

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

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

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

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


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

TABLE 		{ COLOR: #000000; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }

.title 		{ COLOR: #996600; FONT: 20px arial, verdana, sans-serif; font-weight: normal; }

.mainbody	{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: italic; }

.phonetitle 	{ color: #7E6C4E; font: 17px arial, verdana, sans-serif; font-weight: bold; }

.footer		{ COLOR: #999999; FONT: 8px arial, verdana, sans-serif; font-weight: normal; }

.copyright		{ COLOR: #999999; FONT: 8px arial, verdana, sans-serif; font-weight: normal; }

.list 		{ COLOR: #996600; FONT: 13px arial, verdana, sans-serif; font-weight: normal; }

.just 			{ text-align: justify; }

/* NON-GALLERY IMAGE BORDERS */

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

/* BACKGROUND CODE */

.background-main 	{
		background-image: url("picts/background.jpg");
		background-repeat: no-repeat;
		background-position: 0px 100px;
		}

.background-home 	{
		background-image: url("picts/background-home.jpg");
		background-repeat: no-repeat;
		background-position: 0px 70px;
		}


/* BAR UNDER LOGO  */

.headerbar	{
		height: 11px;
		border-top: #4F331D 1px solid;
		border-bottom: #4F331D 1px solid;
		background-color:#A27E44;
		background-image: url("picts/split-bar.jpg");
		background-repeat: repeat-x;
		}


/* PAGE SPLIT BARS */

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

/* LEFT SIDEBAR AREA BORDERS, CODE AND COLORS */


.sidebarwidth	{ width: 175px; }


fieldset 	{
		COLOR: #000000;
		FONT: normal 11px arial, verdana, sans-serif;
		border: 1px solid #846852;
		-moz-border-radius: 5px;
		padding-top: 0px;
		padding-bottom: 10px;
		padding-left: 8px;
		padding-right: 8px;
		width: 127px;
		text-align: left;
		}

fieldset legend {
		COLOR: #846852;
		FONT: bold 12px arial, verdana, sans-serif;
		border: 1px solid #846852;
		margin-bottom: 6px;
		padding: 2px;
		padding-left: 5px;
		padding-right: 5px;
		}

/* HOMEPAGE CODE */

.hometable	{
		BORDER-TOP: #4F331D 1px solid;
		BORDER-BOTTOM: #4F331D 1px solid;
		margin-top: 8px;
		margin-bottom: 8px;
		}


/* HOMEPAGE LINK AREA BORDER CODE */

.bordertables	{
		BORDER-TOP: #4F331D 1px solid;
		BORDER-BOTTOM: #4F331D 0px solid;
		height: 45px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.homelinks		{
			font-family: arial, verdana, helvetica, sans-serif;
		  	font-size: 10px;
		  	font-weight: normal;
			letter-spacing: 3px;
			padding-left: 15px;
			padding-right: 15px;
			}

a.homelinks:link		{ color: #523B2C; text-decoration: none; }

a.homelinks:visited		{ color: #523B2C; text-decoration: none; }

a.homelinks:active		{ color: #523B2C; text-decoration: none; }

a.homelinks:hover		{ color: #339900; text-decoration: none; }

/* START THE CODE FOR THE MENUS */

.menubackground	{
		background-color: #000000;
		border-top: #666666 0px solid;
		border-bottom: #000000 1px solid;
		padding-top: 8px;
		padding-bottom: 8px;
		}

.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 12px;
		  font-weight: bold;
		  letter-spacing: 1px;
		  padding-top: 2px;
		  padding-bottom: 3px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-right: 5px;
		  cursor:pointer;
		  text-align: center;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  border: #797986 1px solid;
		  }


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


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


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


a.menu:hover 	{ background-color:#A27E44;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF;
		  border: #CCA459 1px solid; }

