body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	word-spacing: normal;
	scrollbar-base-color: tan; 
    scrollbar-arrow-color: white;
    scrollbar-DarkShadow-Color: black; 
}	

.smalltext{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	word-spacing: normal;
}	
.gallerytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	word-spacing: normal;
}
.galleryimagetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A:link {
	text-decoration: underline;
	font-size:12px;
	color:#7A664B;
	font-weight:bold;
}
A:visited {
	text-decoration: underline;
	font-size:12px;
	color:#7A664B;
	font-weight:bold;
}
A:active {
	text-decoration: underline;
	font-size:12px;
	color:#7A664B;
	font-weight:bold;
}
A:hover {
	text-decoration: underline;
	font-size:12px;
	color:#D4C09D;
	font-weight:bold;
}

.HeaderText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
}
.Headerunderline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	word-spacing: normal;
	text-decoration: underline;
	}
	
.subHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	word-spacing: normal;
	}	
	
.subHeadercenter{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
	}	
.small_text_grey{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
}		

.class1	A:link {
	text-decoration: underline;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.class1	A:visited {
	text-decoration: underline;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.class1	A:hover {
	text-decoration: underline;
	font-size:10px;
	color:#CCCCCC;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.class1	A:active {
	text-decoration: underline;
	font-size:10px;
	color:#999999;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#dropmenudiv{
	position:absolute;
	background-color: #D4C09D;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #B19C7F;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #D4C09B;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.photogallery{ /*CSS for TABLE containing a photo album*/
}
css

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
.Image_div{
	height: 416px;
	width: 300px;
	background-image: url(../images/sitelogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageborder{
	border: 1px solid #000000;
}
.stream {
	position: relative;
	height: 350px;
	line-height:130%;
	overflow: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 560px;
}
.stream_fade {
	position: relative;
	height: 40px;
	width:560px;
	margin-top: -41px;
	background-repeat: repeat-x;
}
.e-mail{
	height: 14px;
	width: 158px;
}
