@charset "UTF-8";
body {
	background-color: #09643A;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#maincontent {
	background-color: #FFFFFF;
}
#header {
	background-color: #DEDEDE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #09643A;
	border-right-color: #09643A;
	border-bottom-color: #09643A;
	border-left-color: #09643A;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#flash {
	padding-bottom: 10px;
}
#leftcontent {
	float: left;
	width: 200px;
	margin-left: 12px;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	margin-bottom: 15px;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #09643A;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation a {
	font-weight: normal;
	color: #09643A;
	text-decoration: none;
}
#navigation a:visited {
	font-weight: normal;
	color: #09643A;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: normal;
	color: #0CA962;
	text-decoration: none;
}
#rightcontent {
	float: right;
	width: 555px;
	margin-right: 12px;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	background-image: url(../images/rightcontent_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightcontent a {
	font-weight: normal;
	color: #CC9933;
	text-decoration: none;
}
#rightcontent a:visited {
	color: #CC9933;
	text-decoration: none;
}
#rightcontent a:hover {
	color: #CC9933;
	text-decoration: none;
}
a {
	color: #09643A;
	text-decoration: none;
}
a:visited {
	color: #09643A;
	text-decoration: none;
}
#footer {
	clear: both;
	background-color: #DEDEDE;
	padding: 10px;
	font-size: 11px;
	text-align: right;
}
#site {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin: 0px;
}
#rightcontent p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #404040;
}
#leftcontent p {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#leftcontent a {
	color: #333333;
	text-decoration: none;
}
#leftcontent a:visited {
	color: #333333;
	text-decoration: none;
}
#leftcontent a:hover {
	color: #09643A;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #09643A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #09643A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #CC9933;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333333;
	list-style-type: square;
	font-size: 12px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -5px;
}
#footer a {
	color: #09643A;
	text-decoration: none;
}
#footer a:visited {
	color: #09643A;
	text-decoration: none;
}
#footer a:hover {
	color: #0A814B;
	text-decoration: none;
}
table p {
	margin: 0px;
}
.tabletext {
	font-size: 11px;
	margin: 0px;
}
.hrzline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #09643A;
	border-right-color: #09643A;
	border-bottom-color: #09643A;
	border-left-color: #09643A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#rightcontent  h4  a {
	font-weight: normal;
	color: #CC9933;
	text-decoration: none;
	font-size: 11px;
}
#rightcontent  h4  a:visited {
	color: #CC9933;
	text-decoration: none;
	font-size: 11px;
}
#rightcontent  h4  a:hover {
	color: #996600;
	text-decoration: none;
	font-size: 11px;
}
h4 {
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
}
.calendarday {
	float: left;
	width: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	border: 1px solid #999999;
	padding: 2px;
	text-align: center;
	margin-top: 2px;
	margin-left: 2px;
}.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.flashingtext {
	text-decoration: blink;
}
