@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #aaa; /*#252620;0C430F*2727.27..11430.C*/
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.divStyles #container { 
	width: 94%;  /* this will create a container 80% of the browser width */
	min-width: 900px;
	max-width: 1100px;
	background:#ddf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.divStyles #header {
	background:#1C1A4B;
	height: 210px;
	
/*	float: left; /* this element must precede in the source order any element you would like it be positioned next to */

	/*padding: 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.divStyles #menu {
/*	background:url(images/menuBG.jpg);*/
	min-height: 44px;
	border-bottom:solid #FBA807 3px;
	background-color:#1C1A4B;
	border-top:solid #FBA807 3px;	
}	
.divStyles #menuL {
	float:left;
	width:60px;
	/*background:url(images/menuL.jpg);*/
	min-height: 44px;
	border-bottom:solid #FBA807 3px;	
	background-color:#1C1A4B;

	border-top:solid #FBA807 3px;

}	
.divStyles #menuR {
		float:right;
			background-color:#1C1A4B;

	width:60px;
	/*background:url(images/menuR.jpg);*/
	min-height: 44px;	
	border-bottom:solid #FBA807 3px;
		border-top:solid #FBA807 3px;	
	
	
}	


/*.divStyles #menu {
	background:url(images/menuBG.jpg);
background-color:#0d0d44;/*#2.6.2.2.6.2;
	min-height: 40px;
	border-bottom:solid;
	border-bottom-color:#FBA807;	
	border-left-style:solid;
	border-top-color:#FBA807;
border-top:solid;
	border-left:solid;
	border-left-color:#FBA807;
		border-right:solid;
	border-right-color:#FBA807;
}	*/

/*.divStyles #menu a:link, .divStyles #menu a:visited {
	color:#fff;
	text-decoration:none;
}

.divStyles #menu a:active, .divStyles #menu a:hover {
	color:#FBA807;
	text-decoration:underline;
}
*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    This is for Left Body and right margin     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.divStyles #leftBody {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 62%; /* 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 */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 2%;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.divStyles #leftMain {
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further*/
	/*float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	/*width: 60%;*/
	/*margin-right: 0px;;
	margin-left: 1%;*/
	margin: 0 305px 0 0px;  


}

.divStyles #Main {
	background: #ddf; /* the background color will be displayed for the length of the content in the column, but no further*/
	/*float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	/*width: 60%;*/
	/*margin-right: 0px;;
	margin-left: 1%;
	margin: 0 0 0 0px;  
	border-left:solid #FFF686 3px;
	border-right:solid #FFF686 3px;*/

}

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

}

.divStyles #leftMain li {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 50px;
	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 */
	color: #009;

}



.divStyles #rightCol {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 295px; /* since this element is floated, a width must be given */
	background:#ddf;/* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 5px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;	
		/*	border-right:solid;
	border-right-color:#FBA807;*/
}



.divStyles #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;
	
}
.divStyles #leftBody p, .divStyles #leftBody h3, .divStyles #leftBody li {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 40px;
}

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

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

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

.divStyles #rightColWht li {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns*/
	margin-right: 10px;
}*/

.divStyles #leftBody p, .divStyles #leftBody h3, .divStyles #leftBody li {
	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 Left Main and Right Menu     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.divStyles #right {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	margin-right: 1%;
	margin-left: 1%;
	width: 46%; /* since this element is floated, a width must be given */
	/*max-width: 450px;
	/*background-image:url(menubox.png);*/
	background-color:#ccc;
	/* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 10px; /* top and bottom padding create visual space within this div */
	/*border-bottom:solid;
	border-bottom-color:#FF8c00;
	border-left:solid;
	border-left-color:#FF8c00;
	border-right:solid;
	border-right-color:#FF8c00;*/
}

.divStyles #left {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	margin-right: 1%;
	margin-left: 1%;
	width: 46%; /* since this element is floated, a width must be given */
	/*max-width: 450px;
	/*background-image:url(menubox.png);*/
	background-color:#ccc;
	/* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 10px; /* top and bottom padding create visual space within this div */
	/*border-bottom:solid;
	border-bottom-color:#FF8c00;
	border-left:solid;
	border-left-color:#FF8c00;
	border-right:solid;
	border-right-color:#FF8c00;*/
}




/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    End of Left Body and Right Menu     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


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

