@charset "utf-8";
/*
#FFFF33 - Yellow
#4CCC14 - Green
#6E99SC - Green/Gray
#9173FF - Blue/Purple
#141ECC - Blue
*/
* {	margin: 0px;padding: 0px;}
a:link {color:#0099CC;text-decoration:none}
a:visited {color:#0099CC;text-decoration:none}
a:hover {text-decoration:underline;}
a.heading {color:inherit;}
p {	margin: 0 0.2em 0 0.2em; padding: .5em 0; }
ol {margin: 0.5em 0 0.5em 2em;}
ul.NoBullet {
	list-style:none;
	margin:1em 2em 1em 2em;
}
body {
	background-color: #B7E0FB;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	background-image: url(http://www.campwapo.net/images/flashBackground.png);
	background-repeat: repeat-x;
}
#CenterDiv {
	width:865px;
	padding:0;
	text-align:left;
	margin: 0 auto;
	background:#FFF;
	background:url(http://www.campwapo.net/wapo/images/Background-Plain-Texture.gif);
	border:medium solid #000000;
}
#header { width:100%; }
#MainBody {
	width:100%;
	overflow:auto;
}
#HomeColumnWrapper {width:560px;float: left;}
#Homecontent {width:390px;float: right;padding: 0.5em 0.5em 1em 0.5em;}
#HomeSideContent {width:290px;float:right;padding: 0.5em 0.2em 1em 0.2em;border-left:solid 2px #000;}
#ColumnWrapper {
	width: 656px;
	float: left;
}
#PicHolder {
	padding:0.1em;
	width:216px;
	border:#333 solid 2px;
	float:right;
	margin:0.5em 0 0.5em 0.5em;
}
#content {
	width: 490px;
	float: right;
	padding: 0.5em 0.5em 1em 0.5em;

}
#navigation {
	width:150px;
	float:left;
	margin:0;
	padding:0;
	background:url(http://www.campwapo.net/wcb/images/wildernessNavBAck.jpg) bottom left no-repeat;
}
#SideContent {
	width:182px;
	float:right;
	padding: 0.5em 0.2em 1em 0.2em;
	border-left:solid 2px #000;
}
#footer {
	width:100%;
	text-align:center;
	border-top: solid 1px #000;
	padding:1em 0 0 0;
}
h1 {
	font-size: 28px;
	color: #000;
	margin:0.2em auto 0.5em auto;
}
h2 {
	font-size: 24px;
	color:#993300;
	margin:0.2em auto;
	text-decoration:underline;
}
h3 {
	font-size: 22px;
	color:#6E995C;
	margin:0.2em auto;
}
h4 {
	font-size: 18px;
	color: #9173FF;
	margin:0.2em auto;
}
h5 {
	font-size: 15px;
	color: 6E995C;
	margin:0.2em auto;
}
h6 {
	font-size: 13px;
	color: #000;
	margin:0.2em auto;
}
img {
	border:none;
}
br.clear {
	clear:both;
}
.picContainer {
	border:1px solid #333333;
	margin:0.8em 0 0.8em 0.8em;
	padding:0.2em;
	font-size:10px;
}
ul.PageEdit, ul.general {
	margin:0.5em 1.5em;
}
/* --- these styles use attributre selectors and the focus pseudo-class selector to style fomr elements in DOM compliant browsers. Other browsers, such as IE6 will ignore these styles and render the default*/
#formContent {
	width: 650px;
}
fieldset[id=personalInfo]{
	background: #EBEBD6;
	border: 3px ridge #000;
	}
fieldset[id=workInfo]{
	background: #D5F1FF;
	border: 3px ridge #000;
	}
fieldset[id=mailings]{
	background: #FFDDDD;
	border: 3px ridge #000;
	}
legend[class=perLegend]{
	background: #EBEBD6;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;
	}
legend[class=workLegend]{
	background: #D5F1FF;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;
	}
legend[class=mailings]{
	background:#FFDDDD;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;
	}