@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 18px;
	color: #8a0000;
	font-weight: normal;
}
#container {
	margin: 0 auto;
	height: 100%;
	width: 785px;
	background-image: url(images/papershadow.jpg);
	background-repeat: repeat;
	background-color: #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(images/header-sig.gif);
	background-repeat: no-repeat;
	height: 163px;
	width: 450px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#nav {
	position: relative;
	left: 72px;
	width: 450px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 680px;
	font-size: 20px;
	color: #000000;
	float: left;
}
#nav ul li {
	float: left;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
	padding: 5px 0px;
}
#nav ul a:link {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #000000;
}
#nav ul a:visited {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #000000;
}
#nav ul a:hover {
	background-image: url(images/nav-check.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration:none;
	color: #8a0000;
}
#nav ul a:active {
	background-image: url(images/nav-check.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration:none;
	color: #8a0000;
}
a:link, a:visited {
	color: #8a0000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
.redhead1 {
	font-size: 18px;
	color: #8a0000;
	padding-bottom: 5px;
	position: relative;
	left: -15px;
}
.redhead2 {
	font-size: 16px;
	color: #8a0000;
}
.copy {
	width: 360px;
	padding: 20px 0px 0px 70px;
	float: left;
	
}
.services {
	padding: 32px 70px 0px 0px;
	float: right;
	width: 200px;
	
}
.clear {
	clear: both;
}
#footer {
	float: left;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	width: 680px;
	margin-top: 40px;
	padding-top: 5px;
	border-top-color: #000000;
	position: relative;
	left: 60px;
}
#copyright {
	padding-top: 5px;
	font-size: 10px;
	line-height: 12px;
}
.containertable {
	text-align: left;
}
.inputbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8a0000;
	border: 1px solid #CCCCCC;
	padding-left: 3px;
}
