.body {	
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:15pt;
	text-decoration:none;
	color:#FFFFFF;
}
.first { 
	font-family:funhouse,comic sans ms,verdana,arial,helvetica;
	font-size:15pt;
	text-decoration:none;
	color:#0000FF;
}
.apptext { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:10pt;
	text-decoration:none;
	color:#000000;
}
.subtext { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:12pt;
	text-decoration:none;
	color:#000000;
}
.text { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:11pt;
	text-decoration:none;
	color:#000000;
}
.texthead { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	color:#000000;
}
.subtexthead { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-weight:bold;
	font-size:18pt;
	text-decoration:none;
	color:#000000;
}	
.textlink { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-weight:bold;
	font-size:10pt;
	text-decoration:underline;
	color:#3300cc;
}
.textlink:hover { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	color:#9999ff;
}
.textlink2 { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-weight:bold;
	font-size:10pt;
	text-decoration:underline;
	color:#3300cc;
}
.textlink2:hover { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	color:#9999ff;
}
.small { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:8pt;
	text-decoration:none;
	color:#ffffff;
}
.smallb { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:7pt;
	text-decoration:none;
	color:#000000;
}
.smallblink { 
	font-family:comic sans ms,verdana,arial,helvetica;
	font-size:8pt;
	text-decoration:none;
	color:#000000;
}
.smallblink:hover { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-size:8pt;
	text-decoration:none;
	color:#999999;
}
.copyright { 
	font-family:verdana,arial,helvetica; 
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:#00000;
}
.smaller { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-size:8pt;
	text-decoration:underline;
	color:#ffffff;
}
.smaller:hover { 
	font-family:comic sans ms,verdana,arial,helvetica; 
	font-size:8pt;
	text-decoration:none;
	color:#999999;
}
.headerlink { 
	font-family:funhouse,comic sans ms,verdana,arial,helvetica;
	font-size:18pt;
	text-decoration:none;
	color:#9999FF;
}
.headerlink:hover { 
	font-family:funhouse,comic sans ms,verdana,arial,helvetica;
	font-size:18pt;
	text-decoration:underline;
	color:#FFFFFF;
}
.nav {
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:8pt;
	color:#ffffff;		
	text-decoration: none; 	
	background-color: #3300CC;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
	border: 2px solid white;
	border-top-color:white;
	border-bottom-color:#0000FF;
	border-left-color:white;
	border-right-color:#0000FF;
	margin: 0 0px 0px 0;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img{
	border: 2px solid white;
	border-top-color:#0000FF;
	border-bottom-color:white;
	border-left-color:#0000FF;
	border-right-color:white;
	margin: 0 0px 0px 0;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.thumbnail2 img{
	border: 0px;
	margin: 0 0px 0px 0;
}
.thumbnail2:hover{
	background-color: transparent;
}
.thumbnail2:hover img{
	border: 0px;
	 border-top-color:#0000FF;

	margin: 0 0px 0px 0;
}
.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 3px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail2:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: auto;
	left: auto; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
/* color scoll bars */

body {
	background-image: url(/CampFiles/C12/WebsiteFiles/images/brown_background.jpg);
	scrollbar-base-color: 000000; 
	scrollbar-arrow-color: 3333CC;
	scrollbar-DarkShadow-Color: black;
	scrollbar-track-color: 666666;
}