.divStyles #footerRt { 
/*	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#1C1A4B;
	min-height: 22px;
	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 */
	border-top:solid;
	border-top-color:#FBA807;
	border-top-width:3px;


} 


.divStyles #footer {
	margin: 0; /* 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:#1C1A4B;
	color:#FFF;	
	min-height: 22px;

	text-align:center;
	border-top:solid;
	border-top-color:#FBA807;
	border-top-width:3px;


}

.divStyles #footer a:link, .divStyles #footer a:visited {
	color:#ddd;
	text-decoration:	underline;
}

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



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    This is for Whitespace     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.divStyles #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-right: 0px;
}

/*li {
	margin-right: 0px;
}*/



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

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

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

h3  {
	margin-left: 60px; /* 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: 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: #009;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}

.txtQuote  {
	font: 100% Arial, Helvetica, sans-serif;
	margin-left: 110px; /* 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: #009;
	font-family: Arial, Helvetica, sans-serif;
}

.quoterAlign  {
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FBA807;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txtCentre{
	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: 100px;
	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: #009;
	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: #009;
	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: #009;
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.FAQ  {
	font: 100%  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: 40px;
	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: #009;
	font-style:italic;
	font-weight:bolder;
	font-family:  Arial, Helvetica, sans-serif;
	
}



.menuTxt {
	margin-left: 0px; /* 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: 13px;
	font-size: 100%;
	font-weight:bold;
	color: #fff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

.center  {
	text-align:center
}

.txtBig  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-left: 60px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 90px;
	max-width: 500px;
	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: #009;
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*.tl {background:url(images/tl.jpg) 0 0 no-repeat}
.tr {background: url(images/tr.jpg) 100% 0 no-repeat; padding:1px/}


.t {background: url(images/dot.jpg) 0 0 repeat-x; width: 17.5em}
.l {background: url(images/dot.jpg) 0 0 repeat-y}
.r {background: url(images/dot.jpg) 100% 0 repeat-y} */
.twittxt{	border-left: 1px solid #FBA707;
margin-left:1px;
	border-right: 1px solid #FBA707; background-color:#FFDF9D; padding: 0 4px 0px 10px;/*#FEEECF;*/}

.txt2shout  {
		font: 90% 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: 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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.tweet {
	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:right; /* 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;
}
.twitlink {
	margin-top:7px;
}

.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: #009;
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	


.txt2address  {
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt2centre  {
	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: 15px;
	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: #009;
	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: #009;
	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: #009;
	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: #009;
	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: #009;
	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: #009;
	/*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: #009;
	/*background-color:#eee;*/
	font-family: Arial, Helvetica, sans-serif;
}

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



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

.txtFAQ  {
	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: 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: #009;
	/*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: #009;
	/*background-color:#eee;*/
	font-family: Arial, Helvetica, sans-serif;
}

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


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



.copy  {
	padding-top: 2PX;
	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: #009;
	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 */
}
.indentTxtSmall  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	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;
	max-width: 500px;
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentTxtBig  {
	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: 40px;
	max-width: 550px;
	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: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentTxt3  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 120px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	max-width: 620px;

	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: #009;
	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: #009;
	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: 60px;
	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: #009;
	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: #009;
	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: #009;
	/*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: #009;
	/*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: #009;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



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

.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:#009;
	text-decoration:underline;
}

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

}



.nobr { 
	white-space: nowrap; 
}

#rightCol hr {color: #FBA807; border: 0; background-color: #FBA807; height: 1px; }
#leftMain hr {color: #FBA807; border: 0; background-color: #FBA807; height: 1px; width:150px; }

.twitterBox {
		margin-left: 19px;
		margin-right: 19px;
		background-color:#1c1a4b;
		/*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:5px 5px 5px 5px;
		margin-left: 20px;
		margin-right: 20px;
		background-color:#000;
		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:#fba807;
		border-right-style:solid;
		border-right-color:#fba807;/*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: 20px;
		margin-right: 20px;
		background-color:#000;
		color:#FFF;
				border-left-style:solid;
		border-left-color:#fba807;
		border-right-style:solid;
		border-right-color:#fba807;
		border-right-width:2px;
		border-left-width:2px;

	}

.twitterEnd a {
	color:#4aed05;
}

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

.twitter a:hover {
	color:#FBA807;
}
	
.teaserR p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
.txt2address  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;
}
