#banner {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.bannerPad {
	padding: 15px;
}
.rowBG {
	background-image: url(../images/repeatingBG.jpg);
	background-repeat: repeat-y;
}

#content {
	margin: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
html {
	background-color: #e6e6e6;
}
body {
	font-family: Verdana, Arial, Tahoma, Verdana;
	background-color: #e6e6e6;
	font-size: 16px;
        line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.highlight {
	background-color: #FFFFCC;
	border: 2px dashed #000000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #CC0000;
        line-height: 36px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #CC0000;
        line-height: 24px;
}
h4 {
	font-size: 14px;
}
li {
	list-style-image: url(../images/point.gif);
}
.red {
	color: #CC0000;
}
.golden {
	color: #D6C823;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #0000CC;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
}

div#BannerBG {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top;
	}

