 
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	padding-bottom: 800px;
	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;
}
.Headers #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: solid #CCCCCC 0px;
	border-top: solid #CCCCCC 0px;
} 
.Headers #container1 {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #555555;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	border-bottom: solid #CCCCCC 20px;
	border-top: solid #CCCCCC 0px;
} 
.Headers #header {
	background: url(images/header.jpg);
	padding: 0px 10px 85px 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. */
	border-top: solid #555555 2.5px;
	} 
.Headers #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: 20px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.Headers #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 40px; /* padding keeps the content of the div away from the edges */
}
.Headers #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 50px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.Headers #mainContent {
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 260px 0 220px;
} 
.Headers  #mainContent1 {
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 220px;
} 
.content {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	list-style-image: url(images/tick1.png);
	color: #333333;
	
	
} 
.contenth2 {


	
	
} 
.contenth2image {


} 
.col  {
	position: absolute;
	left: 442px;
	top: 363px;
	width: 230px;
	height: 30px;

	
	
} 
.contentlink {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FF6600;
	
	
} 
.logo {
	padding: 20px 0 0 0px;

		} 
.livechat {
	padding: 10px 0 0 20px;


		} 
.livechat1 {
	padding: 10px 0 0 20px;

		} 
.livechat2 {
	padding: 10px 0 0 20px;

		} 
.livechat3 {
	padding: 0 0 10px 25px;

		} 
.livechat4 {
	padding: 20px 0 0 20px;

		} 
.banner {
	position: absolute;
	left: 53px;
	top: 385px;

		} 
.banner1 {
	position: absolute;
	left: 363px;
	top: 385px;

		} 
.banner2 {
	position: absolute;
	left: 53px;
	top: 540px;

		} 
.banner3 {
	position: absolute;
	left: 363px;
	top: 540px;

		} 
.sideLayer {
	background: #D3D1D1;
	padding: 0 0px 0 0px;
}

.sideLayerMatter {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-image: url(img/top_b_g.gif);
	background-position: top center;
  
}

.sideLayerNote {
  background: #FF8E90;
}

.sideLayerNoteMatter {
  background: #FFE6E6;
  font-family: tahoma,verdana,arial;
  font-size: 10px;
}

TD.sideLayerHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* text-transform: uppercase;*/
  background-image:url('images/bg.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;

}
H1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

H2{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:30px;
	border-top:1px solid #ffffff;
	color: #2F83B1;
}
H3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:0px;
	border-top:1px solid #ffffff;
	color: #2F83B1;
}

.box {
	background:url(images/box-bg.gif) left bottom repeat-x #fff;
	width:100%;
}

/*******************Styles for Footer******************/
div#Footer1{
	background-color:#FFFFFF;
	clear:both;
	padding:15px;
	height:50px;
}
div#Footer{
	background-color:#111111;
	clear:both;
	padding:15px;
	height:150px;
	border-bottom: solid #555555 2.5px;
}

div.FooterlistMenu{
	float:left;
	margin-right:10px;
	padding-bottom:20px;
	width:auto;
	}

ul.Footerlist{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:18px;
}

ul.Footerlist li a:link{
	color:#FDFDFD;
	text-decoration:none;
}

ul.Footerlist li a:visited{
	color:#FDFDFD;
	text-decoration:none;
}

ul.Footerlist li a:hover{
	color:#2F83B1;
	text-decoration:underline;
}

ul.Footerlist li a:active{
	color:#FFFF00;
	text-decoration:underline;
}

div#Footer P{
	clear:left;
	color:#FDFDFD;
	text-align:center;
	padding:0px;
	margin:0px;
}

div#Footer P a:link{
	color:#2F83B1;
	text-decoration:underline;
	font-weight:bold;
}

div#Footer P a:visited{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

div#Footer P a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

div#Footer P a:active{
	color:#2F83B1;
	text-decoration:underline;
	font-weight:bold;
}


 a{
	color:#2F83B1;
	text-decoration:underline;
}
 a:hover{
	color:#cb5d40;
	text-decoration: underline;
}

.Thanks {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:40px;
	color:#666666;
	}
