@charset "UTF-8";
* {
}


BODY	{
	margin: 0;
	padding: 0;
	border: #FFFFFF 0px solid;
	}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 700px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}



#wrapper #frontpage {
	background-color: #FFFFFF;
	background-image: url(../images/homepage.jpg);
	height: 637px;
	width: 441px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}



#wrapper #doublepage {
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/openbookbackjpg.jpg);
	background-repeat: no-repeat;
}





#wrapper #mainpageimage {
	background-image: url(../images/openbook2.jpg);
	height: 607px;
	width: 820px;
}
.indextext {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
}
.indextext2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight:bold;
	font-style: italic;
	line-height: normal;
}
.indextitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}



 /* PAGE LINK COLORS */

a:link		{
	color: #FF0000;
	text-decoration: none;
}
#wrapper #frontpage	{ color: #3366FF; text-decoration: none; }

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

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


a img {border: none; }


 /* PICTURE GALLERY CODE */

.Galborder	 	{
	cursor:pointer;
	height: 80px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}	

.Galborder a:link {color: white;}
.Galborder a:visited {color: white;}
.Galborder a:hover {color: white;}
.Galborder a:active {color: white;}



.slideshow	{ FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #3366FF;
		  background-color:#FFFFFF;
		  cursor:pointer;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #000000 1px solid; }



.slideshowon	{ FONT: 12px arial, verdana, sans-serif;
		  font-weight: bold;
		  color: #FFFFFF;
		  background-color:#3366FF;
		  cursor:pointer;
		  padding-left: 6px;
		  padding-right: 6px;
		  margin-top: 10px;
		  margin-bottom: 3px;
		  border: #000000 1px solid; }



.form-margin	{ margin: 0px; }






 /* HIDE MENU AND ITEMS FOR PRINTING */


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





 /* START CODE FOR THE FORMS */


.shadeform	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  background-image: url("picts/shadeform.gif");
		  margin-top:1px;
		  BORDER: #000000 1px solid;
		}


.dropdown 	{ FONT: 12px arial, verdana, sans-serif;
		  COLOR: #000000;
		  margin-top:1px;
		}


.submit-button 	  {
		  background-color:#F0F0F0;
		  background-image: url("picts/button.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #000000;
		  text-align: center;
		  cursor:pointer;
		  padding: 2px;
		  BORDER: #C0C0C0 1px solid;
		  }


.submit-buttonon  {
		  background-color:#F0F0F0;
		  background-image: url("picts/buttonon.gif");
		  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		  font-size: 11px;
		  font-weight: bold;
		  color: #3366FF;
		  text-align: center;
		  cursor:pointer;
		  padding: 2px;
		  BORDER: #3366FF 1px solid;
		  }






