body {
	margin: 0px 0 0;
	padding: 0;
	color: #666666;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(img01.gif) repeat-x;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 150%;
	color: #78a22f;
}

h2 {
	font-size: 165%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 140%;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #78a22f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.left  {
	float: left;
	margin: 5px 15px 0 0;
}

img.right  {
	float: right;
	margin: 5px 5px 5px 15px;
}

img.bordered {
	padding: 3px;
	border: 1px solid #cccccc;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 740px;
	height: 214px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 410px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content .title {
	font-size: 18px;
	color: #035392;
	margin: 0px;
	text-transform: none;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content .byline {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #888888;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	list-style: disc;
	margin-left: 25px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 265px;
	border: 1px solid #cccccc;
	background: #f2f7e7;
	margin-top: 20px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#sidebar ul li {
	padding-left: 15px;
	background: url(img07.gif) no-repeat 0px 13px;
	line-height: 15px;
	font-size: 12px;
}

.boxed {
}

.boxed .title {
	height: 27px;
	margin: 0;
	padding: 13px 0 0 15px;
	background: url(green.jpg) repeat-x;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 8px 20px 20px;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed p {
	font-size: 12px;
	padding-bottom: 0px;
	line-height: 14px;
	padding-top: 10px;
}

.boxed .rate {
	font-size: 14px;
	color: #035392;
	margin-top: -5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.boxed ul {
	font-size: 12px;
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px dotted #78a22f;
}

.boxed ul li.first {
	border: none;
}

/* Footer */

#footer {
	height: 60px;
	clear: both;
	padding-top: 30px;
	background: url(footer.jpg) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#calendar table {
	width: 410px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
}

#calendar td {
	vertical-align: top;
	padding: 0px 0px 5px;
}

#calendar .dotted  {
	padding-left: 0px;
	border-top: 1px dotted #999999;
}

#calendar .month    {
	text-transform: lowercase;
	color: #78a22f;
	margin: 0px;
	padding: 0px 0px 18px 0px;
	font-size: 18px;
	line-height: 20px;
}

#calendar .date {
	font-size: 14px;
	color: #444444;
}

.calendartitle {
	font-size: 21px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: -5px;
}

#staff table {
	width: 410px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#staff td {
	vertical-align: top;
	padding: 0px 0px 5px;
}

.stafftitle  {
	font-size: 18px;
	color: #78a22f;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
}

#staff .dotted {
	border-left: 1px dotted #999999;
	padding-left: 35px;
}

.gray {
	font-weight: bold;
	color: #444444;
	font-size: 13px;
}

.blue {
	font-weight: bold;
	color: #035392;
	font-size: 12px;
}

.superscript {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

.footnote {
	font-size: 11px;
}
.footnoterule {
	width: 200px;
	border-top: 1px solid #999999;
	margin: 30px 0px -30px;
	padding: 0px;
}

