body,td  {
	font-family : "trebuchet MS";
	color : #58595b;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;



}




.formtool  {
	font-size   : 12px;
	font-weight : normal;
	font-style  : normal;
	color       : #000000;
	line-height : 16px;
	font-family : Arial,Helvetica,sans-serif;
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-COLOR: #999999
}

H1  {
	font-family : Arial, Helvetica, sans-serif;
	color :#666666;
	font-size : 18px;
	font-weight: normal;
	background: repeat-x 100%;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #8e0041;
	border-bottom-width: thick;



	
}

H2  {
	font-family : Georgia, "Times New Roman", Times, serif;
	color :#005C51;
	font-size : 18px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;



	
}




a {
color : #cc6666;
text-decoration:underline;
text-align: left;

}


hr {height:0px;border: 0px solid #c0c0c0;border-top-width:1px;

}


.introtext {
	font-weight: normal;
	color: #CC6666;
	text-align: left;


}


.quote {
	font-weight: normal;
	color: #E69966;
	text-align: left;
	font-family: "trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;



}


.quotegrey {
	font-weight: normal;
	color: #999999;
	text-align: left;
	font-family: "trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;



}




.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: #eeeeee;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 10px;
left: -1000px;
border: 1px solid #eeeeee;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 430px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


