@charset "utf-8";


a:link {	text-decoration:none; 
			color:#333333;
}

a:visited {	text-decoration:none; 
			color:#333333;
}

a:hover {	text-decoration:none; 
			color:#787878;
			border-bottom:1px #787878 dotted;
			border-top:1px #787878 dotted;
}

a:active { 	text-decoration:none;
			color:#787878;
			background-color: #FAFAFA;

}			
			
a {	display:block;

}

body {		background-image: url(back.gif);
			background-repeat: repeat-x;
			background-color:#E0EAF6;
			position:relative;
			top:0%;
			font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
}


div#main {
	position:relative;
	width:80%;
	margin: 0 auto;
	top:0%;
	background-color:#FFFFFF;
	border-top-color:#CCCC99; 
	border-top-width:10px;
	border-top-style:solid;
	
	border-right-color:#FFFFFF; 
	border-right-width:10px;
	border-right-style:solid;
	
	border-left-color:#FFFFFF; 
	border-left-width:10px;
	border-left-style:solid;
}

div#container { 
	position:relative;
	top:0%;
	background-color:#FFFFFF;
}


div#header {
	position:relative;
	top:0%;
	background-color:#FAFAFA;
	padding:4px;
}	

/*Previous header color- #F0FFF0 */
	

div#logo {
	position:relative;
	width:100%;
	float:left;
	clear:left;
	background-image: url(camp.jpg);
	background-position:center;
	height:300px;
}







div#menu {
	position:relative;
	width:22%;
	float:left;
	clear:left;
	margin-right:10px;
	text-align:right;
	background-color:#FFFFFF;
	
}	

div#content {
	position:relative;
	width:40%;
	float:left;
	margin-right:20px;
	text-align:justify;
	padding-left:5px;
	padding-right:10px;
	background-color:#FFFFFF;
	
}


div#othercontent {
	position:relative;
	width:55%;
	float:left;
	margin-right:20px;
	text-align:justify;
	padding-left:5px;
	padding-right:10px;
	background-color:#FFFFFF;
}


div#sidebar {
	position:relative;
	width:23%;
	float:left;
	margin-right:20px;
	padding-left:20px;
	padding-right:10px;
	
	border-top-color:#FFFFFF; 
	border-top-width:1px;
	border-top-style:solid;
	
	border-left-color:#CCCCCC;
	border-left-width:2px;
	border-left-style: solid;
	background-color:#FFFFFF;
}	

div#footer {
	position:relative;
	width:100%;
	clear:left;
	margin-top:20px;
	text-align:center;
	padding-bottom:20px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	background-color:#FFFFFF;
}	

p.menu {text-decoration:none;
}

p.block {text-indent:50px;
		text-align:justify;
}

ul {list-style-type:none;
}

h1 {color: black; font-size: 20pt;
}

h2 {color: black; font-size: 15pt;
}



table#menu {
	border-style: none;
	
}

table#menu td.link {
	background-color:#F2F2F2;
	text-decoration:none;
	text-align:right;
}

table#menu td.here {
	background-color:#FAFAFA;
	text-decoration:none;
	text-align:right;
}
	

table#calendar {
	border-style: none;	
	width:90%;
}

table#calendar td.day {
	background-color:#9C9C9C;	
	
}	

table#calendar td.time {
	background-color:#D3D3D3;		
	
}	

table#rates {
	border-collapse:collapse;	
	
}

table#rates td. {
	background-color: ;	
	
}

table#rates td.cost {
	background-color: ;	
	
}


table#banner {
	border-style:double;
	border-color:#CCCCFF;
	text-align:center;
	font-family:georgia;
	 
	
}


/*This is a comment*/
