@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
}
#nav {
	color: #FFFFFF;
	position: absolute;
	width: 150px;
	margin-top: 40px;
	margin-left: 20px;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav a:link{
	color: #FFFFFF;
	text-decoration: none;
	}     
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}  /* visited link */
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}   /* mouse over link */
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	} 
#maintxt {
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-right: 60px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #206024;
}
#maintxt h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 170%;
}
#maintxt h3 {
	margin: 0px;
	padding: 0px;
}

#news {
	color: #FFFFFF;
	margin: 10px;
	padding: 15px;
	background-color: #206024;
}
#news h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 115%;
	text-decoration: underline;
}
#news ul {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#news li {
	margin-top: 10px;
}
#news a:link{
	color: #FFFFFF;
	text-decoration: none;
	}     
#news a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}  /* visited link */
#news a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}   /* mouse over link */
#news a:active {
	color: #FFFFFF;
	text-decoration: none;
	} 

#footer {
	text-align: center;
	font-size: 80%;
}
#footer a:link{
	color: #000000;
	text-decoration: none;
	}     
#footer a:visited {
	color: #000000;
	text-decoration: none;
	}  /* visited link */
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}   /* mouse over link */
#footer a:active {
	color: #000000;
	text-decoration: none;
	} 
#footeradm {
	text-align: center;
	padding-top: 25px;
	font-size: 80%;
}
#footeradm a:link{
	color: #000000;
	text-decoration: none;
	}     
#footeradm a:visited {
	color: #000000;
	text-decoration: none;
	}  /* visited link */
#footeradm a:hover {
	color: #000000;
	text-decoration: underline;
	}   /* mouse over link */
#footeradm a:active {
	color: #000000;
	text-decoration: none;
	} 
#important {display: none;}
#photodtl {
	margin: 20px;
	background-color: #FFFFFF;
	border: 1px solid #206024;
	text-align: center;
	padding: 10px;
}
#admmnubox {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#fckcnt {
	text-align: center;
	width: 75%;
	margin: auto;
}
.notes {
	font-size: 80%;
	font-style: italic;
}

.calyear {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-decoration: underline;
	margin-bottom: 20px;
}
.calmonth {
	margin-left: 25px;
	line-height: 90%;
	font-size: 125%;
	font-weight: bold;
}
.calitem {
	margin-left: 50px;
}.wrapl {
	float: left;
	margin: 15px 5px 5px;
}
.errstyle {
	color: #FF0000;
}
.nodot {
	list-style-type: none;
	margin: 5px 5px 0px;
	padding: 5px 5px 0px 10px;
}
