﻿body{
	background-color: #993333;
}
.mainframe{
	width: 800px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CC9933;
}
.mainframe_l{
	width: 800px;
	height:4000px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CC9933;
}
a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color:#AD832C;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.navwrap{
	background-color: #CC9933;
	float: left;
	margin-left: 5px;
	width: 155px;
}
.navtitle{
	background-color: #CC9933;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.navitem{
	background-color: #CC9933;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.navsubitem{
	background-color: #CC9933;
	text-align: right;
	font-size: small;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.navsubitem a{
	display: block;
	background-color: #CC9933;
	line-height: 30px;
}
.navsubitem a:visited{
	display: block;
	background-color: #CC9933;
	line-height: 30px;
}
.navsubitem a:active{
	display: block;
	color:white;
	font-weight: bold;
	background-color: #AD832C;
	line-height: 30px;
}
.navsubitem a:hover{
    color: white;
	display: block;
	background-color: #993333;
	font-weight: bold;
	line-height: 30px;
}
.navactive{
	display: block;
	color:white;
	text-align: center;
	font-weight: bold;
	background-color: #AD832C;
	line-height: 30px;
}
.navitem a{
	display: block;
	background-color: #CC9933;
	line-height: 30px;
}
.navitem a:visited{
	display: block;
	background-color: #CC9933;
	line-height: 30px;
}
.navitem a:active{
	display: block;
	color:white;
	font-weight: bold;
	background-color: #AD832C;
	line-height: 30px;
}
.navitem a:hover{
	display: block;
	background-color: #993333;
	font-weight: bold;
	line-height: 30px;
}
.navender{
	background-color: #CC9933;
}
.blogarticle{
	width: 600px;
	background-color: #FFFFFF;
	text-align: justify;
	font-size: medium;
}
.title {
	font-size: 22pt;
	font-weight: bold;
	color: #993333;
	font-style: italic;
	margin: 15px 5px;
}
.subtitle {
	font-size: large;
	font-weight: bold;
}
.heading {
	font-weight: bold;
	color: #993333;
}
.heading2 {
	font-weight: bold;
	font-style:italic;
	color: #993333;
}
.agendapage {
	width: 610px;
}
.agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 625px;
	padding: 5px;
	float: right;
	background-color: #FFFFFF;
}
.content {
	font-size: medium;
	width: 625px;
	padding: 5px;
	float: right;
	background-color: #FFFFFF;
}
.ListItem {
	font-size: small;
	text-align: left;
	margin-left: 15px;
	margin-right: 10px;
}
.column1 {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	width: 75px;
}
.column2 {
	width: 550px;
}
.columnheading {
	font-weight:  bold;
	font-size: 11pt;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}