/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-align: left;
	
}

p {
	text-align: left;
	width: auto;
}
#menubackground {
	/*	float:left;*/
	width:100%;
	width: 750px;
	height: 25px;
	margin: 0 auto;
}
#menu {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11pt;
	font-weight:bold;
	line-height:normal;
}
#menu li {
	float:left;
	margin:0;
	padding:0;
	width:150px;
	height: 30px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	display:block;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	text-align: center;
	padding: 5px 0px; 
}
a.mainheaderlink {
	background:  url(../images/linkbgbrown1.jpg) no-repeat left top; }
a.endheaderlink {
	background:  url(../images/linkbgbrownend1.jpg) no-repeat left top; }
a.mainheaderlink:hover {
	background:  url(../images/linkbgbrown1_over.jpg) no-repeat left top; }
a.endheaderlink:hover {
	background:  url(../images/linkbgbrownend1_over.jpg) no-repeat left top; }

/* Header */
#headerimage {
	width: 750px;
	height: 175px;
	margin: 0 auto;
	background:  url(../images/header2.jpg) no-repeat center center;
	position: relative;
	margin-top: 10px;
}
#headertext {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 550px;
	margin: 0;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana;
}
#campchoices {
	width: 720;
	margin: 0 auto;
}
table {
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table.linktable {
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
p.heading1 {
	font-family: Centaur, Georgia, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16pt;
	color: #336633;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

p.heading2 {
	font-family: Georgia, Verdana;
	font-size: 14pt;
}
p.heading3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #996633;
	font-weight: bold;
}
p.heading4 {
	color: #336633;
	font-weight: bold;
}

p.heading5 {
	font-family: Centaur, Georgia, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16pt;
	color: #336633;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

p.leftalign {
	text-align: left;
}
p.centeralign {
	text-align: center;
}
p.justifyalign {
	text-align: justify;
}
a:link { 
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { 
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: #99CC66;
	text-decoration: underline;
}
a:active {
	color: #99CC66;
	font-weight: bold;
	text-decoration: underline;
	width: auto;
}
a.camplink {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.camplink:visited {
}
a.camplink:hover {
	text-decoration: underline;
}
a.camplink:active {
	text-decoration: underline;
}
tr.tinted {
	background-color: #FFFFCC;
}
.sidecolumn {
	margin-left: 5px;
	margin-right: 15px;
	text-align: left;
}
div.sidecolumn {
/*	margin-left: 5px;*/
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.paddedlist {
	list-style-type:  disc;
	text-align: left;
}
.paddedlist li {
	margin-top: 10px;
}
a.inline {
	font-weight: normal;
}
img.left {
	float: left;
	border: 1px solid #000000;
	margin: 0.3em 0.8em 0 0;
}
img.right {
	float: right;
	border: 1px solid #000000;
	margin: 0.3em 0 0 0.8em;
}
img.center {
	display: block;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
img {
	border-style: none;
}
.borders {
border-left: 1px solid #336633;
border-right: 1px solid #336633;
border-bottom: 1px solid #336633;
}

.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;

}

