body{
	font-size: 12px;
	color: #333333;
	line-height: 1.25;
	background-color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#pagecell1{
	position: absolute;
	top: 41px;
	left: 10%;
	right: 2%;
	width: 800px;
	background-color: #FFFFFF;
	border-right: 10px solid #FFCC33;
	border-left: 10px solid #FFCC33;
}

#pictureTrapTwo{
	border-top: 10px solid #FFCC33;
	width: 800px;
	border-bottom: 5px solid #FFCC33;
}

#leftnav{
	float: left;
	width: auto;
	padding: 5px 0px 0px 10px;
}

#navBar{
	float: left;
	width: 18%;
	padding: 0px 0px 0px 0px;
}

#sectionLinks{
	vertical-align: top;
	margin: 0px;
    padding: 25px 5px 0px 5px;
	font-size: 100%;
	font: bold;
}

#sectionLinks a {
	display: block;
	vertical-align: top;
	padding: 3px 0px 0px 10px;
}

#content{
	width: 400px;
	clear: right;
	float: left;
	margin: 0px;
	padding: 10px 15px 0px 15px;
	border-left: 5px solid #FFCC33;
	border-right: 5px solid #FFCC33;
}

#calendar{
	width: 80%;
	clear: right;
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-left: 5px solid #FFCC33;
}

#enrollment{
	width: 400px;
	clear: right;
	float: left;
	margin: 0px;
	padding: 10px 15px 0px 15px;
	border-left: 5px solid #FFCC33;
}


#siteInfo{
	background-color: #FFFFFF;
	border-bottom: 10px solid #FFCC33;
	border-top: 5px solid #FFCC33;
	clear: both;
	line-height: 15px;
}

.class a:link, a:visited {
	color: #003300;
	text-decoration: none;
	font-size: 100%;

}

.class a:hover {
	color: #003300;
	text-decoration: underline;
	font-size: 100%;
}

.class_bold a:link, a:visited {
	color: #003300;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

.class_bold a:hover {
	color: #003300;
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;

}

.class_small a:link, a:visited{
	color: #003300;
	text-decoration: none;
	font-size: 100%;
}

.class_small a:hover {
	color: #003300;
	text-decoration: underline;
	font-size: 100%;
}

.head_red{
	font: bold 125% Verdana,sans-serif;
	color: #993300;
}

.head_green {
	font: bold 115% Verdana,sans-serif;
	color: #003300;
}

.big{
    font: 175% Verdana,sans-serif;
    color: #ffffff;
}

.black_bold {
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.sub_head_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}

.sub_head_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}

.green_light {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}

.small_black{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.small_green{
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:white;
	padding: 5px;
	right: 50px;
	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 on hover*/
	visibility: visible;
	top: 70;
	right: 40px; /*position where enlarged image should offset horizontally */

}
