@charset "UTF-8";
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 */
	color: 			#000000;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		100%;
	background-color: #666666;
	background-image: url(images/bgpattern.jpg);
}
#container {
	width: 			914px;
	margin: 		0 auto;
	text-align: 	left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 	8px;
	margin-bottom: 	11px;
	padding-top:	0;
	padding-right: 	10px;
	padding-bottom: 0;
	padding-left: 	10px;
	height: 		42px;
	border-top:		1px solid #5C5C5C;
	border-bottom: 	1px solid #5C5C5C;
}
#mainContent {
	background: 	#FFFFFF;
	border: 		3px solid #000000;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-position: center;
	margin-top: 	7px;
	padding: 		0px;
	border-top:		1px solid #5C5C5C;
	border-bottom: 	1px solid #5C5C5C;
}
#footer table tr td p, #footer table tr td p a, #header p a {
	margin: 		0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-transform: uppercase;
	font-size: 		9px;
	color: 			#000000;
	text-decoration: none;
	padding: 		3px;
}
 #footer table tr td p a:hover, #header a:hover {
 	text-decoration:underline;
 }
.soffefooter {
	font-size: 		10px;
	margin: 		6px;
}


td.reps1 {
	border-bottom:			1px solid #AAAAAA;
	border-right:				1px solid #AAAAAA;
	text-align: 				left;
	font-weight: 				bold;
	white-space: 				nowrap;
}
td.reps2 {
	border-bottom:			1px solid #AAAAAA;
	border-right:				1px solid #AAAAAA;
	text-align: 				center;
}
td.reps3 {
	border-bottom:			1px solid #AAAAAA;
	text-align: 				right;
}
table.reps {
	border-left: 				1px solid #AAAAAA; 
	border-right: 			1px solid #AAAAAA; 
	border-top: 				1px solid #AAAAAA; 
}

#email {
	margin: auto;
	background-color: #FFFFFF;
	border:1px dashed #CECECE;
	padding:5px;
	width:440px;"
}

.asdf {
	text-decoration: underline;
	color: #009CE5;
}
form {
	margin: 0px;
	padding: 0px;
}
.req {
	background-color: #FFFFCC;
}
.optional {
	background-color: #F7F7F7;
}
.req, .optional {
	border: 2px #3399FF solid;
	margin: 2px;
	padding: 4px;
	}

#email div {
	padding-right: 12px;
	padding-left: 12px;
}
.style2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #003366
}
.style4 {color: #009CE5}


