html, body {
	height: 100%;
}
a:link {
	color: #b35204;
}
a:visited {
	color: #b35204;
}
a:hover {
	color: #db6200;
}
a:active {
	color: #db6200;
}
.bottombggrad {
	background-color: #fdfefe;
	background-image: url(images/bg_bottomgrad.jpg);
	background-repeat: repeat-x;
}
.centerbg {
	background-image: url(images/bg-centertexture.jpg);
	background-repeat: no-repeat;
}
.topbg {
	background-image: url(images/bg_toptexture.jpg);
	background-repeat: no-repeat;
}
ul {
	list-style-image: url(images/bullet_blue.gif);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
	padding: 0px;
}
li {
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-position: outside;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.mainbodytxt {
	margin-left: 23px;
	line-height: 18px;
	margin-top: 5px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
