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;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container  {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 155px;
} 
#sidebar1  {
	width: 185px;
	background-image: url(images/sidebar-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#pageHeader {
	height: 50px;
	padding: 0px;
}
#textbox {
	padding: 0px;
}
#mainContent  {
	font-size: 12px;
	min-height: 700px;
	margin-left: 185px;
} 
#centeredContent {
	text-align: center;
}
#centeredContent table {
	margin-right: auto;
	margin-left: auto;
}

#centeredContent   img {
	padding: 0px;
	margin: 10px;
}
#contentAreaTextBlock {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content_container {
	background-image: url(images/content_container_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer  {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 10px;
}
.spaced_text {
	line-height: 2em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.secure {
	text-align: right;
	font-size: 12px;
}

