body {
	background-color: #C2BCAF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	color: #555555;
}
#linksbar {
	margin:0 auto;
	width: 1000px;
}
#headerlinks {
	position:relative;
	overflow:hidden;
	width: 100%;
}
#headerlinks  a:link, #headerlinks  a:visited, #headerlinks  a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #E8E8E8;
	text-decoration: none;
	padding:10px 5px 10px 5px;
	display:inline-block;
	text-align:center;
	margin:auto;
	width: 18%;
}
#headerlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666;
}
img {
	border:none;
}
.table_main {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4 {
	line-height:1.2em;
}
h1, h1 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #28303f;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	color: #28303f;
}
.footer {
	background-image: url(/art/nav/bottomfade.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	background-color: #C2BCAF;
	padding: 30px;
}
.bodylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
	text-decoration:none;
}
.bodylinks:hover {
	text-decoration:underline;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
	color: #28303f;
	text-decoration:none;
}
.links:hover {
	text-decoration:underline;
}
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight:bold;
	color: #28303f;
}
a:hover {
	color: #599c73;
	text-decoration: underline;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 100;
	color: #28303f;
	line-height: 18px;
}
.text14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #555555;
	text-decoration:none;
}


.img_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img_left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

/* Drop Down Menu Stimages*/
.dropdown{
	position:absolute;
	visibility: hidden;
	border: 1px solid #b8c4d0;
	border-bottom-width: 0;
	border-top-width:8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #E8E8E8;
	line-height:10px;
	text-align:left;
	z-index:130;
	margin-left:0px;
	margin-top:7px;
	background-color: #28303f;
	filter: alpha(opacity=90);
	opacity: 1;
	width: 100px;
}

.dropdown a:link,.dropdown a:visited{
width: 100%;
display: block;
border-bottom: 1px solid #6b86a0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#6b86a0;
line-height:20px;
z-index:130;
}

.dropdown a:hover{
background-color: #5e6778;
color: #FFFFFF;
visibility:visible;
z-index:130;
}
/* Drop Down Menu End*/

/* CAROUSEL FEATURE */
#feature {
	background-color:#000;

}
#feature-nav {
	position:relative;
	bottom: 3em;
	left: 1em;
	z-index: 50;
}
#feature-nav  a {
	color: #fff;
	border:1px solid #ccc;
	padding:.5em .8em ;
	background-color:#594E3F;
	opacity:0.8;
	text-decoration:none;
	margin: 2px;
}
#feature-nav a:hover {
	background-color: #FFF;
	color: #333;
	opacity: .8;
}
/* END CAROUSEL FEATURE */
