body,td,th {
	color: #444444;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}
body {
	margin: 0;
	background-color: #8c8c8c;
	background-image: url(/images/bg_site_home.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
body#interior {
	margin: 0;
	background-color: #8c8c8c;
	background-image: url(/images/bg_site_int.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#outerborders {
	border: 2px solid #ffffff;
	background: #ffffff;
}

table.listing {
	margin-bottom: 30px;
}
table.listing td {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
table.listing img { padding: 2px; border: 1px solid #eee; }
.navbar { background: #464646; }
.header {
	background: #6f6f6f;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.homeinfolinks {
	color: #d9d9d9;
	list-style-position: outside;
	list-style-image: url(/images/bullet_yellowarrow.gif);
}
.homeinfolinks ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.homeinfolinks li {
	padding-bottom: 8px;
}
.homeinfolinks a { color: #d9d9d9; }
.homeinfolinks a:hover { color: #ffe498; text-decoration: none; }

.header H1 {
	color: #e1e1e1;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.HomeImgBar {
	border-top: 12px solid #ffffff;
	border-bottom: 12px solid #ffffff;
	background-color: #FFFFFF;
}
.listingimg { padding-right: 15px; }
.contentHome {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}	
.content {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 250px;
}	
.content ul {
	list-style-image: url(/images/bullet.gif);
}
.rightpic {
	margin-top: -18px;
	margin-left: 20px;
}
.rightpicnotop {
	margin-left: 20px;
}

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.footer, .footer a, footer a:hover { 
	font-size: 10px;
	color: #8c8c8c;
	text-decoration: none;
}
	
h1 {
	font-size: 17px;
	font-weight: normal;
	color: #bec4d5;
	text-transform: capitalize;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #000099;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}
h3 { font-size: 19px; line-height: 22px; font-weight: bold; color: #000099; margin-bottom: 0;  }
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.red_text { color: #993333; font-weight: bold; }
hr {
	color: #cccccc;
	height: 1px;
	width: 100%;
	border: none;
	background-color: #cccccc;
}
form {
	margin: 0px;
	padding: 0px;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	width: 90%;
	border: 1px solid #999999;
}
.FormTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	border: 1px solid #6C685E;
	width: 95%;
}
.FormButton {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #464646;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}


#navcontainer {
	text-align: left;
	width: 175px;
}
#navcontainer ul {
	margin-left: 8px;
	padding: 0;
	list-style-type: none;
}
#navcontainer li a {
	display: block;
	color: #2c3967;
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	width: 100%;
	font-weight: normal;
}
#navcontainer li a:hover {
	color: #2c3967;
	background: #bed9c7;
	text-decoration: none;
}
