body {
  	font-size: 100%;
	color: #000000;
	background-color: inherit;
}

/* SPECIAL PAGE DIVISION STYLES */

#header {
	display: none;
}

#content {
	display: block;
}

#footer {
	display: none;
}

#printHeader {
  	text-align: center;
	display: block;
}

#topmenu {
	display: none;
} 

#bottommenu {
	display: none;
} 

#innerpage {
	display: block;
	width: 100%;
}

/* END SPECIAL PAGE DIVISION STYLES */

.innerborder {
	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 0px;
  	border-left: 0px;		
}

img.orderV2 {
	display: none;
}

/* ************* REVISED LOST and FOUND STYLES************* */
/* TEXT STYLES */
.lostHeader { 
  	text-align: left;
  	margin-right: 25px;
  	margin-left: 10px;
  	color: #000000;
  	background: transparent;
}

.lostHeaderR { 
  	text-align: right;
  	margin-right: 25px;
  	margin-left: 10px;
  	color: #000000;
  	background: transparent;
}

.lostSubHeader { 
  	text-align: left;
	font-style: italic;
  	color: #000000;
  	background: transparent;
}

.lostTitle { 
	font-style: italic;
	font-weight: bold;
  	color: #000000;
  	background: transparent;
}

.lostEmphasis {    
  	text-align: left;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
  	color: #000000;
  	background: transparent;
}

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}

.textOlsen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	text-align: left;
	background-color: transparent;
	margin-right: 25px;
	margin-left: 25px;
}

/*Small text for copyright notice*/
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}
/* END TEXT STYLES */

/* SPECIAL FONT COLORS */
.mountain {
	color: #000000;
}

.river {
	color: #000000;
}

.spruce {
	color: #000000;
}

.pine {
	color: #000000;
}

.cherry {
	color: #000000;
}

.maroon { 
	color: #000000;
} 



hr {
	color: #000000;
	background-color: #ffff00;
	height: 0.4em;
}

/* Special Custom Horizontal Rule */
hr.mainbgcolor {
	color: #000000;
	background-color: #ffffff;
	height: 0.2em;
	margin-right: 4px;
	margin-left: 4px;
}