BODY	{
	SCROLLBAR-BASE-COLOR: #000099;
	}



 /* LINK COLORS */

a:link		{ color: #000099; text-decoration: none; }

a:visited	{ color: #000099; text-decoration: none; }

a:active	{ color: #3366FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 12px verdana, arial, sans-serif }

.title		{ COLOR: #000099; FONT: 24px times new roman, times, serif; font-weight: bold }

.subtitle	{ COLOR: #262662; FONT: 14px times new roman, times, serif; font-weight: bold }


.subtitle2	{ COLOR: #262662; FONT: 14px times new roman, times, serif; font-weight: bold; font-style: italic}

.subtitle2a	{ COLOR: #ffffff; FONT: 14px times new roman, times, serif; font-weight: bold; font-style: italic}

.subtitle3	{ COLOR: #262662; FONT: 16px times new roman, times, serif; font-weight: bold }
 
.subtitle4	{ COLOR: #262662; FONT: 18px times new roman, times, serif; font-weight: bold }

.subtitle4a	{ COLOR: #ea58bb; FONT: 14px times new roman, times, serif; font-weight: bold }


.copyright	{ COLOR: #000033; FONT: 9px verdana, arial, sans-serif }

#date-location 	{ right: 5px; POSITION: absolute; TOP: 133px }

.date		{ color: #FFFFFF; font: 10px arial, verdana, sans-serif; font-weight: bold }

#small-logo 	{ POSITION: absolute; TOP: 0px; LEFT: 0px; }

.just 		{text-align: justify;}

.page-splits	{ COLOR: #CCCCCC; height: 1px; width: 100%; }

.form-margin	{ margin: 5px; }






 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







.shadeform	{ background-image: url('picts/shadeform.gif');
		text-align: left;
		WIDTH: 180PX;
		BORDER: 1px solid #000000; ; font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:arial, verdana, sans-serif }


.dropdown 	{ COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px verdana, arial, sans-serif }


.textarea	{ background-image: url('picts/shadeform.gif');
		text-align: left;
		WIDTH: 275PX;
		BORDER: 1px solid #000000; ; font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:arial, verdana, sans-serif }

.searchform 	{ WIDTH: 125PX;
		  HEIGHT: 20PX;
		  background-image: url('picts/shadeform.gif');
		  font-size: 11px;
		  BORDER: 1px solid #000000; }



.searchdrop 	{ WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, verdana, sans-serif }


.searchbutton 	{ font-size: 11px; }






 /* START CODE FOR THE GALLERY CART AND POPUPS */


.gallery-border		{ position: relative; LEFT: 0px; top: 0px; border: #000000 0px solid; }

.gallery-borderon	{ position: relative; LEFT: 3px; top: 3px; border: #FF0000 0px solid; }

.picturetitle 		{ COLOR: #262662; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #9999FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }




 /* START THE CODE FOR THE MENUS */


#menulocation 	{ LEFT: 0px; WIDTH: 150px; POSITION: absolute; TOP: 131px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 10pt;
		  height: 28px;
		  width: 150px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #ffffff 0px solid; }


a.menu:link 	{ color: #Ffd700;
		  background-color:#000099;
		  background-image: url('picts/menu.gif');
		  border-bottom: 1px solid #FFFFFF;
		  border-right: 1px solid #000099; }


a.menu:visited 	{ color: #fdf700;
		  background-color:#000099;
		  background-image: url('picts/menu.gif');
		  border-bottom: 1px solid #b48243; 
		  border-right: 1px solid #000099; }


a.menu:active 	{ background-color: #000099;
		  background-image: url('picts/menuon.gif');
		  color: #87CEEB; }


a.menu:hover 	{ background-color: #000099;
		 background-image: url('picts/menuon.gif');
		  color: #87CEEB; }




