BODY	{	background-color: #FFFFb9;	margin: 10;	padding: 0;	border: #CDD2D8 0px solid;	} /* PAGE LINK COLORS */a:link		{ color: #CC33CC; text-decoration: none; font-weight: bold }a:visited	{ color: #CC33CC; text-decoration: none; font-weight: bold }a:active	{ color: #CC33CC; text-decoration: none; font-weight: bold }a:hover		{ color: #620060; text-decoration: none; font-weight: bold } /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */TABLE		{ COLOR: #620060; FONT: 12px arial, verdana, sans-serif; }.title		{ COLOR: #CC33CC; FONT: 18px arial, verdana, sans-serif; font-weight: bold; }.title2		{ COLOR: #666666; FONT: 18px arial, verdana, sans-serif; font-weight: normal; }.subtitle	{ COLOR: #620060; FONT: 13px arial, verdana, sans-serif; font-weight: bold; }.smalltitle	{ COLOR: #707C85; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }.smallsub	{ COLOR: #620060; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }.smalltext	{ COLOR: #620060; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }.footer		{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }.hilite		{ COLOR: #006600; }.date-font 	{ color: #620060; font: 10px arial, verdana, sans-serif; font-weight: bold}.smallfont	{ COLOR: #666666; FONT: 9px arial, verdana, sans-serif; font-weight: bold; }  /* MISC CODE AND COLORS */.page-splits	{ COLOR: #620060; HEIGHT: 1px; WIDTH: 90%; }.nobreak	{ white-space:nowrap; }.just 		{ text-align: justify; } /* PAGE IMAGE BORDERS (GALLERY BORDERS BELOW) */.borders		{ border: #620060 1px solid; cursor:hand; } /* PICTURE GALLERY CODE */.Galborder	 	{ border: #620060 1px solid; cursor:hand; }	A:hover .Galborder,A:active .Galborder 	{ border: #620060 1px solid; cursor:hand; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; }.slideshow	{ FONT: 12px arial, verdana, sans-serif;		  font-weight: bold;		  color: #620060;		  background-color:#FFFFb9;		  cursor:hand;		  padding-left: 6px;		  padding-right: 6px;		  margin-top: 10px;		  margin-bottom: 3px;		  border: #620060 1px solid; }.slideshowon	{ FONT: 12px arial, verdana, sans-serif;		  font-weight: bold;		  color: #CC33CC;		  background-color:#FFFFb9;		  cursor:hand;		  padding-left: 6px;		  padding-right: 6px;		  margin-top: 10px;		  margin-bottom: 3px;		  border: #620060 1px solid; }.form-margin	{ margin: 0px; } /* HIDE MENU AND ITEMS FOR PRINTING */@media print {.printhide 	{display:none;}.printhelp	{ width:800px; }}@media screen{.printonly 	{ display:none }} /* START CODE FOR THE FORMS */.shadeform	{ FONT: 12px arial, verdana, sans-serif;		  COLOR: #620060;		  background-image: url("picts/shadeform.gif");		  margin-top:1px;		  BORDER: #620060 1px solid;		}.dropdown 	{ FONT: 11px arial, verdana, sans-serif;		  COLOR: #620060;		  margin-top:1px;		}.submit-button 	  {		  background-color:#FFFFb9;		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;		  font-size: 11px;		  font-weight: bold;		  color: #620060;		  text-align: center;		  cursor:hand;		  padding: 1px;		  BORDER: #620060 1px solid;		  }.submit-buttonon  {		  background-color:#FFFFb9;		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;		  font-size: 11px;		  font-weight: bold;		  color: #CC33CC;		  text-align: center;		  cursor:hand;		  padding: 1px;		  BORDER: #620060 1px solid;		  } /* MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS */.menutable 		{			background-image: url("picts/menu.gif");			background-color: #FFFFb9;			white-space: nowrap;			width:100%;			border-top: #620060 0px solid;			border-bottom: #620060 0px solid;			padding: 0px;			margin: 0px;			}/* CODE FOR MENU 2ND OUTER TABLE */#menunav, #menunav ul 	{			float: left;			white-space: nowrap;			width: 100%;			list-style: none;			padding: 0px;			border: solid #FFFFFF;			border-width: 0px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			margin: 0px 0px 0px 0px;			}/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */#menunav a 		{			color: #620060;			font: 12px arial, sans-serif;			font-weight: bold;			text-decoration: none;			text-align: center;			padding: 3px 5px 4px 5px;			width: auto;			display: block;			cursor: pointer;			}/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */#menunav li 		{			background-image: url("picts/menu.gif");			background-color: #313252;			border: solid #620060;			border-width: 0px 0px 0px 0px;	/* THIS IS A RIGHT BORDER */			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			float: left;			padding: 0;			}/* TOP LEVEL HOVER FONT COLOR */#menunav li a:hover	{			background-image: url("picts/menuon.gif");			color: #CC33CC;			border: solid #620060;			border-width: 0px 0px 0px 0px;			text-decoration: none;			cursor: pointer;			}/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */#menunav li:hover, #menunav li.IEMhover			{						background-color: #505071;			border: solid #313252;			border-width: 0px 0px 0px 0px;	/* THIS IS A RIGHT BORDER */			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB LEVEL FONT & FONT COLOR & PADDING */#menunav li ul a 	{			font: 11px verdana, arial, sans-serif;			background-image: url("picts/menu.gif");			color: #620060;			font-weight: normal;			text-decoration: none;			text-align: left;			padding: 4px 0px 4px 0px;			text-indent: 4px;			cursor: pointer;			}/* SUB LEVEL FONT HOVER COLOR */#menunav li ul a:hover 	{			background-image: url("picts/menuon.gif");			color: #CC33CC;			text-decoration: none;			cursor: pointer;			}/* SUB LEVEL OUTER BORDER */#menunav li ul 		{			position: absolute;			left: -999em;			height: auto;			width: 10px;			border: solid #620060;			border-width: 0px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			margin: 0;			}/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */#menunav li ul li 	{			background-image: none;			background-color: #313252;			border: solid #620060;			border-width: 0px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB LEVEL HOVER BACKGROUND AND BORDERS */#menunav li ul li:hover, #menunav li ul li.IEMhover			{			background-image: none;			background-color: #D2D2E1;			border: solid #C0C0C0;			border-width: 0px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */#menunav li li {	padding-left: 0px;	width: 110px;}/* SUB MENU LINK WIDTH */#menunav li ul a {	width: 110px;}/* FOR 3rd LEVEL MENU LOCATION */#menunav li ul ul {	margin: -21px 0px 0px 110px;}#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul{ left: -999em; }#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul{ left: auto; }/* FOR 3rd LEVEL ARROW */#menunav a.parent {	background: url(picts/menu-arrow.gif) center right no-repeat;} /* GALLERY NAV MENU */.menu-nav	{ font-family: verdana, arial, helvetica, sans-serif;		  font-size: 10px;		  font-weight: bold;		  text-align: center;		  letter-spacing: 0px;		  height: 19px;		  padding-top: 0px;		  padding-bottom: 0px;		  padding-left: 12px;		  padding-right: 12px;		  margin-left: 2px;		  margin-right: 1px;		  cursor:hand;		  line-height: 17px;		  display: block;		  white-space: nowrap;		  border: #620060 1px solid; }a.menu-nav:link 	{  background-color:#FFFFb9;		  	   color: #CC33CC;}a.menu-nav:visited 	{  background-color:#FFFFb9;		  	   color: #620060;}a.menu-nav:active 	{  background-color:#FFFFb9;		  	   color: #CC33CC;}a.menu-nav:hover 	{  background-color:#FFFFb9;		  	   color: #CC33CC;			   border: #620060 1px solid;			}
