html {
	scrollbar-base-color: #9D3393;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #ffffff;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	line-height: 13px;
	}
	
	
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}


#centering {
	height: 600px;
	width: 780px;
	margin-top: -300px;
	margin-left: -390px;
	top: 50%;
	right: 50%;
	left: 50%;
	bottom: 50%;
	position: absolute;
	z-index: 5;
	}
	
.navigation {
	font-weight: bold;
	color: #FFFFFF;
}
.mainborder {
	border-right: 1px solid #9D3393;
	border-bottom: 1px solid #9D3393;
}
.background {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.btnav { background-color: #9D3393;
	font-weight: bold;
	color: #FFFFFF;
	} 
a.under:link {
	color: #FFF;
}
a.under:active {
	color: #FFF;
}
a.under:visited {
	color: #FFF;
}
a.under:hover {
	color: #9D3393;
}


a.white:link {
	color: #FFF;
}
a.white:active {
	color: #FFF;
}
a.white:visited {
	color: #FFF;
}
a.white:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}



.topnav {
	background-color: #D5D10E;
	font-weight: bold;
	color: #9D3393;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D10E;
	border-right-color: #D5D10E;
	border-left-color: #D5D10E;
}
.h2 {
	font-size: 9px;
}
.title {
	font-size: 11px;
	font-weight: bold;
	color: #9D3393;
}

.cards {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #9C3393;
	padding: 6px;
	background-color: #9C3393;
	display: block;
	text-align: center;
}

.smallprint {
	font-size: 9px;
}
#pics {
	overflow: auto;
	position: relative;
	z-index: 1;
	height: 450px;
	width: 330px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.title2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 7px;
}
#scroll {

	overflow: auto;
	position: relative;
	z-index: 1;
	height: 330px;
	width: 600px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9D3393;
}
.h1 {

	font-size: 10px;
}
.picleft {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.thumb-holder {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
	height: 150px;
}
.thumb1 {
	float: left;
	margin-right: 35px;
}

.thumb2 {
	float: left;
}

a.new-site {
	background-color: #D5D10D;
	color: #AC42A4;
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float:left;
} 	

a:hover.new-site {
	background-color: #AC42A4;
	color: #FFF;
	}