@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: #666633;
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-x;
}
.bodyStd #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666600;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
	background-image: url(../images/template/Standard/body.gif);
	background-repeat: repeat-y;
}
.bodyStd #header {
	background-image: url(../images/template/Standard/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 240px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bodyStd #indexheader {
	background-image: url(../images/template/Standard/indexheader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 240px;
	padding: 10px;
	clear: both;
}
.bodyStd #mainContent {
	margin-left: 170px;
	padding-top:10;
	padding-right:10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.bodyStd #footer {
	background-image: url(../images/template/Standard/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #FFFFFF;
}
.bodyStd #leftMargin {
	float: left;
	display:inline; /* fixes bug in IE6 that moves float to double margin */
	width: 160px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.bodyStd #rightMargin {
display:none;
}

.bodyStd #rightBox {
	background-color: #E6E6FF;
	float: right;
	width: 170px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
		border: 1px solid #DEDEF6;	
}

.bodyStd #rightBoxwide {
	background-color: #F5F5F5;
	float: right;
	width: 180px;
	margin-left: 5px;
	border: 1px solid #DEDEF6;
	padding: 5px;
}
