@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: #EBE58F;
}

body, html {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

.bodyStd #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBE58F;
	background-image: url(../local/images/Standard/repeat.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.bodyStd #header {
	background-image: url(../local/images/Standard/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 130px;
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bodyStd #mainContent {
	float: right;
	width: 565px;
	display:inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bodyStd #footer {
	background-image: url(../local/images/Standard/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #EBE58F;
}

.bodyStd #leftMargin {
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../local/images/Standard/watermark.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px;
}



.bodyStd #rightBox {
	background-color: #E6E6FF;
	float: right;
	width: 140px;
	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: 200px;
	margin-left: 5px;
	border: 1px solid #DEDEF6;
	padding: 5px;
}
