/* from main.html */
a:link {color:#19335C}
a:visited {color:#2F564D}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {color:#A3AEB9}

a.announce:link {color: #003366; font-size: 150%; font-weight: bold}
a.announce:visited {color:#8CA0B4; font-size: 0%;}
a.announce:hover {color:#FFFFFF; font-weight: bold}
a.announce:active {color: #003366; font-weight: bold}

/* removed text-decoration: underline */
p.heading {
	font-weight: bold;
	font-style: italic;
	font-size:90%;
	}
p {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:75%;
	text-align: justify}
body {
	color: #000000;
	background-color: #8CA0B4;
	scrollbar-base-color: #8F4B4B;
	scrollbar-arrow-color: #682627;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #A3AEB9}
/* from added to main.html old color on h1 - #E9AD66*/
h1 {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 125%;
	font-weight: bold;
	color: #19335C;
	}
h2 {
	text-align: left;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 150%;
	font-weight: bold;
	color: #E9AD66;
	}
h3 {
	text-align: center;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 125%;
	font-weight: bold;
	color: #19335C;
	}
/* old h2
h2 {
	text-align: center;
	color: #003366;
	text-decoration: underline;
	}
*/
/* from about.html */
p.centered {
	text-align: center;
	display: block;
}
p.justify {
	text-align:justify;
	}
p.left {
	font-size:85%;
	text-align: left;
	display: block;
	margin-left:5px;
	margin-right:5px;
}
ul.left{
	font-size:80%;
	margin-top:1px;
	margin-left: 5px;
	padding-left: 10px;
	}
td.site-about {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-weight: bold;
	font-size:80%;
	background-color: #A3AEB9;
	width:20%;
	}
img.site-about {
	border:1px solid #19335C;
	height:100px;
	width:80px;
	}
img.site-about:hover {
	border:1px solid #FFFFFF;
	}
td.resources-right {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-weight: bold;
	font-size:80%;
	background-color: #A3AEB9;
	width:23%;
	padding-left: 5px;
	padding-top: 5px;
	}
a:visited.resources-right {
	color:#19335C;
	text-decoration:none;
	}
a:link.resources-right {
	color:#19335C;
	text-decoration:none;
	}
a:hover.resources-right {
	color:#FFFFFF;
	font-style:underline;
	text-decoration:underline;
	}
/* from county_income.html */

td.ex1 {
color:white;
font-weight:bold;
border-right-color:#003366;
border-bottom-color:#003366;
background-color:#003366;
}

/* for survey.html */
.likert td {
	width:10%;
	}

/* for contact.html */
.surveylabel {
	text-align: right;
	WIDTH:50%;
	HEIGHT:38px;
	}
.data {
	WIDTH:50%;
	HEIGHT:38px;
	}
/* for lo.html */
img.lo-top {
 margin-top:0px;
 margin-bottom: 10px;
 margin-right:0px;
 vertical-align:top;
}
img.lo-middle 
{
margin-top:10px;
margin-bottom:10px;
margin-right:20px;
}
p.lo-center {
	font-size:90%;
	text-align: center;
	font-weight: bold;
	color: #19335C;
}
ul.lo-list li{
	font-size:90%;
	margin-bottom:10px;
	text-align: justify;
	}

/* for realtor.html */
.realtor, .realtor td {
	background: url('lefttop.jpg');
	color:white;
	font-family:sans-serif;
	font-weight:600;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
ul.realtor-list li{
	margin-bottom:10px;
	text-align: justify;
	}


