@charset "UTF-8";
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;
	background-color: #CCCCCC;
}
.bodyStd #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../weintz/images/Standard/repeat.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bodyStd #header {
	background-image: url(../weintz/images/Standard/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 140px;
	padding: 0px;
	clear: both;
}
.bodyStd #mainContent {
	margin-left: 180px;
	margin-top: 10px;
	margin-right: 30px;
	padding: 0;

}
.bodyStd #footer {
	background-image: url(../weintz/images/Standard/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #CCCCCC;
}

.bodyStd #leftMargin {
	float: left;
	width: 130px;
	height: 400px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
	padding: 0px;
}

.bodyStd #rightMargin {
display:none;
}

.bodyStd #rightBox {
	background-color: #F0F0F0;
	float: right;
	width: 150px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}

.bodyStd #rightBoxwide {
	background-color: #F5F5F5;
	float: right;
	width: 200px;
	margin-left: 5px;
	border: 1px solid #DEDEF6;
	padding: 5px;
}
