a:link {
	color: #583D1C;
	text-decoration: none;
}

a:visited {
	color: #583D1C;
	text-decoration: none;
}

a:hover {
	color: #F286AA;
	text-decoration: none;
}

body {
	background-color: #5A3D1C;
	margin-top: 10px;
}
.tollfree {
	font-family: Tahoma;
	font-weight: bold;
	color: #F286AA;
	text-align: right;
	margin: 1px;
}

.site {
	background-color: #FFFFFF;
}

.navmenu {
	font-family: Tahoma;
	vertical-align: top;
	color: #583D1C;
	font-size: 12px;
	text-align: left;
}

.display {
	font-family: Tahoma;
	vertical-align: top;
	color: #583D1C;
	text-align: left;
	font-size: 12px;
}

.main {
	border-width: 10px;
	border-style: solid;
	border-color: #7ECFD3;
}

.header {
	background-image: url(../images/pinkstripes.gif);
}

.footer {
	font-family: Tahoma;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
}

.footerweb {
	font-family:Tahoma;
	color: #A6C142;
	text-align: left;
	font-size: 9px;
}

.footerweb a:link {
	color: #A6C142;
}

.footerweb a:visited {
	color: #A6C142;
}

.footerweb a:active {
	color: #A6C142;
}

.footerweb a:hover {
	color: #F286AA;
}

/* BEGIN CSS IMAGE POPUP */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF7C7;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 on hover*/
visibility: visible;
bottom: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* END CSS IMAGE POPUP */

a.linkman:link {
	font-weight: bold;
	text-decoration: underline;
}

a.linkman:visited {
	font-weight: bold;
	text-decoration: underline;
}
