/* some styling for just the front page. This *could* be in a separate stylesheet */
#splashpage {
  font: normal normal 12px/14px verdana,arial,helvetica,sans serif;
  color: #fffdca;
}
#splashpage h1 {
  font-size: 16px;
  color: #fffdca;
}
#splashpage h2 {
  font-size: 13px;
  font-weight: bold;
  color: #fffdca;
  margin-top: 0px;
}
#splashpage p, #splashpage a {
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 12px;
  color: #fffefa;
}
#splashpage a:link { color: #fffdca; text-decoration: underline; }
#splashpage a:visited { color: #fffdca; }
#splashpage a:active { color: #ff0000; }
#splashpage a:hover { color: #ffffff; }

.splashlink {
  font: bold normal 14px/16px verdana,arial,helvetica,sans serif;
  font-weight: bold;
/*  color: #ffffff;  /* #fffdca; /**/
  text-decoration: underline;
}
.splashlink:link { color: #fffdca; }
.splashlink:visited { color: #fffdca; }
.splashlink:active {color: #ff0000; }
.splashlink:hover { color: #ffffff; text-decoration: underline; }

.frontleft {
	background-image: url(images/bg-front-left.jpg);
}
.frontright {
  background-image: url(images/bg-front-right1.jpg);
}

.frontright2 {
  background-image: url(images/bg-front-right1.jpg);
  background-repeat : repeat-y;
  background-position : top right;
  background-color : #847d47;
}

/* this sets general text and link styles for the light background area
   outside of the main content area */
#foottext {
	font: normal normal 10px verdana,arial,helvetica,sans serif;
	color: #544d31;
}
#foottext a {
  color: #847d47;	
  text-decoration: underline;
}
#foottext a:link { color: #847d47;}
#foottext a:visited  { color: #847d47;}
#foottext a:active { color: #ff0000;}
#foottext a:hover { color: #fffdca; text-decoration: underline;}

