﻿@import url('layout.css');
/* document specific DIV tags */
body {
	background-color: #ACC4AA;
	position: relative;
}

.Shieldstyle {
	vertical-align: bottom;
	border-style: solid;
	border-width: 0;
	position: absolute;
	right: 20%;
	top: 3px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #b22222;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #b22222;
}
.smallindent {
	font-family: Verdana;
	text-indent: 25px;
	font-weight: lighter;
	line-height: -3px;
	padding: -2px;
}

#footer {
	padding: 0;
	background-color: #75A491;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	font-size: small;
	color: #000000;
}
#footer a {
	color:#B22222;}
}	
.address-style {
	font-size: medium;
}


#navholder {
	margin: 4px 0px 0px 0px;
	width: auto;
	height: 30px;
	background-color: #990000;
}
#navholder ul {
	margin: 3px 0px 3px 8px;
	background-color: #990000;
	list-style-type: none;
	width: auto;
	text-align: center;
}
#navholder li {
	padding: 0px;
	margin: 0px;
	display: inline;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	float: left;
}
#navholder a {
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}
#navholder a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ACC4AA; /*pale blue green*/
	font-weight: bold;
}
#pagecontent {
	padding: 0px;
	width: 100%;
	height: 760px;
	background-color: #FFFFFF;
	font-family: Verdana;
	margin-top: 5px;
	overflow: auto;
}
.setback {
	margin: 10px;
	padding: 10px;
	overflow: auto;
}
.setback a {
	font-weight: bold;
	color: #990000;
}


