#interior_box{ 
	padding-top: 4px;
	padding-right: 4px;
}
#content {
	padding: 20px 20px 20px 20px;
}
#content_sidebar {
	padding: 10px 10px 10px 10px;
}

#sidebar_image {
	float: right;
	width: 214px;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	margin-top: -2px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	width: 214px;
	font-size: 95%;
	background: #FFF;
	
}
#sidebar h3 {
	padding-left: 10px;
}

#sidebar_element_1{
	width: 214px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background: #B6BD67;
	
}
#sidebar_element_2 {	
	width: 214px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #99A142;
	background: #EBEDD6;
}

#sidebar_element_3 {
	width: 214px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #99A142;
	background: #F5F6EB;
}


#sidebar p {
	margin-top: -5px;
	padding-right: 10px;
	padding-left: 10px;

}
#sidebar a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFF;
	}
#sidebar a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFF;
	}
#sidebar a:hover, a:active {  
	text-decoration: underline; 
	color: #FFF;
	}

#sidebar_element_3 a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99A142;
	}
#sidebar_element_3 a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99A142;
	}
#sidebar_element_3 a:hover, a:active {  
	text-decoration: underline; 
	color: #99A142;
	}

table.content {
	font-family: verdana, sans-serif;
	font-size: 100%;
}	
#classes
{
	margin: 6px 0 26px 0;
	font-family: verdana, sans-serif;
	font-size: .9em;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#classes th
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	padding: 10px 8px;
	border-bottom: 2px solid #829fd3;
}
#classes td
{
	border-bottom: 1px solid #ccc;
	color: #666699;
	padding: 6px 8px;
}
#classes tbody tr:hover td
{
	color: #333366;
	background-color: #eee;
}

.note {
margin-bottom: 10px;
padding: 8px 24px;
background: #f5f6eb;
border: 1px solid #ccc;
}
.pullquote {

	font-family: 'Shadows Into Light', cursive;
	font-size: 24px;
}
ul {
	margin-top: -6px;
}


