.bodytext 
{  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
line-height: 16px;
color: #333333
}
.headline 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	color: #336666;
}
.sidebar 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 12px;
color: #666666
}
a:link 
{  
color: #993333; 
text-decoration: underline;
}
a:visited 
{  
color: #993333; 
text-decoration: underline;
}
a:hover {
	color: #033;
	text-decoration:underline;
}
a img,:link img,:visited img { border:none }

.headlinebig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; text-align: left }

.teachertext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: #333333}

.bodytextsans {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 16px;
color: #666633
}
.bodytextsansbig {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 18px;
	color: #666633
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #993333;
	font-style: italic;
}


hr {
	clear:both;
	border-bottom: #993333 thin dotted;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:5px 0;
	margin:0 0 15px 0;
}

.sidebar a {
	color: #666;
	text-decoration:underline;
}
.sidebar a:hover {
	color: #993333;
	text-decoration:underline;
}

/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img[align="right"] {
	padding: 0;
	margin: 0 0 7px 12px;
	display: inline;
	clear:right;
	}

img.alignleft, img[align="left"] {
	padding: 0;
	margin: 0 12px 7px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */