a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #303;
}
a:active {
	text-decoration: none;
	color: #F90;
}
body {
	margin: 0px;
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-x;
	background-color: #001932;
	text-align: center;
	position: relative;
}
#wrapper {
	background-image: url(../images/bkr.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	visibility: visible;
	overflow: visible;
	display: block;
	width: 1024px;
	position: relative;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	}
	
#bodycopy {
	text-align: center;
	display: block;
	width: 800px;
}.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4478A4;
	line-height: 15px;
	text-align: left;
}

.footercopy a{
	color: #4478A4;
}
.footercopy a:hover{
	color: #F90;
}
.contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #11203F;
	text-align: right;
	font-weight: bold;
}
.forminstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F1C3A;
	text-align: left;
}
.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
}
