/* Specify blanket rules for all elements */
	
 body{
	font-family: Arial,sans-serif;
	line-height: normal;
	margin: 50px;
	padding: 5px;
}
.feature{
	padding: 20px 20px 20px 20px;
	background-color:#cccccc;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
	color: #334d55;
}
#masthead{
	top: 0px;
	left: 0%;
	right: 0%;
	width:799px;
	background-image: url(images/headerblue.png);
	background-position: top;
	background-repeat: no-repeat;
	visibility: inherit;
	background-attachment: inherit;
	height:133;
}

body {
	background-color: #FFFFFF;
}


/* Rules for headings */ 
  h1 { 
    font-size:150%; 
    } 
h2 { 
  font-size:140%; 
  } 
h3 { 
  font-size:120%; 
  }
   
/* Default paragraph styles */

#content{
	
	padding: 40px 40px 40px 40px;
	margin:  15px 15px 15px 15px;
	background-color: #cccccc;
	border-style:ridge;
	border-width:5px;
	width: 800px;
}

/************** text styles ******************/
.style1 {
font-size: 12px
}
.style2 {
	font-size: 36px;
	font-style: italic;
	color: #334d55;
}
.style6 {
	font-size: 10px;
	font-style: italic;
	color: #e20002;
}
.style7 {
	font-size: 20px;
	font-style: italic;
	color: #334d55;
}
.style8
 {color: #e20002;
 font-size: 10px;
}
.style9
 {font-style: none;
  font-size: 10px;
 }

 
/************** siteInfo styles ****************/

#siteInfo{
top: 0px;
	left: 0%;
	right: 0%;
	width:799px;
	clear: both;
	border-bottom: 2px solid #e20002;
	background-image: url(images/copy10.png);
	background-position: top;
	background-repeat: no-repeat;
	visibility: inherit;
	background-attachment: inherit;
	height:100;
}

/************** photo gallaries ***************/

#slideshow {
	padding: 10px 10px 10px 10px;
	float: center;
}

#imgText {
	padding: 10px 10px 10px 10px;
	float: center;
	width: 400px;
	height: 150px;
	border-color: e20002;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

/*************** Drop Shadow *****************/

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#cccccc; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:800px;} /* change to suit */
h4 {font-weight:bold; color:#000;}


 
