@charset "utf-8";
/* CSS Document */

@font-face {
 font-family:Shannon;
 src:url("../included/Shannon Book.ttf");
}
* {
	margin:0;
	padding:0;
}
body {background:#D0E2D6 url(../images/included/schoolbg.png) no-repeat; 
	height:720px;
	min-width:610px;
	font-family: Shannon, Arial, Helvetica, sans-serif;}
img {border:none; float:left;}
.copyright {width: 695px; text-align:center; font-family:Shannon, Arial, Helvetica, sans-serif; font-size: 13.2px; color:#666666;}
#content {
	width:610px;
	margin-top:150px;
	margin-left:100px;
}
h1 {
	color:#006600;
	padding-left:60px;
	font-weight:normal;
}
h2, h3, h4 {
	color:#006600;
	font-weight:normal;
}
h4{
	font-style:italic;
}
div+div, p+dl, p+h1, div+h1, dd+dt, h1+h2, dl+h2, p+h2, p+h3, ul+h3, h2+h2, h3+dl, span+dt, blockquote+dl, p+span, span+p, span+h2, dl+h1 {
	margin-top:10px;
}
dl+blockquote{
	margin-top:40px;
}
blockquote+dl{
	text-align:right;
}
body#hfhome h3 {
	padding-left:0;
}
dl+dl {
	margin-top:5px;
}
.outside, .outside a {
	color:#006633;
}
.disabled {
	display:none;
}
a:link {
	color:#006600;
	text-decoration:none;
}
a:visited {
	color:#006600;
	text-decoration:none;
}
a:hover {
	color:#006600;
}
a:active {
	color:#006600;
	border:1px solid #006600;
}
.pdf a {
	color:#cc9900;
}
#back {
	position:fixed;
	left:750px;
	top:200px;
}
blockquote{
	margin-left:20px;
	font-style:italic;
}
p+blockquote{
	margin-top:10px;
}