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-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.mgd10 #container {
	width: 968px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #666666;
} 
.mgd10 #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 83px;
	width: 974px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
} 
.mgd10 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mgd10 #wrapper {
	width: 966px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #666666;
	margin-left: auto;
	display: inline-block;
}

.mgd10 #sidebar1 {
	width: 309px;
	height: auto;
	background-image: url(images/form_bkgrd.png);
	float: left;
	clear: left;
	margin-top: 2px;
	padding: 0px;
	background-repeat: no-repeat;
}
.sidebarContent {
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 10px;
	width: 270px;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	height: 400px;
}

.mgd10 #nav {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 659px;
	margin-left: 0px;
	background-image: url(images/topnav_bkgrd.png);
}


.mgd10 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
	width: 649px;
	margin-left: 0px;
} 
.contentInside  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 100%;
}

.mgd10 #footer {
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
} 
.mgd10 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.mgd10  #footer2 {
	padding-right: 0;
	padding-left: 0;
	background-image: url(images/bkgrd.gif);
	margin: 0px;
	height: 124px;
	text-align: right;
}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	float: left;
	clear: left;
}

H1 {
	color: #88631B;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 10px;
}
H2 {
	color: #1A801C;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
H3 {
	color: #1A801C;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}
H4 {
	color: #C6171D;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}



.HR2 {
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	width: 634px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.HR22 {
	clip: rect(auto,auto,auto,auto);
	width: 634px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.fltlftCLEAR {
	float: left;
	margin-right: 8px;
	clear: left;
}
.fltrtCLEAR {
	float: right;
	clear: right;
}


.bodytext {
	FONT-SIZE: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;


}
.bodytext2 {
	FONT-SIZE: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;


}
.guaranteed {
	FONT-SIZE: 13px;
	font-weight: bolder;
	color: #1A801C;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytextsmall {
	FONT-SIZE: 10px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.BoldRed {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #FF0000;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
a {
	COLOR: #88631B;
	font-weight: normal;
	text-decoration: underline;


}
a:hover {
	COLOR: #009900;
	TEXT-DECORATION: underline;


}
a.mainnav {
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
}
a.mainnav:hover {
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	color: #FF0000;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #FFFFFF;
}

a.button {
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 177px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 4px;
}
a.button:hover {
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/button2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 177px;
	text-align: center;
	display: block;
	padding-top: 4px;
	text-decoration: none;
}
.buttonTitle {
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 177px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
a.topnav {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	margin: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	text-align: center;
	height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 130px;
	float: left;
}
a.topnav:hover {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #CCCCCC;
	font-size: 14px;
	display: block;
	margin: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	text-align: center;
	height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.more {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #FF0000;
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
	height: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a.more:hover {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #171717;
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


a.subnav {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #000000;
	font-size: 12px;
	padding-left: 6px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	padding-right: 6px;
}


a.subnav:hover {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	padding-right: 6px;
	background-color: #717171;
}




a.linkBoldWhite {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-size: 11px;


}
a.linkBoldWhite:hover {
	FONT-WEIGHT: bold;
	COLOR: #494981;
	background-color: #FFFFFF;

}
a.linkBoldBlack {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 12px;



}
a.linkBoldBlack:hover {
	FONT-WEIGHT: normal;
	COLOR: #666666;
	TEXT-DECORATION: underline;

}
}
a.linkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3520AA;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;


}
a.linkgrback {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
a.sqBulletList_LINK {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 3px;
	COLOR: #494981;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #e6e6e6 1px solid;
	TEXT-DECORATION: none;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: auto;
	line-height: 14px;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.sqBulletList_LINK:hover {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 3px;
	COLOR: #CF171D;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #e6e6e6 1px solid;
	TEXT-DECORATION: underline;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: auto;
	line-height: 14px;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


A.Dotlnk {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 25px;
	FONT-SIZE: 13px;
	PADDING-BOTTOM: 3px;
	COLOR: #de2e27;
	PADDING-TOP: 13px;
	TEXT-DECORATION: none;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 3px;
}
A.Dotlnk:hover {
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-image: url(file:///C|/Users/Moonracer65/Desktop/A%20Websites/BoltExpo/images/gr_dot.gif);
}
a.linkBoldRTT {
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	font-size: 11px;
}
a.linkBoldRTT:hover {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	color: #FFFFFF;
	font-size: 11px;
}
.tableback {
	background-color: #E0E0E0;
	color: #397B9B;
	font-size: 14px;
	font-weight: bold;
}
.tableBack2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}
.tableBack3 {
	font-size: 12px;
	color: #000000;
	background-color: #E0E0E0;
	font-weight: bolder;
}
table   {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.table2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border: 1px solid #999999;
	padding: 0px;
	height: 100%;
}
.separator {
	FONT-SIZE: 12px;
	font-weight: normal;
	color: #000000;
}

.sqBullettxt {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 11px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	COLOR: #595959;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #e6e6e6 1px solid;
	TEXT-DECORATION: none;
	background-image: url(images/gold_dots.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 155px;
	line-height: 12px;
	margin-left: 3px;
}
.dots {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sqBulletList {
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	COLOR: #666666;
	PADDING-TOP: 0px;
	TEXT-DECORATION: none;
	background-image: url(images/gold_dots.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 270px;
	line-height: 14px;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
}
.sqBulletList_lg {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 3px;
	COLOR: #666666;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #e6e6e6 1px solid;
	TEXT-DECORATION: none;
	background-image: url(images/gold_dots.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 400px;
	line-height: 14px;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imcap {
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 13px;
}
.dotsBlue {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #387A9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dottedLine {
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-top-width: thin;
	border-top-color: #666666;
	padding-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.form2 {
	font-size: 12px;
	color: #000000;
	background-color: #ECF5F9;
	font-weight: bolder;
}
.Quote {
	FONT-SIZE: 17px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 15px;
}
.formHdr {
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}


.formtext {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: inline-block;
	float: left;
	width: 69px;
	margin-right: 0px;
	margin-left: 0px;
	height: 19px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.formtextNoField {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: inline-block;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	height: 19px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.formtextZip {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: inline-block;
	float: left;
	width: 20px;
	margin-right: 4px;
	margin-left: 0px;
	height: 19px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.formFIELDState {
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #88631B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 45px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	float: left;
	background-color: #F3ECDE;
	padding: 0px;
}
.formFieldZip {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: block;
	background-color: #F3ECDE;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 90px;
}

.formFIELDSelect {
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #88631B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F3ECDE;
}
.formFieldZip2 {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: block;
	background-color: #F3ECDE;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 82px;
}




.formField {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: block;
	background-color: #F3ECDE;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 165px;
}
.formLine {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #88631B;
	display: block;
	float: left;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
	height: 20px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.formLine2 {
	FONT-SIZE: 11px;
	font-weight: normal;
	color: #000000;
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.formtextBottom {
	FONT-SIZE: 11px;
	font-weight: normal;
	color: #574D37;
	display: block;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: justify;
	width: 100%;
	height: 60px;
	clear: left;
}

.mainbutton {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 252px;
	display: block;
	height: 35px;
	cursor: pointer;
	font-style: italic;
	background-color: #1A801C;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	float: left;
	margin-top: 100px;
}
.formLastBox {
	FONT-SIZE: 11px;
	color: #000000;
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 12px;
}
.checkbox {
	margin-right: 3px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.agree {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}
.Button {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	display: block;
	height: 35px;
	cursor: pointer;
	font-style: italic;
	background-color: #1A801C;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	float: left;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
}


.title {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	width: auto;
	margin-left: 20px;
	height: 20px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.titleBG {
	float: left;
	width: 100%;
	background-image: url(images/title-bg.png);
	border: 2px none #000000;
	height: 37px;
	clear: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


.tanButton {
	background-color: #F3ECDE;
	color: #88631B;
	font-size: 14px;
	font-weight: bold;
}
.tanButtonCopy {
	color: #F80516;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-color: #E1A52C;
}
.address {
	font-size: 10px;
	color: #333333;
	display: inline-block;
	width: auto;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 5px;
	float: left;
	clear: left;
}
A.bottomLinks {
	COLOR: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}
A.bottomLinks:hover {
	COLOR: #8B2D2D;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.rt_side_images {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 279px;
	width: 218px;
	margin-top: 31px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

.rt_col2 {
	font-size: 12px;
	color: #333333;
	display: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 225px;
	width: auto;
	line-height: 18px;
	text-align: right;
}
.sep {
	font-size: 11px;
	color: #88631B;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.linkSmall {
	COLOR: #333333;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}
A.linkSmall:hover {
	COLOR: #8B2D2D;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}
.fbLogos {
	padding-bottom: 20;
	padding-left: 0px;
	display: block;
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	float: left;
	width: 309px;
}


.copyright {
	font-size: 10px;
	color: #B18227;
	width: 974px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;

}
A.bottomLinks {
	COLOR: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-right: 0px;
}
A.bottomLinks:hover {
	COLOR: #8B2D2D;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.sidebarImage {
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.guaranteedBox {
	font-weight: bolder;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 610px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	clear: left;
	background-image: url(images/grey-dot.png);
	background-repeat: repeat-y;
	background-position: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.guaranteedInsideBX {
	font-weight: bolder;
	width: 235px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
}
.textBox {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 0px;
}
.bottomTel {
	font-size: 14px;
	color: #1A801C;
	display: inline-block;
	width: auto;
	padding: 5px;
	float: left;
	font-weight: bold;
}
.textBoxTenTop {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	clear: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 0px;
}
.textBoxTenTopLeft40 {
	width: 500px;
	margin-right: 0px;
	margin-left: 60px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
.textBoxGuarantee {
	width: auto;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

