@charset "utf-8";
body {
        background-color: #F1F1F1;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-image: url(/images/bg.gif);
        background-repeat: repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #23334E;
}
A {
        color: #23334E;
}
A:hover {
	text-decoration: none;
}
.masthead {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 940px;
}
.textTopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF1BD;
}
a.textTopNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF1BD;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF1BD;
}
a.textTopNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF1BD;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF1BD;
}
a.textTopNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFF1BD;
}
a.textTopNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF1BD;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF1BD;
}

.textSideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #23334E;
	font-weight: bold;
	text-decoration: none;
}
.layoutShadowLeft {
	background-image: url(../images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.layoutShadowRight {
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.layoutFooterCenter {
	background-image: url(../images/footer.jpg);
	height: 58px;
}
.layoutFooterLeft {
	background-image: url(../images/footer_left.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.layoutFooterRight {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.textSideNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #23334E;
	font-weight: bold;
	text-decoration: none;
}
a.textSideNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #23334E;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #46526A;
}
a.textSideNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #46669B;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #47536B;
}
.textHeadline, .textHeadline A {
	font-family: "Trebuchet MS";
	font-size: 46px;
	font-weight: bold;
	color: #23334E;
}

a.textSideNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #23334E;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #475369;
}
.textForms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border: 1px solid #23334E;
}
.tableRow {
	background: #fff;
}
.tableRowAlt {
	background: #F4F5F6;
}
.menuYellowBorder {
	font-size: 12px;
	font-weight: bold;
	color: #23334E;
	padding: 4px;
	background: #FFE998;
	border: 1px solid #FFD532;
}
.menuYellowBorder .link, .menuYellowBorder .link A {
	margin: 4px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #23334E;
}

#communityName {
	text-align: right;
	margin: 4px 8px 0px 8px;
}

#reportList {
	text-align: center;
	margin: 16px 2px 10px 2px;
}

.notice {
	border: 1px solid #cc0000;
	padding: 8px;
	margin: 0px 0px 20px 0px;
	background: #f4f4f4;
	color: #cc0000;
	font-size: 14px;
}
.error, .smallred {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	margin: 10px;
	margin-left: 0px;
}


