#mainBG {
	position: absolute;
	width: 100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	height: 527px;
	z-index: 1;
	top: 0px;
	left: 0px;
}
#main {
	position: absolute;
	width: 852px;
	z-index: 2;
	left: 50%;
	top: 0px;
	margin-left: -425px;
}
#contentTop{
	background-image: url(images/top.png);
	height:58px;
}
#repeatLeft {
	background-image: url(images/left.png);
}
#repeatRight {
	background-image: url(images/right.png);
}
#footerLeft {
	background-image: url(images/footerLeft.png);
}
#footerRight {
	background-image: url(images/footerRight.png);
}
#footerBG {
	background-image: url(images/footerBG.png);
}
h1  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:18pt;
	font-weight:bold;
	color:#ef740c;
}
.bodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.footerText {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#555555;
}
.footerLinks {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#0000cc;
}
.footerLinks:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
}
.title {
	font-family:Tahoma,Arial,Helvetica;
	font-size:24px;
	color:#b90000;
	font-weight:bold;
}
.subtitle {
	font-family:Tahoma,Arial,Helvetica;
	font-size:16px;
	color:#b90000;
	font-weight:bold;
}
.subtitle:hover {
	font-family:Tahoma,Arial,Helvetica;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.textBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border:solid 1px #000000;
}
.newsletterButton {
	width:413px;
	height:141px;
	background-image: url(images/button.gif);
	background-color:white;
	border:0px;
	cursor:pointer;
}
.margin {
	margin: 1.5em;
}
img {
	border: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}
body,p,a,ul,ol,li,td,p a {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size:12pt;
}

h1, h2, h3 { color: #cc0000; }
