@charset "utf-8";
body  {
	margin: 0 auto;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	color:#000000;
}
h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6699CC;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	
}
h4 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #6699CC;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	
}
h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	text-align:center;
	line-height: 30px;
	letter-spacing: 1px;
	}
h3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	text-align:left;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight:normal;
	}
h5 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	letter-spacing: 2px;
}
.tes {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	text-align:left;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight:normal;
	font-style:italic;
	}
h2 a{
color:#6699CC;
}
h1 a{
text-decoration:none;
color:#6699CC;
}
h1 a:hover{
text-decoration:underline;
color:#0000FF;
}
#left-block-wrap {
	float:left;
	/**padding: 18px 0 20px 25px;**/
	padding: 0px 10px 0px 0;
	position:absolute;
/**	width: 510px;**/
width:660px;
	height: auto;
}
.left-block-box {
	
	padding:10px 5px 5px 5px;
	
	float:Left;
	text-align:center;
	border:none;
	
	text-align: centre;
	width: auto;
	height: auto;
}
.left-block-box-side {
	
	padding:10px 5px 5px 5px;
	
	float:Left;
	text-align:left;
	border:none;
	
	text-align: centre;
	width: auto;
	height: auto;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6699CC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #6699CC;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	background-color: #FFFFFF;
	padding: 30px 5px 15px 8px;
/*	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;*/
}
.side {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align:left;
	line-height: 30px;
	letter-spacing: 1px;
}
.faq {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000000;
	text-align:left;
	line-height: 30px;
	letter-spacing: 1px;
}
.Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: thick solid #6699CC;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
	height: auto;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6699CC;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6699CC;
} 
.twoColFixLtHdr #footer p {
	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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.buttonAskNow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	width: 140px;
	padding: 10px;
	text-align: center;
	margin-left: 170px;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	text-align: center;
	border: medium solid #FFFFFF;
}
