@charset "utf-8";
body {
	background-color: #ABCEF1;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/dropshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 14px;
}
h1      {
	color: #000033;
	font-size: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 15px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
}
#header {
	width: 100%;
	height: 130px;
	clear: both;
	float: left;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-position: center;
	background-color: #000033;
}
#logo  {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	width: 830px;
	height: 100px;
	position: relative;
	left: 0px;
	top: 10px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header-new.png);
	background-position: 30px -20px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 40px;
}



#content {
	height: auto;
	float: left;
	width: 770px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	clear: both;
}
#contact_table {
	font-size: 16px;
}



#footer {
	width: 770px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000033;
	display: inline-block;
}
a  {
	color: #000000;
	text-decoration: none;
}
#content a:hover  {
	color: #FFFFFF;
	background-color: #003366;
}


h2,h3,h4 {
	color: #000033;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 10px;
}
.logo_small   {font-size: 18px}
.active_nav  a {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #973C21;
}
