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

p{
	font-family: Calibri;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	padding: 2px;
	vertical-align: top;
}
.bold {
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #003300;
}
.subhead {
	font-family: Calibri, "Calibri Bold", "Calibri Bold Italic", "Calibri Italic";
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #003300;
	text-align: center;
	letter-spacing: 1px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	color: #CCFF66;
	text-decoration: none;
	background-color: #993300;
	padding: 5px;
	width: 170px;
	display: block;
	line-height: 24px;
	letter-spacing: 2px;
}
.nav_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: 300;
	color: #003300;
	letter-spacing: 2px;
	padding: 5px;
	width: 170px;
	background-color: #CC9966;
	display: block;
	text-decoration: none;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	color: #993300;
	text-decoration: none;
	background-color: #99CC66;
	padding: 5px;
	width: 170px;
	display: block;
	line-height: 24px;
	letter-spacing: 2px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #003300;
	letter-spacing: 0px;
	font-weight: bold;
}
