@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {width: 780px;  background: #FFFFFF; margin: 0 auto; border: 1px solid #000000; text-align: left; }
.oneColFixCtrHdr #header {background: #DDDDDD; padding: 0; height: 85px; border-bottom: 1px solid #000; }
.oneColFixCtrHdr #header img#campambg { margin:0; padding:0; position:absolute; width:780px; height:125px; top: -3px; z-index:100; }
.oneColFixCtrHdr #header img#campamtext {margin:0; padding:12px 0 12px 10px; position:absolute;  height:125px; z-index:1000; top:-5px; width:300px; height: 90px;}

.oneColFixCtrHdr div#breadcrumbs { position: relative; top: 3px; left: 5px; font-size:12px; margin-left:-14px; padding:0; }


.oneColFixCtrHdr #mainContent {	padding: 40px 20px 0 20px; background: #FFFFFF; margin-bottom:22px;}
.oneColFixCtrHdr #mainContent form{	width: 450px; margin: 5px auto 20px auto;}
.oneColFixCtrHdr #mainContent form table{	width: 450px;}


.oneColFixCtrHdr #mainContent h1{ margin:0;	padding: 18px 0 5px 0; font-size:26px;}
.oneColFixCtrHdr #mainContent h2{ margin:0;	padding: 10px 0 5px 14px; font-size:20px;}
.oneColFixCtrHdr #mainContent h3{ margin:0;	padding: 10px 0 5px 20px; font-size:18px;}

.oneColFixCtrHdr #mainContent p{ margin:0;	padding: 10px 0 5px 24px; font-size:12px;}



div#CaMPAMDiv{padding:18px 0 0 42%; }
img#CaMPAMLogo{ height:90px; width:90px; }


.oneColFixCtrHdr #footer {padding: 0 10px; 	background:#DDDDDD;}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

