body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #141516/*#22210D/*#22201D#fff*/;
	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 */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { 
	width: 96%;  /* this will create a container 80% of the browser width */
	min-width: 1050px;
	max-width: 1150px;
	background:#151310;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #1f1f1f000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

#inside { 
	background:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border-left:solid #F90 2px;
	border-right:solid #F90 2px;
	border-bottom:solid #F90 2px;
*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

#header {
	background-image:url(images/background.jpg);
	height: 210px;
}

#header22 {
	background:#22201D;
	height: 210px;
}

#header33 {
	background:#FFF;
	height: 200px;
}

.divStyles #menu {
	background-color:#151310;
	min-height: 44px;
	border:solid;
	margin-right:50px;
	border-width:2px;
	border-color:#fff;	
}

.divStyles #menuRight {
	background-color:#fff;
	min-height: 44px;
	float:right;
	width:275px;
	border:solid;
	border-width:2px;
	border-color:#fff;	
}

.divStyles #menuLeft {
	background-color:#fff;
	min-height: 44px;
	float:left;
	width:40px;
	border:solid;
	border-width:2px;
	border-color:#fff;	
}

.divStyles #menu2 {

	min-height: 44px;
	border:solid;
	border-width:2px;

	border-color:#FBA807
;	
}


.divStyles #menuL2 {
	float:left;
	width:190px;
	background:url(images/menuBG.jpg);
	min-height: 44px;
	/*border-bottom:solid;
	border-bottom-width:medium;
	border-bottom-color:#FBA807
;	
	border-bottom-width:2px;*/

}	



.divStyles #menuL {
	float:left;
	width:30px;
	background:url(images/menuL.jpg);
	min-height: 44px;
	/*border-bottom:solid;
	border-bottom-width:medium;
	border-bottom-color:#FBA807
;	
	border-bottom-width:2px;*/

}	
.divStyles #menuR {
		float:right;
	width:60px;
	background:url(images/menuR.jpg);
	min-height: 44px;	
	border-bottom:solid;
	border-bottom-color:#FBA807
;
	border-bottom-width:2px;
	
}	


#menu a:link,  #menu a:visited {
	color:#fff;
	text-decoration:none;
}
#menu a:active,  #menu a:hover {
	color:#FBA807
;
	text-decoration:underline;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    This is for Left Body and right margin     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


#main {
	background:#fff;
	
	/*margin-right: 0px;;
	margin-left: 1%;*/
	margin: 0px 295px 0px 40px; 
/*		border-left:solid #22201d 1px*/

}



#leftCol {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	background:#fff;;/* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left:20px;
	padding-bottom: 0px;
	color:#ddd/*#F3E896;*/
}

#leftCol2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px; /* since this element is floated, a width must be given */
	background:#fff;;/* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 60px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left:20px;
	padding-bottom: 0px;
	color:#ddd/*#F3E896;*/
}

 #leftCol hr {
		width: 100% ; color:#151310; border: 0; background-color: #FBA807
; height: 1px;
}

#rightColContact {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 290px; /* since this element is floated, a width must be given */
	/*background:#006;/* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 0px;
	margin-left: 40px;
	padding-top: 0px;
	
}
 #leftBody p,  #leftBody h3 {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
	
}

 #rightColumn p,  #rightColumn h3, #rightColWht p {
	margin-left: 30px; 
	margin-right: 10px;
}

 
  #rightColumn a:link,  #rightColumn a:visited {
	color:#fff;
	text-decoration:none;
}
  .FAQ a:link,  .FAQ a:visited {
	color:#00f; 
	text-decoration:none;
}

 #rightColumn a:active,  #rightColumn a:hover {
	color:#00f; 
	text-decoration:underline;
}

 

 #leftBody p,  #leftBody h3 {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    End of Left Body and right margin     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    This is for Footer     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

 #footerRt { 
/*	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	margin-right: ;
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	

} 


 #footer {
	margin-right:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#FFF;

	
}

 #footer a:link,  #footer a:visited {
/*	color:#FFF;*/
	text-decoration:underline;
}

 #footer a:active,  #footer a:hover {
	color:#f60
