/* High Adventure Stylesheet */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 100%;
	margin:0 auto;
	width: 760px;
	background: #FFFFDD /*url(/images/pagebg.gif) repeat*/;
	}

#header { 
	background: url(/images/banners/banner1a.jpg) no-repeat;
	width: 760px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#content { 
	width: 760px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align: left;
	background-color: #FFF; 
}

#footer {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}


p {  
	font-size: 80%; 
	color: #666666; 
	padding: 0 12px;
	margin: 12px 0;
	}
	
h1 {  
	font-size: 180%; 
	color: #FFFFCC;  
	/*text-transform: capitalize;*/
	letter-spacing: .1em;
	line-height: 30px;
	padding: 0 12px;
	}

h2, h3, h4 { 
	color: #2B89CB;
	padding: 0 12px; 
	margin: 0;
	}
		
h2 { font-size: 135%; margin-top: 10px; margin-bottom: 12px; }
h3 { font-size: 100%; margin: 0 0 -8px 0; }	
h4 { font-size: 80%; color: #666666; }
	
.small { font-size: 8pt; color: #9999FF; letter-spacing: 0.1ex; padding-top: 0px; margin-top: 2px ; font-variant: normal}
.background {  background-color: #9999FF; color: #FFFFFF}

/*a.body:link { color: #666666; text-decoration: none;}
a.body:visited { color: #666666; text-decoration: none;}
a.body:hover { color: #666666; text-decoration: underline;}*/

/*.main_table {  border: #FFFFFF; border-style: solid; border-top-width: 10px; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; background-color: #FFFFFF}*/
a.catnet:link {  color: #666666; text-decoration: none; text-align: right}
a.catnet:visited { color: #666666; text-decoration: none ; text-align: right}
a.catnet:hover { color: #0066FF; text-decoration: none ; text-align: right}
.tables {  background-color: #FFFFFF}
li { font-size: 80%; color: #666666; padding-top: 0px; margin-top: 2px }
.slides {margin-top: 10px; text-align: center}
a.slidelink {color: #9999FF; text-decoration: none; }

.name {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: lighter; font-variant: small-caps; letter-spacing: 0.5em; color: #9999FF; word-spacing: 0.6em; margin-bottom: 0px; padding-top: 5px}
.name_sm { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: lighter; font-variant: small-caps; color: #FF0000}
.underline {  border-color: black black #9999FF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}

#gallery_left{
	width: 47%;
	height: 110px;
	padding-right: 3%;
	float: left;	
}
#gallery_right{
	width: 50%;
	height: 110px;
	float: right;	
}
.img {float: left;
margin: 5px 10px;
}