@charset "utf-8";
.prefix {
	font-size: 10px;
}

.sitemap_header {
	margin-top: 8px;
}

.chicklets{ font-family: Arial, Helvetica, sans-serif !important; font-size: 10px !important; font-weight: normal !important; color: #336633 !important; 
}


body  {
	text-align: center;
	background-color: #d0d7b1;
	background-image: url(images/bt_footer_rev.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-bottom: 100px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#container    {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
#header_container  {
	width: 946px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FF00FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 0px;
	right: 0px;
}
#header_nav_logo  {
	border: 0px solid #FF00FF;
	position: absolute;
	top: -31px;
	left: 350px;
}
#header_nav_left_p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 0px solid #9900CC;
	float: left;
	padding-left: 26px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 319px;
}
#header_nav_right_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	border: 0px solid #9900CC;
	float: right;
	padding-right: 22px;
	position: absolute;
	left: 605px;
	top: 20px;
	width: 320px;
}
#body_container   {
	width: 946px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border: 0px none #000000;
} 
#home_photo_sequence {
	text-align: left;
	border: 0px solid #00FF00;
}
#sidebar_container {
	float: left; /* since this element is floated, a width must be given */
	width: 226px;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
#sidebar_news  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 6px;
	background-attachment: scroll;
	background-image: url(images/callout_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}
#sidebar_calendar  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 11px;
	background-attachment: scroll;
	background-image: url(images/callout_gradient.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: left;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
	margin-bottom: 10px;
	height: 150px;
	background-color: #FFFFFF;
}
#sidebar_signup {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 11px;
	background-attachment: scroll;
	background-image: url(images/callout_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#sidebar_related_documents {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 11px;
	background-attachment: scroll;
	background-image: url(images/callout_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 25px;
	padding-bottom: 20px;
	display: inline;
	float: right;
	width: 625px;
} 
#footer  {
	border: 0px solid #FF00FF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 20px;
	background-image: url(images/bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
} 
#footer  p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-right: 24px;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 20px;
	border: 0px solid #FF00FF;
	background-color: #FFFFFF;
	line-height: normal;
}
#visitors_center {
	border: 0px solid #9900CC;
	float: left;
	position: absolute;
	left: 0px;
	top: 106px;
	height: 49px;
	width: 352px;
}
#residents_center {
	border: 0px solid #9900CC;
	float: right;
	position: absolute;
	left: 592px;
	top: 106px;
	height: 49px;
}
.sidebar_green_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
}
.sidebar_news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 10px;
}
.sidebar_news_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-align: left;
	line-height: normal;
}
p {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.centered {
	text-align: center;
}
.news_headline {
	font: bold 11px Arial, Helvetica, sans-serif, Calibri;
	text-decoration: none;
}

.header_nav_left_p {
	word-spacing: 10px;
}
.header_nav_right_p {
	word-spacing: 10px;
}
#header_nav_left_p a:link {
	color: #666666;
	text-decoration: none;
}
#header_nav_left_p a:visited {
	color: #666666;
	text-decoration: none;
}
#header_nav_left_p a:hover {
	color: #666666;
	text-decoration: underline;
}
#header_nav_left_p a:active {
	color: #666666;
	text-decoration: none;
}
#header_nav_right_p a:link {
	color: #666666;
	text-decoration: none;
}
#header_nav_right_p a:visited {
	color: #666666;
	text-decoration: none;
}
#header_nav_right_p a:hover {
	color: #666666;
	text-decoration: underline;
}
#header_nav_right_p a:active {
	color: #666666;
	text-decoration: none;
}
.footer_spacing {
	word-spacing: 10px;
}
.footer_address {
	color: #336633;
}
.footer_address_spacing {
	word-spacing: 4px;
	color: #336633;
}
.footer_copyright {
	color: #666666;
	font-size: 10px;
	line-height: 20px;
}
#sidebar_sharethis {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	font-weight: normal;
	margin-top: 19px;
	margin-left: 14px;
	display: inline;
}
.sidebar_sharethis {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_sharethis  a:link {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_sharethis  a:visited {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_sharethis  a:hover {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: underline;
	font-weight: normal;
}
.sidebar_sharethis  a:active {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 0px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	font-weight: normal;
}
#footer_address {
	color: #336633;
	text-decoration: none;
}
#footer     p     a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	color: #666666;
	text-decoration: none;
}
#footer     p     a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	color: #666666;
	text-decoration: none;
}
#footer     p     a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	color: #666666;
	text-decoration: underline;
}
#footer     p     a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 14px;
	color: #666666;
	text-decoration: none;
}
#footer_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 14px;
	color: #336633;
	line-height: 20px;
}
.footer_address     a:link {
	color: #336633;
	text-decoration: none;
}
.footer_address   a:visited {
	color: #336633;
	text-decoration: none;
}
.footer_address   a:hover {
	color: #336633;
	text-decoration: underline;
}
.footer_address a:active {
	color: #336633;
	text-decoration: none;
}
#header_top {
	border: 0px solid #9900CC;
	float: left;
	position: absolute;
	left: -12px;
	top: -41px;
	height: 57px;
	width: 968px;
	background-color: #D0D7B1;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.calendar_image {
	position: absolute;
	right: 1px;
}
#sidebar_subnav {
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 6px;
	background-attachment: scroll;
	background-image: url(images/callout_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	position: relative;
	float: left;
}


