html {
	background-image: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, Garamond, serif;
	color: #000;
	background-color: #fff;
	margin: 10px;
	padding: 0px;
	background-image: none;
    font-size: 11pt;
	width: 99%;
}

h1, h2, table caption  {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    background: none;
    background-color: #fff;
    border-top: 3px solid #4c4c4c;
    border-bottom: 3px solid #4c4c4c;
    height: auto;
}

h1 {
   margin: 5px !important;
}

h3 {
	padding: 0px;
	margin: 0px;
} 

ol {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

cite, table td, table th, #website {
    font-size: 7pt;
}

cite {
    padding: 2px !important;
    margin: 0px !important;
}

p {
    padding: 2pt !important;
    margin: 0px !important;
}


a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}


/***************************************************************************************
 * brochureheader
 ***************************************************************************************/
#brochureheader {
    background: url('brochure-left.png') no-repeat top left #4C4C4C;
    height: 100px;
    width: 100%;
}

#brochureheader h1 {
   	padding: 0px;
   	background-color:  #4C4C4C;
   	color: #fff;
	font-size: 2.5em;
	padding-left: 160px;
	position: relative;
	left: 140px;
	top: 30px;
	display: inline;
}


/***************************************************************************************
 * springcamp
 ***************************************************************************************/

#springcamp {
	ddwidth: 790px; 
}

#springcamp h2  {
    margin: 0px;
    padding: 3px;
    background-color: #555;
}

#springcamp h2, #springcamp caption, #springcampform legend {
    color: #fff !important;
}

#springcamp table {
	border: none;
}

/***************************************************************************************
 * springschedule
 ***************************************************************************************/
#springschedule {
	ddwidth: 790px; 
}

#springschedule .eventlist caption {
	color: #fff !important;
    background-color: #555;
    font-size: 12px;
    border: none;
}

/***************************************************************************************
 * springcampform
 ***************************************************************************************/

#springcampform {
	width: 100% !important; 
	margin-top: 5px;
	border-top: 1 dashed #000;
}

#springcampform h2 {
    font-size: 10px;
    border: none;
}

#springcampform .notes {
	padding: 0px;
	margin: 0px 0px 0px 4em;
	font-size: .7em;
	font-style: italic;
	display: inline;
}


.nixhier {
	display: none !important; 
}

/***************************************************************************************
 * mainarea
 ***************************************************************************************/

#mainarea {
    float: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	background-color: white;
	ddwidth: 800px;
	width: 100%;
	position: static;
}


/***************************************************************************************
 * leftpane
 ***************************************************************************************/
.leftpane {
    width: 0%;
    display: none;
}

/***************************************************************************************
 * rightpane
 ***************************************************************************************/
.rightpane {
    width: 800px;
}


#leftnav {
	width: 0px
}

.header, .menu, .search, .powered_by, #leftnav, #footer , .noprint {
	display: none !important;
}

#contents {
    width: 100%;
}

.content {
	vertical-align: top;
}

.printonly {
    display: block;
}
