@charset "UTF-8";


.header #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	
}

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	text-align: center;
	background-color: #7FA1C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.thrColFix #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #284f92;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	vertical-align: middle;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 20px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px 20px 0px 0px;
}
.thrColFix #sidebarBN1 {
	float: right;
	width: 218px;
	height: 20px;
	background: #;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bn_bg.gif);
}
.thrColFix #sidebarBN2 {
	float: right;
	width: 218px;
	height: 20px;
	background: #;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bn_bg.gif);
}
.thrColFix #sidebarBN3 {
	float: right;
	width: 218px;
	height: 20px;
	background: #;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bn_bg.gif);
}
.thrColFix #sidebarBN4 {
	float: right;
	width: 218px;
	height: 20px;
	background: #;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bn_bg.gif);
}
.thrColFix #sidebarBN5 {
	float: right;
	width: 218px;
	height: 35px;
	background: #396DB6;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.thrColFix #mainContent { 
	margin: 0 238px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #sidebarLeftIndexBody {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 10px 5px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 20px;
}
.thrColFix #sidebarRightIndexBody {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 0px 5px 18px; /* padding keeps the content of the div away from the edges */
	margin: 0px 20px 0px 0px;
}
.thrColFix #middleBody01 { 
	margin: 20px 244px 20px 390px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #middlePicture01 { 
	margin: 20px 401px -148px 244px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #sidebarFAQleft {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 20px;
}
.thrColFix #sidebarLeftFAQimage {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
	margin: -20px 0px 0px 20px;
}
.thrColFix #mainContentFAQ { 
	margin: 0px 20px 20px 180px; 
	padding: 0px 10px 5px 20px;
}
.thrColFix #middleBodyFAQ { 
	margin: 20px 20px 20px 214px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #div1{    
    width: 561px;
    height: 112px;
    border: 0px;
    text-align: left;
 	margin: 0px 0px 0px 0px;
    float: left;
 }
.thrColFix #div2{
	width: 561px;
	height: 45px;
	border: 0px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	margin: 0px;
	float: left;
 }


.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: 10px;
	margin-right: 10px;
}
.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;
}


.TXTtop1 {
	color: #FFFFFF;
	background-image: url(images/header_div2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	font-weight: bold;
}

.TXTtop1 a:link {color: #DCBF78;}
.TXTtop1 a:visited {color: #DCBF78;}
.TXTtop1 a:hover {color: #FFFFFF;}
.TXTtop1 a:active {color: #ff0000;}

.TXTtop2 {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	font-weight: bold;
}

.TXTtop2 a:link {color: #FFFFFF;}
.TXTtop2 a:visited {color: #FFFFFF;}
.TXTtop2 a:hover {color: #FF0000;}
.TXTtop2 a:active {color: #ff0000;}

a:link {color: #295092}     /* unvisited link */
a:visited {color: #295092}  /* visited link */
a:hover {color: #D8932F}   /* mouse over link */
a:active {color: #ff0000}   /* selected link */



.image {
	overflow: inherit;
	visibility: inherit;
	z-index: 1;
}
.horizBlue {
	color: #5BA9FC
}

* {
	margin:0;
	padding:3;
 }

.headline {
	color: #D7902A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5BA7FB;
	vertical-align: bottom;
}
.footerTXT {font-size: 10px}
.footerTXT9 {font-size: 9px}
.TXTtop {
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 10px;
}
.tableintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.headlineRight {
	color: #D7902A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5BA7FB;
	vertical-align: bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5BA7FB;
}
.headlineLeft {
	color: #D7902A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5BA7FB;
	vertical-align: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5BA7FB;
}
.tableintxtRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5BA7FB;
}
.tableintxtLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #5BA7FB;
}
.footerTXT2 {color: #D7902A}
.footerTXT2 {color: #D7902A}
.headlineTXTless {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5BA7FB;
	vertical-align: bottom;
}
.tableinIMGleft {
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5BA7FB;
}
.SubHeadlineVendors {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5BA7FB;
	vertical-align: top;
}