;
	text-decoration:underline;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    End of Footer     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    This is for Whitespace     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
 #whiteSp { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
} 

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    End of Whitespace     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*
ul {
	margin-left: 50px;
}

*/li {
	margin-left: 20px;
	margin-right: 40px;
	padding-left: 10px;
	padding-bottom: 5px;
}

h1  {
	text-align:left;
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h2  {
	margin-left: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}


/* Miscellaneous classes for reuse */
.txt {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 50px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 60px;
	max-width:600px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}


.navigate {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 50px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 50px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}

.navigate2 {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D; 
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}
.txtIndex {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 60px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}
.txtIndex9 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}
.txtInd  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

.txtRightInd  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 60px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.txtInd2  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

.txtInd3  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

.txtTeaser  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 45px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 45px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}


.txtLeftC  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;

	
}
.homeTxt  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 60px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;	
}

.txtQuote  {
	font: 100% Arial, Helvetica, sans-serif;
	margin-left: 90px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 140px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Arial, Helvetica, sans-serif;
}

.txtForm  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	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 */
	margin-left: 10px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#22210D;
}

.txtAddy  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	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 */
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtQuoteL {
	font: 100% Arial, Helvetica, sans-serif;
	margin-left: 65px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 140px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Arial, Helvetica, sans-serif;}

.quoterAlign  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txtCentre{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	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: #22201D;
	font-style:italic;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}

.txtRed {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 60px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#C03;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}

.txt4  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 100px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}


.txtIndent  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 80px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 70px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}
.txtRt  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.FAQ  {
	font: 100%  Arial, Helvetica, sans-serif;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-style:italic;
	font-weight:bolder;
	font-family:  Arial, Helvetica, sans-serif;
	
}



.menuTxt {
	margin-left: 	90px; /* the left and right margin should be given to every element that will be placed in the side columns */
	
	margin-right: 35px;
	padding-bottom: 10px;
	padding-top: 14px;
	font-size: 100%;
	font-weight:bold;
	color: #fff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color:22201D;
}

.center  {
	text-align:center
}

.txtBigBox  {
	margin-left: 94px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 20px;*/
	width: 406px;
	background-image:url(images/contact-dot.png);
}


.txtBig  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	padding: 1px 35px 1px 35px;
   /* width: 427px;*/
	background-color:#fff;
	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: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.txtBigImg  {
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left: 94px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 90px;
	max-width: 490px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt2  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightTitle  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	margin-left: 50px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt2a  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	


.txt2address  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-right:250px;
}

.txt2address2  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:158px;
	width: 458px;
}
.txt9address  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	/*margin-left:158px;
	width: 458px;*/
}


.txt2b  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt2centre  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	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: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt2 li {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




.txt2a li {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	margin-left: -5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt3  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 80px;
	max-width: 540px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




.txt3li {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	max-width: 600px;	
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.txtSm  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	/*background-color:#eee;*/
	font-family:  Arial, Helvetica, sans-serif;
}


.txtCenter {
	font: 90% Arial, Helvetica, sans-serif;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	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: #22201D;
	/*background-color:#eee;*/
	font-family: Arial, Helvetica, sans-serif;
}

.txtCenter a:link, .txtCenter a:visited   {
	color:#22201D;
	text-decoration:none;
}


.txtCenter a:active, .txtCenter a:hover {
	color:#f60
;
	text-decoration:underline;
}

.txtFAQ  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 100px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	/*background-color:#eee;*/
	font-family: Arial, Helvetica, sans-serif;
}

.rightNav  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 35px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	/*background-color:#eee;*/
	font-family: Arial, Helvetica, sans-serif;
}

