.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #ffffff;
	margin-left: 210px;
	padding-left: 10px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #ffffff;
	text-align: center;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 8px;
	color: #442580;
	background-color: #ffffff;
	text-indent: 8px;
}
.picture {
	border: 5px solid #442580;
}
.bodycopy_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #ffffff;
	margin-left: 205px;
	padding-left: 10px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}
.footer_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #ffffff;
}
.menu_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #442580;
	background-color: #ffffff;
	text-indent: 8px;
}
.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #442580;
	background-color: #ffffff;
	text-indent: 0px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #442580;
	background-color: #ffffff;
	text-indent: 8px;
}
.bodycopyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #442580;
	background-color: #ffffff;
	margin-left: 205px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
}
.card {
	border-top: 0px solid #442580;
	border-right: 0px solid #442580;
	border-bottom: 0px solid #442580;
	border-left: 0px solid #442580;
	padding-right: 10px;
}
.cardcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #fff3bc;
	margin-left: 205px;
	padding-left: 10px;
	border-left-style: none;
}
.bodyborderleft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
}
.bodycopy_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #fff3bc;
	margin-left: 805px;
	padding-left: 10px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}
.bodycopy_noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #ffffff;
	margin-left: 210px;
	padding-left: 10px;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
.menu_no_background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 8px;
	color: #442580;
	background-color: #ffffff;
	text-indent: 8px;
}
.bodycopy_no_background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #555555;
	background-color: #fff;
	margin-left: 210px;
	padding-left: 10px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}
#navigation_white {
	width:200px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	background-color:#fff;
	float:left;
}
.footer_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #fff;
	text-align: center;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -25px;
top: -305px;
border: 1px solid 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;
top: -280px;
left: -220px; /*position where enlarged image should offset horizontally */

}

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

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

.thumbnail_horiz span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -125px;
top: -305px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_horiz span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_horiz:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -280px;
left: -220px; /*position where enlarged image should offset horizontally */

}
