* {
margin: 0px;
padding: 0px;
}

a {
border:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images02/bkgd02.jpg);
	background-repeat: repeat-x;
	background-color: #66999A;
}
#container {
	width: 56em;
	margin: 0 auto;
	text-align: left;
	background-image: url(images02/bkgd01.jpg);
	background-repeat: no-repeat;
}
#header {
	padding: 10px 0 0 10px;
	height: 150px;
} 
#header h1 {
	padding-top: 14px;
	text-align: left;
	font-family: "Copperplate Gothic Light", serif;
}
#nav {
	text-align: center;
	padding-bottom: 5px;
}
#header-right {
	font-size: 80%;
	text-align: center;
	float: right;
	width: 250px;
	line-height: 120%;
	padding-top: 12px;
}
#nav tr {
	height: 30px;
}
#nav td {
	font-size: 80%;
	text-align: center;
	width: 108px;
	vertical-align: middle;
	color: #FFFFFF;
}
#nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
	color: #A25354;
	text-decoration: none;
}

#nav a:hover {
	color: #A25354;
}
#mainContent  {
	padding: 10px 20px;
	background-color: #F3F8F8;
}
#mainContent img {
	margin-right: 10px;
}

#mainContent h1 {
	font-size: 100%;
	font-weight: bold;
	color: #A25354;
	padding: 6px 0 6px 0;
}
#mainContent h2 {
	font-size: 95%;
	color: #888439;
	padding-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {
	font-size: 96%;
	font-weight: bold;
	color: #AF455A;
	padding: 6px 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #C7C27A;
	margin-top: 8px;
}

#mainContent p {
	font-size: 90%;
	line-height: 1.3em;
}
#mainContent ul {
	line-height: 1.6em;
	list-style-type: none;
	padding-left: 10%;
}
#camps-list ul li {
	list-style-type: decimal;
	list-style-position: outside;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #A25354;
}
#footer  {
	background-color: #87B3B4;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.style1 {color: #66999A}

