@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: #181512;
	background-image: url(../wellconnected/images/Standard/Swirl_BG.gif);
	background-repeat: no-repeat;
}
.bodyStd #footer  {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

.bodyStd #container {
	width: 715px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 48px;
	margin-left: 73px;
	background-image: url(../wellconnected/images/Standard/top.png);
	background-repeat: no-repeat;
	margin-right:auto;
	
}
.bodyStd #header {
	background-repeat: no-repeat;
	margin: 0px;
	height: 226px;
	clear: both;
	background-image: url(../wellconnected/images/Standard/menu_gradient.png);
	background-position: 0px 203px;
	padding: 0px;
}
.bodyStd #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 185px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bodyStd #footer {
	background-image: url(../wellconnected/images/Standard/footer.png);
	background-repeat: no-repeat;
	clear: both;
	background-color: #181512;
	height: 170px;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0px;
}
.bodyStd  #rightMargin {
	display:block;
	float: right;
	width: 165px;
	height: 200px;
	margin: 0px;
	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;
}