#minutes_tables {
	display: inline;
}
p a:link {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
p a:visited {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
p a:hover {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
p a:active {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.mainContent_ul {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	background-image: url(images/h1_flourish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94A55B;
	border-bottom-color: #94A55B;
	padding-top: 8px;
	padding-bottom: 8px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.mainContent_ul  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
}
.mainContent_ul a:link {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
}
.mainContent_ul a:visited {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
}
.mainContent_ul a:hover {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: underline;
}
.mainContent_ul a:active {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
}
.mainContent_li    {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.mainContent_ol {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
.mainContent_ol a:link {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	text-decoration: none;
}
.mainContent_ol a:visited {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	text-decoration: none;
}
.mainContent_ol a:hover {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	text-decoration: underline;
}
.mainContent_ol a:active {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	text-decoration: none;
}
.note    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336633;
	padding-bottom: 2px;
}
.note  a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 10px;
}
.note  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 336633;
	font-size: 10px;
}
.note  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: 336633;
	text-decoration: underline;
	font-size: 10px;
}
.note  a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 336633;
	font-size: 10px;
}
.zoning_table {
	text-align: center;
}
.related_documents {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
}
.related_documents a:link {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.related_documents a:visited {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.related_documents a:hover {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
.related_documents a:active {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.caption_left_justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	border: 0px solid #FF00FF;
	line-height: normal;
}
#sidebar_newsletter_archive {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 6px;
	background-attachment: scroll;
	background-image: url(images/callout_grad_nwsltr_rev.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}
.sidebar_newsletter_text {
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
}
.sidebar_newsletter_text a:link {
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
}
.sidebar_newsletter_text a:visited {
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
}
.sidebar_newsletter_text a:hover {
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
}
.sidebar_newsletter_text a:active {
	font-size: 11px;
	line-height: normal;
	padding-top: 10px;
}
.sidebar_news_headline a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: none;
}
.sidebar_news_headline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: none;
}
.sidebar_news_headline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: underline;
}
.sidebar_news_headline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: none;
}
.sidebar_news_subhead a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}
.sidebar_news_subhead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}
.sidebar_news_subhead a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-align: left;
	line-height: normal;
	text-decoration: underline;
}
.sidebar_news_subhead a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}
.sitemap_header a:link {
	margin-top: 8px;
	color: #000000;
}
.sitemap_header a:visited {
	margin-top: 8px;
	color: #000000;
}
.sitemap_header a:hover {
	margin-top: 8px;
	color: #336633;
}
.sitemap_header a:active {
	margin-top: 8px;
	color: #336633;
}
#mainContent_calendar {
	margin-right: 25px;
	margin-left: 30px;
	padding-bottom: 20px;
	width: 885px;
	float: left;
}
h1 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	background-image: url(images/h1_flourish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94A55B;
	border-bottom-color: #94A55B;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
h1 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	background-image: url(images/h1_flourish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94A55B;
	border-bottom-color: #94A55B;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}
h1 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	background-image: url(images/h1_flourish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94A55B;
	border-bottom-color: #94A55B;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: underline;
}
h1 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	background-image: url(images/h1_flourish.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94A55B;
	border-bottom-color: #94A55B;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: underline;
}
h2 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
	text-decoration: none;
}
h2 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
	text-decoration: none;
}
h2 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
	text-decoration: underline;
}
h2 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #336633;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D7B1;
	text-decoration: underline;
}
h3 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
h3 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
h3 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
h3 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
.signup_note {
	font-size: 11px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}
.signup_field {
	font-size: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #EDF0E1;
	margin-bottom: 8px;
}
#sidebar_news_yellow {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #CCCCCC;
	background-color: #FDEBBB;
	margin-top: 6px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
}
.signup_view {
	font-size: 12px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar_social {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	margin-top: 6px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
}
#container #body_container #mainContent table {
	text-align: center;
}
#container #body_container #mainContent table {
	text-align: center;
}

