@charset "utf-8";
* { padding: 0; margin: 0; } /*global definition for padding and margin*/
#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 15px;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	height: 127px;
	background-color: #13537F;
	width: 100%;
}
#header_wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 127px;
}
.formtext {
	font-weight: bolder;
	color: #FFcc00;
}


#content {
	background-color: #FFFFFF;
}
#content  p, h1, h2 {
	padding: 5px;
}

#footer  {
	background-image: url(/images/box_footer2.jpg);
	height: 38px;
}
.test-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3A80B1;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.test-content {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	width: 220px;
	text-align: left;
}
.extrapad {
	padding: 15px;
}
.bulletpadding {
	margin: 5px;
	padding: 5px;
}

.style1 {font-size: 18px}
h1 {
	font-family: Impact;
	font-size: 36px;
	text-transform: uppercase;
	color: #0000FF;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.legalcopy {
	font-size: 10px;
	color: #000000;
}
.form-title {
	font-family: Impact;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #3A80B1;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
ul {
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 70px;
	text-align: left;
	list-style-type: disc;
}
.hilite {
	background-color: #FFFF00;
}
.sublina {
	text-decoration: underline;
}
#wrapper #content .style123 img {
	border: 2px solid #13537F;
}
