/* CSS Document */ 
body 
	{ 
	background-image: url(images/canyon.jpg); 
	background-attachment: fixed; 
	font-family: Verdana; 
	font-size:12pt; 
	font-style: normal; 
	color: #330066; 
	} 
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	line-height:15px;
	list-style-type: square;
}
.pagetext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	list-style-type: square;
}
.pagetext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	line-height:15px;
	list-style-type: square;
	margin: 5px; 
}
.red14bold {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.red18bold {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
}
.blue18bold {
	color: #330066;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size: 20px;
	font-style: normal;
}
.blue12bold {
	color: #330066;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.red10bold {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.red10strikethru {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: line-through;
}
.red12bold {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.comments10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}

.commentsitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #006;
	text-align: justify;
	padding: 5px;
}

.redheader {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid red;
}
.activitytitle {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid red;
	margin-top: 0px;
}


p {
margin-top:10px;
margin-bottom:0px;
}

img.wrapped {
  margin-right: 5px;
  margin-bottom: 5px;
  }

ul#red { margin:0; padding:0; list-style-type:none; }

ul#red li {
	position:relative;
	float:left;
	padding-right: 25px;
	padding-top: 5px;
	border-bottom: 2px solid #953434;
	width: 135px;
}

ul#red .current {
	border-bottom: 2px solid #953434;
}

ul#red li:hover {
	border-bottom: 2px solid #953434;
}

ul#red li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#953434;}

ul#red li a:hover {
	color:#06F;
	border:none;
}

ul#red li span{
	display:none;
	position:absolute;
	top:20px;
	left:2px;
	width:200px;
	font:normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
}

ul#red li a:hover span {
	margin-top: 7px;
	display:block;
	color: #953434;
}
