body {
	background-image: url(../images/design/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bcffa8;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	border: 0px;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}

a.faqs {
	color: #4d4c4d;
	text-decoration: underline;
}

a.faqs:hover {
	text-decoration: none;
}

a.sitemap {
	color: #4d4c4d;
	text-decoration: none;
}

a.sitemap:hover {
	color: #4d4c4d;
	text-decoration: underline;
}

h1 {
	text-align: left;
	font-size: 1.6em;
	color: #8d8285;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	text-align: left;
	font-size: 1.2em;
	color: #8d8285;
	font-weight: normal;
	margin-top: -16px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	text-align: left;
	font-size: 1.1em;
	color: #8d8285;
	font-weight: normal;
	margin-top: -8px;
	font-family: "Times New Roman", Times, serif;
}

p {
	color: #4d4c4d;
	font-size: 0.8em;
}

ul {
	list-style: url(../images/design/bullet.gif);
	font-size: 0.8em;
	color: #4d4c4d;
}

td.header-logo {
	background-image: url(../images/design/header-bg.jpg);
	height: 136px;
}

td.content {
	background-image: url(../images/design/content-bg.jpg);
	padding-left: 30px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 26px;
	text-align: left;
	background-position: top;
}


td.footer {
	background-image: url(../images/design/footer-bg.jpg);
	background-position: bottom;
	padding-bottom: 10px;
}

#header-text {
	float: left; 
	width: 350px; 
	text-align: left; 
	vertical-align: bottom; 
	margin-top: 60px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 16pt;
	color: #8d8285;
	font-family: "Times New Roman", Times, serif;
}

#footer {
	background-color: #318d8c;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}