@charset "utf-8";
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #999999;
}
#outerwrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header, #content, #footer {
	width: 100%;
}
#content {
	font-size: 0.8em;
	margin-top: 10px;
	overflow: auto;
	position: relative;
}
#header {
	background-image: url(P-Images/PP2012/header_circus.jpg);
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}
#footer {
	background-image: url(P-Images/PP2012/footer_circus.jpg);
	background-repeat: no-repeat;
	height: 50px;
	position: relative;
}
#footer #copyright {
	font-size: 0.7em;
	color: #FFFFFF;
	position: absolute;
	height: 18px;
	width: 231px;
	left: 327px;
	top: 27px;
}
#header #hikers {
	height: 20px;
	width: 241px;
	position: absolute;
	left: 551px;
	top: 74px;
	font-size: 0.7em;
	color: #006699;
}
#hikers a:link, #hikers a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#hikers a:hover, #hikers a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu1  {
	position: absolute;
	height: 20px;
	width: 398px;
	left: 387px;
	top: 116px;
	font-size: 0.8em;
	color: #CCCCCC;
}
#menu1   a:link,  #menu1 a:visited {
	color: #41726C;
	text-decoration: none;
}
#menu1 a:hover, #menu a:active {
	color: #FF0000;
	text-decoration: none;
}
#menu2   {
	font-size: 0.7em;
	color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 399px;
	left: 278px;
	top: 4px;
}
#menu2 a:link, #menu2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu2 a:hover, #menu2 a:active {
	color: #CC0000;
	text-decoration: none;
}
.clear {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
.bold_1 {
	font-weight: bold;
	color: #FF3300;
}
.bold_2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}
.bold_3 {
	font-weight: bold;
	color: #996600;
}
.bold_4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
}
.bold_4b {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC0000;
}
.bold_5 {
	color: #FF3300;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.boldOnly {
	font-weight: bold;
}
.textColumn1 {
	float: left;
	height: auto;
	width: 500px;
}
.leftColumn {
	height: auto;
	width: 250px;
	margin-right: 10px;
	float: left;
	margin-top: 30px;
}
.rightColumn {
	color: #996600;
	float: left;
	height: auto;
	width: 500px;
	margin-top: 30px;
}
.italics {
	font-style: italic;
	color: #996600;
}
.indent20 {
	margin-left: 20px;
	margin-top: 5px;
}
#titleBlock {
	width: 100%;
	position: relative;
}
#title {
	font-size: 1.5em;
	font-weight: bold;
	color: #B6343C;
	text-align: center;
}
#subtitle {
	font-size: 1.3em;
	font-weight: normal;
	color: #996600;
	width: 58%;
	margin-right: auto;
	margin-left: auto;
}
#formNotes {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #F30;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a:link {color:#CC0000;}      /* unvisited link */
a:visited {color:#CC0000;}  /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#FF0000;}  /* selected link */

