@charset "utf-8";
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;
	background-attachment: scroll;
	background-image: url(Images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
.tablecell1 {
	background-color: #D5E5EC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.tablecelltop {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
.tablecelltop2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.tableclass {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #666;
}
.thrColFix #container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 100%;
} 

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 25px; /* 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; /* padding keeps the content of the div away from the edges */
	height: 100%;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 25px; /* 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;
}
.thrColFix #mainContent {
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	height: auto;
}
.five-great-reasons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}
#Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EA4D3;
	height: 129px;
}
.li {
	margin: 0px;
	padding: 0px;
}
.ol {
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#center {
	height: auto;
}
.twcol {
}
.fltrght {
	float: right;
	width: 410px;
}
.fltlft {
	float: left;
}
.tablecelltop-ad-feat-title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
.list       {
	font-size: 14px;
}
