
body {
	font: 100% 	font-family: Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent {
	margin-top: 50px;
}

img {
	border: none;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 10px 1px 1px 1px;	
}

h2 {
	font-size: 12px;
	font-weight: normal;	
	margin: 0px 1px 10px 1px;	
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 1px;	
}


#backbutton {
	width: 900px;
}

#backbutton a {
	color: #999999;
	text-decoration: none;
}

#backbutton:hover {
	text-decoration: underline;
	color: #999999;
}

img {
	border: none;
}

.clr {
	clear: both;
}

.leftside {
	float: left;
	width: 375px;
}

.rightside {
	float: left;
	width: 420px;
	margin-left: 50px;
}

#interior-mainContent {
	width: 850px;
	margin-top: 50px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	font-size: 14px;
}

p {
	text-align: left;
}

a, A:visited {
	color: #000000;
	text-decoration: none;
}