.txtFAQ a:link, .txtFAQ a:visited   {
	color:#22201D;
	text-decoration:none;
}


.txtFAQ a:active, .txtFAQ a:hover {
	color:#F83;
	text-decoration:underline;
}



.copy  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtGrey  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	background-color:#CCC;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indent  {
	margin-left: 140px; /* the left and right margin should be given to every element that will be placed in the side columns */
}

.indentSmall  {
	margin-left: 40px; /* the left and right margin should be given to every element that will be placed in the side columns */
}

.indentTxtBig  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left: 200px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 50px;
	max-width: 510px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentTxt3  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 140px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 80px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentTxt3 h1 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.rAlign  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FAQrAlign  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subH  {
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#999;*/
	/*max-width:50px;*/
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 20px;*/
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-weight:bolder;
}

.location  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#999;*/
	/*max-width:50px;*/
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 20px;*/
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	/*font-weight:bold;*/
}

.locationReg  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#999;*/
	/*max-width:50px;*/
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 20px;*/
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	/*font-weight:bold;*/
}

.subHFAQ  {
	font: 105% Arial, Helvetica, sans-serif;
	/*background-color:#999;*/
	/*max-width:50px;*/
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;*/
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #22201D;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.linespace {
	font-size: 8px;
	line-height: 1.0;
}
.linespace2 {
	font-size: 1px;
	line-height: .5;
}

.doublespace {
	font-size: 16px;
	line-height: 1.0;
}


.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:visited {
	color:#22201D;
	text-decoration:underline;
}

a:active, a:hover {	
	color:#f60
;
	text-decoration:underline;

}

b{
	font-weight:normal;

}

.nobr { 
	white-space: nowrap; 
}

hr{
	font-size:8px;	width: 400px; color:#151310; border: 0; background-color: #151310; height: 1px;
}

#rightCol hr {color:#151310; border: 0; background-color: #FBA807
; height: 1px; }
#leftMain hr {color:#151310; border: 0; background-color: #FBA807
; height: 1px; width:150px; }
.teaserL {
		padding:0 0 0 11px;
		margin-left: 0px;
		margin-right: 40px;
		background:url("images/tsr-l.gif") top left no-repeat;
		max-width: 580px;	
	}
	
.teaserR {
	float:right;
	    
		padding:0 0 0 11px;
		margin-left: 40px;
		margin-right: 0px;
		background:url("images/tsr-l.gif") top left no-repeat;
		max-width: 580px;
	}
.teaserR h2 {
	background:url("images/tsr-r.gif") top right no-repeat;
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:8px 0 0.5em 0;
}

.teaserL h2 {
	background:url("images/tsr-r.gif") top right no-repeat;
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:8px 0 0.5em 0;
}
	
.teaserR p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
.teaserR div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("images/tsr-l.gif") bottom left no-repeat;
}
.teaserR a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("images/tsr-r.gif") bottom right no-repeat;
	}


.teaserL p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
}
	.teaserL div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("images/tsr-l.gif") bottom left no-repeat;
}
	.teaserL a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("images/tsr-r.gif") bottom right no-repeat;
}
.teaser {
		padding:0 0 0 11px;
		margin-left: 40px;
		margin-right: 40px;
		background:url("images/tsr-l.gif") top left no-repeat;
		max-width: 500px;
	}
.teaser h2 {
		background:url("images/tsr-r.gif") top right no-repeat;
			font: 115% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

		margin:0;
		padding:8px 0 0.5em 0;
	}
.teaser p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}

.teaser li {
		margin:0 0 0 0px;
		padding:0 10px 0.4em;
	/*	border:1px solid #d8d8d8;
		border-width:0 1px;*/
		background:#fff;
	}

.teaser ul {
		margin:0 0 0 -11px;
		padding:0 20px 0.5em 55px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}

