@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: #F6F6F6;
}

body, html {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

.bodyStd #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../local/images/Standard/repeat.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bodyStd #header {
	background-image: url(../local/images/Standard/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 0px 20px;
}
.bodyStd #mainContent {
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
.bodyStd #footer {
	background-image: url(../local/images/Standard/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #F6f6f6;
}
.bodyStd #leftMargin {
	float: left;
	display:inline;
	padding-top: 10px;
	padding-left: 30px;
}
.bodyStd #headimage {
	margin-right: -20px;
	margin-left: -20px;
	clear: both;
}
.bodyStd #headflash {
	display: none;
	clear: both;
}
.bodyStd #container #headertop {
	height: 20px;
	background-color: #F6F6F6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

