@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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E3E3E3;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 19px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 0;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.search {
	width: 166px;
	margin:0;
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin: 0px;
}
a {
	outline:none;	
} 
a:link {
	color: #16539E;
	text-decoration: underline;
}
a:visited {
	color: #16539E;
	text-decoration: underline;
}
a:hover {
	color: #16539E;
	text-decoration: underline;
} 
a:active {
	color: #16539E;
	text-decoration: underline;	
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #1956A2;
	margin: 0px;
	padding: 0px;
}
.txt_header1 {
	color: #598BC8;
	line-height: 22px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 21px;
}
.txt_header2 {
	font-weight: bold;
	color: #1956A2;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 18px;
}
.txt_header3 {
	font-weight: bold;
	color: #1956A2;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 19px;
	margin-bottom: 6px;
}
.txt_header4 {
	font-weight: bold;
	color: #16539E;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
.txt_header4_orange {
	font-weight: bold;
	color: #E49418;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
.txt_header4_green {
	font-weight: bold;
	color: #8BB716;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
.txt_header3_top {
	font-weight: bold;
	color: #1956A2;
	line-height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 6px;
}
.boldtxt {
	font-weight: bold;
}
.italic_txt {
	font-style: italic;
}
.grey_italic_txt {
	font-style: italic;
	color: #666666;
}
.alttxt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1956A2;
}
.blue_txt_bld {
	font-weight: bold;
	color: #1956A2;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.lt_blue_txt_bld {
	font-weight: bold;
	color: #598BC8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.grey_txt_bld {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.small_italic_txt {
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.small_italic_txt a:link, .small_italic_txt a:visited, .small_italic_txt a:hover, .small_italic_txt a:active {
	color: #666666;
	text-decoration: underline;
}
.small_bld_txt {
	font-weight: bold;
	color: #1956A2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.horizontal_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 26px;
	margin-bottom: 28px;
}
.footernav {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
}
.footernav a:link, .footernav a:visited, .footernav a:hover, .footernav a:active {
	color: #ffffff;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 19px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	margin: 0px;
	padding: 0 0 15px 9px;
}
.main_list {
	list-style-type: none;
	background-color: transparent;
	background-image: url(images/list_2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 11px;
}
.tool_list {
	list-style-type: none;
	background-color: transparent;
	background-image: url(images/list_2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.numbered_list {
	list-style-type: decimal;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 6px;
}
table {
	border:0;
	border-collapse:collapse;
}
form {
	margin:0;
	padding:0;
}
legend {
	margin: 0;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1956A2;
}
fieldset {
	margin: 0 0 10px 0;
	padding: 6px;
	border:1px solid #1956A2;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.form_table {
	border: 0;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_table tr, .form_table td {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#first_name, #last_name, #company, #street, #city, #state, #phone, #fax, #email  {
	width:96%;
}
.field_length  {
	width:96%;
}
.form_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #333333;
	font-weight: bold;
}
.form_regular_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #333333;
}
.results {
	width: 445px;
	font-size: 11px;
	margin:0;
}
#disclaimer {
	height: 95px;
	width: 395px;
	overflow: auto;
	padding-right: 18px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.disclaimer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin-bottom: 8px;
}
.disclaimer_header {
	font-weight: bold;
	color: #1956A2;
	line-height: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 6px;
}
.table_outlined {
	margin: 0;
	padding: 0px;
	border:1px solid #1956A2;
}
.table_outlined tr, .table_outlined td {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 9px;
	border:1px solid #CCCCCC;
}
