@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: capitalize;
	margin-top: 5px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 860px;
	background-position: bottom;
}


h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 0px;
	text-transform: capitalize;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
	text-decoration: none;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

p, td, th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

a:link, a:visited, a:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #5BA512;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#5BA512;
	text-decoration: underline;
}

a.topnav:link, a.topnav:visited, a.topnav:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

a.topnav:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #5BA512;
	text-decoration: none;
}
.logo {
	position:absolute;
	left:50%;
	margin-left: -400px;
	top: 20px;
	width: 203px;
	height: 188px;
	z-index:10;
}

.content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}
.navbody {
	background-image: url(images/body_navbg.png);
	background-repeat: repeat-x;
	height: 48px;
	background-position: bottom;
}

.navleft {
	background-image: url(images/left_navbg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 12px;
	background-position: bottom;
}

.navright {
	background-image: url(images/right_navbg.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 12px;
	background-position: bottom;
}

.navunder {
	width: 829px;
	height:10px;
	background-color:#000000;
}
.question {
	font-weight: bold;
}
.answer {
	color: #666666;
	padding-left: 20px;
}


.sideheader {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	background-image: url(images/sidebar_heading.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 289px;
	padding-left: 60px;
}
.titlebar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	background-image: url(images/titlebar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 811px;
	padding-left: 60px;
}

.bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 14px;
	width: 860px;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 835px;
}

/* li {
	list-style-image: url(images/rarrow.png);
	line-height: 16px;
	color: #000000;
	margin-bottom: 10px;
} */
.benefits {
	background-attachment: fixed;
	background-image: url(web_images/benefitsbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	width: 481px;
}
