body {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
h1 {
	border-bottom: solid 2px #3E58A3;
	color: #3E58A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 0px;
	padding-bottom: 5px;
	width: 100%;
}
h2 {
	color: #D19614;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 0px;
}
h3 {
	color: #008874;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
ul.bullet li {
	list-style-image: url(../images/bullet.gif);
}
.news {
	background-color: #D1E3ED;
	font-weight: bold;
	margin-bottom: 21px;
	margin-top: 16px;
	width: 566px;
	padding: 4px;
}
.news_content {
	border: solid 1px #FFFFFF;
	padding: 20px 14px 20px 14px;
}
.news a:link,
.news a:visited,
.news a:active,
.news a:hover {
	color: #008874;
	margin-left: 5px;
}
h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
	color: #008874;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.styled_table {
	border: solid 1px #036;
	text-align:left;
	border: none;
	margin-bottom: 15px;
}
.styled_table th {
	background-color:#DFEDE0;
	border-bottom: none;
	text-align:left;
	font-size:15px;
	color: #3E58A3;
}
.listing_header {
	background-image:url(../images/admin/listing_header_bkgd.jpg);
	height: 27px;
	color:#008874;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 8px;
	text-align:left;
}
.admin-table {
	width:100%;
	border:  solid 1px;
	border-color:#3E58A3;
}
th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#3E58A3;
	background-color:#B7CAD7;
	padding: 4px;
	font-weight: bold;
	font-size: 13px;
}

th a:link,
th a:visited,
th a:active,
th a:hover {
	color:#FFFFFF;
}
.members-only td {
	border: solid 1px;
	border-color:#B7CAD7;
	padding: 4px;
}
a:link,
a:visited,
a:active {
	color: #4057A7;
	text-decoration: none;
}
a:hover {
	color: #4057A7;
	text-decoration: underline;
}

.error {
	border: 1px solid #900;
	background: #faa;
	margin-bottom: 10px;
	color: #000;
	padding: 5px;
}

.error li {
	color: #333;
	font-size: 90%;
	border: 0;
	list-style: disc;
	margin: 2px 0 0 15px;
	padding: 0;
}

label.error {
	color: #900;
}

input.error, textarea.error, select.error {
	background-color: #fdd;
}
