@charset "utf-8";
body  {
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #333333;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
#header {
	background: #394792 url(images/assent-hdrbg.jpg) no-repeat center center;
	padding: 0;  /* 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. */
	height: 150px;
	width: 100%;
	margin-bottom: 20px;
	vertical-align: middle;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px;
}
#mainContent {
	margin: 0 0 0 190px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 420px;
	font-size: 10pt;
} 
#footer {
	padding: 10 10px 0 20px;
	color: #999999;
	clear: both;
	margin-top: 20px;
} 
#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 */
	font-size: 10px;
	line-height: 14px;
}
.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;
}#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	color: #394792;
	padding-bottom: 6px;
	padding-top: 10px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 26px;
	font-weight: normal;
	color: #999999;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #394792;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#banner {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 150px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent a {
	color: #394792;
	text-decoration: none;
	font-size: 10pt;
	text-align: left;
}
#mainContent ul li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 6px;
}
#mainContent p {
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
	text-align: left;
}
.Q {
	font-size: 16px;
	font-weight: bold;
	color: #3A4891;
}
.A {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.blue {
	color: #394792;
	font-weight: normal;
}
.displayTable td {
	padding: 4px;
	border: 1px solid #E2E2E2;
	font-weight: normal;
}
.displayTable th {
	background-color: #CCCCCC;
}
.tablehead {
	background-color: #E2E2E2;
}
.tableBluePanel {
	background-color: #3A4891;
}
.buttonLink {
	text-decoration: none;
	padding: 2px 6px 3px;
	border-top: 1px solid #97A2C1;
	border-right: 1px solid #595CA3;
	border-bottom: 1px solid #303C7A;
	border-left: 1px solid #595CA3;
	background-image: url(images/btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	cursor: pointer;
}
.buttonLinkonBlue {
	text-decoration: none;
	padding: 2px 6px 3px;
	border-top: 1px solid #97A2C1;
	border-right: 1px solid #595CA3;
	border-bottom: 1px solid #303C7A;
	border-left: 1px solid #595CA3;
	background-image: url(images/btn-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	width: 80px;
}
#mainContent ol li {
	padding-bottom: 6px;
}
#testimonial {
	color: #666;
	border-color: #E2E2E2;
	border-style: none;
}
.blogfooter {
	font-size: 9px;
	color: #666666;
	border-bottom: 1px dotted #7A86CB;
}
.blogfooter p {
	padding-bottom: 12px;
}
.BluePanel {
	background-color: #3A4891;
	color: #FFFFFF;
	padding: 12px;
}
.pointer {
	cursor: pointer;
}
