#box {

	width: 150px;
	height: 100%;
	background-image: url(images/boxi.jpg);
	padding: 10px;
	padding-top: 17px;
	border-left: 1px solid black;
	
	}

#boxi {

	width: 130px;
	height: 40px;
	background-color: white;
	border: 1px solid black;
	font-family: arial;
	font-size: 12px;
	
	
	}

#head1 {

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px;
	background-color: CC6600;
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
	
#head2 {

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 2px;
	background-color: 336699;
	width: 100%;
	border: 1px solid black;
	
	}
		
#diving {

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px;
	background-image: url(images/diving.jpg);
	width: 100%;
	border-bottom: 1px solid black;
	}	

#hiking {

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px;
	background-image: url(images/hiking.jpg);
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
	
#climbing {

	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding: 5px;
	background-image: url(images/climbing.jpg);
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}	
	
#main {

	font-family: arial;
	font-size: 12px;
	color: black;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	overflow-y: auto;
	width:100%;
	height:90%;
	
	}
	
#nav {

	padding: 2px;
	font-family: arial;
	font-size: 11px;
	padding-left: 4px;
	
	}	
	
A.nav:link {
	font-family: arial;
	font-size: 11px;
	color: black;
	text-decoration: none
}
A.nav:visited {
	font-family: arial;
	font-size: 11px;
	color: black;
	text-decoration: none
}
A.nav:active {
	font-family: arial;
	font-size: 11px;
	color: black;
	text-decoration: none
}
A.nav:hover {
	font-family: arial;
	font-size: 11px;
	color: 990000;
	text-decoration: underline
	}
	
#secnav {

	width: 100%;
	height: 10px;
	padding:2px;
	font-family: arial;
	font-size: 10px;
	background-color: FFFFCC;
	text-align: right;
	}
	
A.nav1:link {
	font-family: arial;
	font-size: 13px;
	color: black;
	text-decoration: none
}
A.nav1:visited {
	font-family: arial;
	font-size: 13px;
	color: black;
	text-decoration: none
}
A.nav1:active {
	font-family: arial;
	font-size: 13px;
	color: black;
	text-decoration: none
}
A.nav1:hover {
	font-family: arial;
	font-size: 13px;
	color: 990000;
	text-decoration: underline
	}
	
table {
	font-size: 12px;
	}
	
input.txt {
	border-bottom-color: black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : black;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : black;
	border-top-style : solid;
	border-top-width : 1px;
	background-color : white;
	font-family:tahoma,arial,verdana;
	color:Black;
	font-size:8pt;
}

input.Submit {
	border-bottom-color: white;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : white;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : white;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : white;
	border-top-style : solid;
	border-top-width : 1px;
	background-color : #333366;
	font-family:tahoma,arial,verdana;
	color:white;
	font-size:8pt;
	font-weight:bold;
}

textarea {
	border-bottom-color: black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : black;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : black;
	border-top-style : solid;
	border-top-width : 1px;
	background-color : white;
	font-family:tahoma,arial,verdana;
	color:#000000;
	font-size:8pt;
	text-decoration:none;
}

.list {

	padding: 7px;
	}
	
/* ----------------------------------------------------- */
body {
scrollbar-highlight-color:white;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-darkshadow-color:#003366;
scrollbar-shadow-color:white;
scrollbar-arrow-color:#003366;
scrollbar-track-color:#336699;
scrollbar-face-color: white;
}
/* ----------------------------------------------------- */	
		