body {
	background-color: #919191; /*4A4237;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}#logo {
	background-image: url(images/smallheader.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 700px;
}
#mainphoto {
	/*background-image: url(images/main_photo.jpg);*/
	height: 248px;
	width: 700px;
}

/* navigation menu NEW */
#menu
{ position:relative;
  height: 35px;
  width: 700px;
  margin-left: auto; 
  margin-right: auto;
  font-size:10px;
  background: url(images/menu.png);
}

#menu ul{margin: 0px auto;} 


#menu li
{ float: left; 
  height: 35px;
  display:inline;
  margin: 0px; 
  padding: 0px;
} 

#menu a
{ display: inline;
  float: left; 
  height: 20px;
  text-decoration: none;
  text-transform: uppercase; 
  padding: 12px 12px 3px 12px;
  color: #D1D3D7;
} 
/*#menu li a 
{ display: block;
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 12px 12px 12px 12px;
  text-transform: uppercase;
}?*/ 
/* unordered list */

/*ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 2px 0px; 
  padding: 0px;
}*/
/*rollover images for menu NEW
#links, #footer, #menu, #menu li 
{ background: url(images/menu.png);

  color: #D1D3D7;
  border-color: #D7D7D7;
} */


#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(images/menu_hover.png);
  color: #D1D3D7; /*#B30838;*/
} 
/* end menu rollover*/

#shadow {
	height: 17px;
	width: 700px;
	background-image: url(images/shadow2.jpg);
	background-repeat: no-repeat;
}
#col1 {
	float: left;
	width: 500px;
}
#col2 {
	float: left;
	width: 200px;
}
#col1content p {
	margin-bottom: 10px;
	color: #000000; /*#666666;*/
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	text-indent:0px;
}
#col1content {
	padding: 0px 15px 15px;
	font-size: 12px;
	line-height: 140%;
	
}
#footer {
	clear: both;
	height: 20px;
	width: 700px;
	background-image: url(images/footer.jpg);
}
#col2content {
	padding: 8px;
	text-align: center;
	color:#7a2640; /*#B30838;*/
}
#col2content p{
	font-size:14px;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #7a2640; /*#B30838;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.indent {
	font-size: 11px;
	color: #7a2640; /*#B30838;*/
	margin-left: 20px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight:normal;
}
h2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight:normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7a2640; /*#B30838;*/ /*Pantone 201, pond home's logo color*/
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight:normal;	
}
#footer p {
	color: #7a2640; /*#B30838;*/
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a:link {
	color:#7a2640; /*#B30838;*/
	text-decoration: none;
}
a:visited {
	color:#7a2640; /*#B30838;*/
	text-decoration: none;
}
a:hover {
	color:#7a2640; /*#B30838;*/
	text-decoration: underline;
}
a:active { color:#7a2640; /*#B30838;*/}

