/* CSS Document */


.background {
	background-attachment: fixed;
	background-image: url(images/bgfill.gif);
	background-repeat: repeat-x;
}
.footer-bg {
	background-image: url(images/footer-image.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.featuresFill {

	background-image: url(images/features-upper-corner2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.featuresFill2 {

	background-image: url(images/features-upper-corner6.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.noRepeat {

	background-image: url(images/left-upperleft-7.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000
}
a:hover {
	color:#998AB5;
}
a:visited {
	text-decoration: none;
}
.rightPad {
	padding-right: 20
}
.noRepeat2 {

	background-image: url(images/middle-upperleft-corner8.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.borderBorder
{
border-color: #97BE1F;
border-style: solid;
border-width: 0px 1px 0px 1px;
}