body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 100%;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8A0B04;
}
.oneColElsCtr #container {
	width: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
a:link {
	font-size: 10px;
	font-weight: normal;
	color: #8A0B04;
	text-decoration: none;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.rightboxheader {
	font-size: 12px;
	color: #8B0B04;
}
.rightboxarticle {
	font-size: 12px;
}
a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #8A0B04;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #D8A59A;
	text-decoration: none;
}
a:active {
	font-size: 10px;
	font-weight: normal;
	color: #8A0B04;
	line-height: 100%;
}
.text {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.style2 {
	font-size: 12px;
	color: #000000;
}
.style7 {
	font-size: 10px;
	color: #770903;
}
div.rounded-corner-top {
  background-image: url("top-right.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #008080;
  color: #FFFFFF;
}
div.rounded-corner-top2 {
  background-image: url("top-left.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #008080;
  color: #FFFFFF;
}
div.rounded-corner-bottom {
  background-image: url("bottom-right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #008080;
  color: #FFFFFF;
}
.propersubhead {
	font-size: 14px;
	font-weight: bold;
	color: #8A0B04;
}
div.rounded-corner-bottom2 {
  background-image: url("bottom-left.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #008080;
  color: #FFFFFF;
}
#apDiv1 {
	position:absolute;
	left:17px;
	top:206px;
	width:186px;
	height:385px;
	z-index:1;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	color: #8A0B04;
}
