body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: text-top;
	text-indent: 0px;
	margin-left: 22px;
	position: relative;
}
#lettercontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: 1;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	height: 111px;
	width: 555px;
	padding-left: 222px;
}

.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
vvv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 11px;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: none;
	margin: 22px;
	padding: 22px;
	float: left;
	height: 111px;
	width: 222px;
}

