@charset "UTF-8";
body {
	margin: 100; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	border-left-style: none;
	left: auto;
}
.oneColElsCtr #container {
	width: 40px;
	background: #333;
	margin: 0; /* 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. */
}
.oneColElsCtr #mainContent {
	background-color: #333;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	color: #333;
	background-color: #333;
	text-align: center;
	word-spacing: normal;
	margin: 5px;
	padding: 5px;
	height: 20px;
	width: 750px;
}