.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("images/tsr-l.gif") bottom left no-repeat;
}
.teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("images/tsr-r.gif") bottom right no-repeat;
	}


/* ====================================================== */

.twitterBox {
		margin-left: 10px;
		margin-right: 0px;
		background-color:#fff;
		/*color:#FFF;
		border-left-style:solid;
		border-left-width:2px;
		border-left-color:#fba807;
		border-right-style:solid;
		border-right-color:#fba807;/*1c1a4b;*/
				/*border-right-width:2px;*/
		
}

.twitter {
	font-size:80%;
		padding:2px 5px 5px 5px;
		margin-left: 11px;
		margin-right: 1px;
		background-color:#22201d;
		color:#FFF;
		border-bottom-style:dotted;
		border-bottom-width:thin;
		border-bottom-color:#fff;
		border-left-style:solid;
		border-left-width:2px;
		border-left-color:#151310;
		border-right-style:solid;
		border-right-color:#151310;/*1c1a4b;*/
				border-right-width:2px;

	}

.twitter a {
	color:#4aed05;/*color:#fff;
	text-decoration:none;*/
}/*

.twitter a:hover {
	text-decoration:underline;
}*/

.twitterEnd {
	font-size:80%;
		padding:5px 5px 10px 5px;
		margin-left: 11px;
		margin-right: 1px;
		background-color:#22201d;
		color:#FFF;
				border-left-style:solid;
		border-left-color:#151310;
		border-right-style:solid;
		border-right-color:#151310;
		border-right-width:2px;
		border-left-width:2px;

	}

.twitterEnd a {
	color:#4aed05;
}

.twitterEnd a:hover {
	color:#FBA807;
}

.twitter a:hover {
	color:#FBA807;
}
	
/*++++++++++++++++++++++++++++=======================*/

/*.twittxt{	border-left: 2px solid #151310;
margin-right: 0px;
	border-right: 2px solid #151310; background-color:#DACAA9; padding: 0px 6px 1px 10px;#FEEECF;}

.txt2shout  {
		font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; 
	margin-right: 0px;
	text-align: left; 
	color: #151310;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.tweet {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px; 
	margin-right: 0px;
	text-align:right; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twitlink {
	width:220px;
	height:40px;
	background-image:url(images/twitbg.jpg);
}*/


.boxL {
		margin-left: 0px;
		margin-right: 0px;
		background-color:#fff;	
}

.boxM {
		margin-left: 80px;
		margin-right: 0px;
		background-color:#fff;	
				float:right;
}

.boxR {
		margin-left: 0px;
		margin-right: 9px;
		float:right;
		background-color:#fff;	
}



.boxTxt {
	font-size:100%;
		padding:7px 15px 5px 15px;
		margin-left: 4px;
		margin-right: 4px;
		background-color:#FFF;
		width:416px;
		color:#22201d;
	}
	
.boxTxtM {
	font-size:100%;
		padding:8px 15px 5px 15px;
		margin-left: 4px;
		margin-right: 4px;
		background-color:#FFF;		float:right;
		width:536px;
		color:#22201d;
	}
	
	.boxTxtR {
	font-size:100%;
		padding:6px 15px 5px 15px;
		margin-left: 4px;
		margin-right: 4px;
		background-color:#FFF;
		text-align:left;
		width:416px;
		color:#22201d;
	}
	
.boxFrame {
	background-image:url(images/border.jpg);
	width:454px;

	}
	
	.boxFrameR {
		float:right;
	background-image:url(images/border.jpg);
	width:454px;
			margin-right: 10px;
		text-align:right;

	}
	
.boxFrameM {
	background-image:url(images/border.jpg);
	width:574px;
	float:right;
	margin-right:1px;

	}

.boxTxt a {
	color:#4aed05;/*color:#fff;
	text-decoration:none;*/
}/*

.twitter a:hover {
	text-decoration:underline;
}*/.aligncenter, div.aligncenter {
   text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
