BODY	{
	SCROLLBAR-BASE-COLOR: #225117;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}



 /* PAGE LINK COLORS */

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

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

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

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

.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }





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

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

.title		{ COLOR: #225A71; FONT: 15px verdana, arial, sans-serif; font-weight: bold; }

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

.phonetitle	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.copytext	{ COLOR: #999999; FONT: 10px verdana, arial, sans-serif; }

.page-splits	{ border: #225117 1px solid; background-color: #d9f6b6; color: #d9f6b6; height: 5px; width: 100%; }

.just 		{text-align: justify;}

.welcome	 	{ COLOR: #CC0000; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }




 
 /* HIDE MENU AND ITEMS FOR PRINTING */


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

 /* GALLERY HOVER MESSAGES */


.divstyle 	{ position:absolute;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		background-color: #FFFFE1;
		color:black;
		border: #000000 1px solid;
		width: 100px;
		padding: 2px;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }


.pstylebody 	{ position:absolute;
		background:white;
		color:black;
		font-family: arial, verdana, sans-serif;
		font-size: 11px; }





 /* START THE CODE FOR THE MENUS */


.menutrans 	{ filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }

#menulocation 	{
	LEFT: 171px;
	WIDTH: 154px;
	POSITION: absolute;
	TOP: 246px;
	padding:0px 0px;
	white-space: nowrap;
}


.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 8pt;
		  height: 28px;
		  width: 154px;
		  cursor:pointer;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 21pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


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


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


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


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