body {
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.address a {
	text-decoration: none;
	font-weight: bold;
}
.header {
	text-align: center;
	background-image: url(images/toptile.gif);
	width: 100%;
}
.content {
	width: 666px;
	margin-right: auto;
	margin-left: auto;
}

.address a:hover {
	text-decoration: underline;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.webdesign {
	text-align: center;
}

.webdesign a {
	color: #A4A4A4;
	text-decoration: none;
	font-size: 9px;
}
.webdesign a:hover {
	text-decoration: underline;
	color: #FF0000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	color: #990000;
	font-size: 15px;
}
/* Contact Us Form formatting  */
.Contact_Us label {
	background: none;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.captcha label {
	background: none;
	float: left;
	width: 120px;
	padding: 3px;
	margin-right: 5px;
}
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #999999;
	color: #000000;
	background: none;
}
.Contact_Us input {
	width: 150px;
	border: 1px solid #999999;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us br {
	margin: 0px;
	clear: left;
}
input.submit  {
	background-color: #2b3a76;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 140px;
}
.redtext {
	color: #FF0000;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 15px;
}
.captcha input {
	height: 24px;
	padding-top: 10px;
}
h1 {
	color: #000;
	font-size: 12px;
}
