/*style sheet for home page */

html, body { min-height:101%; margin-bottom:1px; }/*sets a min height so ghost scrollbar appears when needed */
.qua1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
}

body {
	margin:0; /*sets the body margins to zero */
	padding:0;/*zero off any padding */
	color:#CCFF33; /*sets the body bg image color to white, the url to the bg image and repeats the image on an x axis  */
	font-family: Verdana, Sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 135%;
	font-weight: normal;
	font-variant: normal;
	background-color: #fff;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-x;
	}

#page {
	width: 790px; /*sets the width */
	margin: 0 auto;/* centers the overall design, all design elements are placed within page div */
}

/*below is the div that hold the header image */
#header{
	background-repeat: no-repeat;
	width: 790px;
	height: 278px;
	background-image: url(../images/header.png);
} 
 
#caption p {
	color: #993300; /*sets font color */
	font-size: 18px; /*sets font size */
	width: 790px;
	font-family: "Times New Roman", Times, serif;
}

#caption {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #993300;
	margin: 0px;
	padding: 0px;
}


#right {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666600;
	width: 790px;
	left: 0px;
}
  
#right p {
  margin:0 0 0px; font-size: 80%;

}


/*below are the styles for index.html image links*/


	.gallery {
	list-style:none;
	padding: 0px;
	display: block;
	width: 790px; /*sets the width */
	left: 0px;
  }
  .gallery li, a{
	display: list-item;/*a little padding*/
	float: left;
	padding: 2px;
  }
  img{
	border:none; /*zeros borders from images*/
  }
  
  .qua1 {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color: #003366;
	font-style: normal;
}



/*footer styles*/


#footer {
	font-size:8pt;
	color:#000;
	background-color: #E2E2E2;
	background-image: url(../images/footer.png);
	height: 40px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#footer p {
	padding: 10px;
	color: #FFFFFF;
	width: 790px;
	left: 0px;
}

}

/*footer link styles*/
#footer a {
	color:#FFFFCC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
  color:#FEBD3D;
  }




/*below are heading styles*/



#subhead1 {
	font-size: 32pt;
	font-family: "Times New Roman", Times, serif;
	color: #669900;
	margin-top: 15px;
	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;
	padding: 0px;
}  

#text1 {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 15px;
}

h3 {
	font-size: 85%;
 