html, body {
background-color: #bcbe9b;	
background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

#gallery {position:relative; width:686px; margin: 0px 40px 0px 40px auto; padding:10px; border:6px solid #fff; background:#ffffff}
#gallery2 {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #fff; background:#ffffff}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:672px; height:510px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:0px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:24px;
	font-weight:bold;
}

#top{
	background-image: url(images/top_bluepattern.jpg);
	background-repeat: repeat-x;
	height:105px;
	vertical-align: baseline;
	

}


#whitebar{
	height:25px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	background-color:#FFFFFF;
	margin-top:0px;
}



.masthead{
	background-image: url(images/masthead.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align: right;
	padding-bottom:8px;
	padding-right:10px;
	height:85px;
}


.whitemenu{
	font-family:Arial, Helvetica, sans-serif;
	color:#0099FF;
	font-size:11px;
	text-align:center;
	height:25px;
	
}

.whitemenu td{
	 
	text-align: center;
	
}


#contents {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	padding:0px;
}

#sidebarLeft {
	width:165px;
	height: 100%;
	display:block;
	float:left;
}

#sidebarRight {
	width:165px;
	height: 100%;
	display:block;
	float:left;
}

#mainMiddle {
	width:400px;
	height:100%;
	float:left;
}

.textcontentsClass{
padding:15px;
padding-top:0px;
padding-bottom:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

#textcontents{
padding:15px;
padding-top:0px;
padding-bottom:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

#textcontents2{
padding:20px;
padding-top:15px;
padding-bottom:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

#textcontentsHome{
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

.subhead {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:15px;
	font-style: italic;
}

.points {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:11px;
	font-weight: bold;
}


.bottominfo{
font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:11px;
	text-align:center;
}

.bottominfo2{
font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:14px;
	text-align:center;
}

.sideinfo{
font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:center;
}

#gallery img { border: 2px solid black;
margin: 5px;

}

.contentsLeft {
	width:305px;
	margin-left:5px;
	margin-right:0px;
	background:#ffffff;
	float:left;
	padding:5px;
	border:thin;
}

.contentsRight {
	width:305px;
	margin-left:0px;
	margin-right:5px;
	background:#ffffff;
	float:right;
	padding:5px;
	border:thin;
}

.contentsCenter {
	width:305px;
	margin-left:0px;
	margin-right:0px;
	background:#ffffff;
	padding:5px;
	border:thin;
}

.emphasis {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:11px;
	text-decoration:none;
	}
	

	
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:11px;
	text-decoration:none;
	}	

a:active {font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:11px;
	text-decoration:none;

}	

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-decoration:none;
	}

.clear {
clear:both;
}