@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: #49A0ED;
	background-repeat: repeat-x;
	background-image: url(../images/template/bg_gradient.jpg);
}
.bodyStd #container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../sbi_images/repeat.gif);
	background-repeat: repeat-y;
}
.bodyStd #container #body {
	background-image: url(../sbi_images/body.png);
	background-repeat: no-repeat;
}
.bodyStd #header {
	background-repeat: no-repeat;
	margin: 0px;
	height: 54px;
	background-image: url(../sbi_images/header.png);
	padding-top: 115px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
.bodyStd #mainContent {
	margin-left: 170px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}
.bodyStd #footer {
	background-image: url(../sbi_images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	background-color: #49A0ED;
}

.bodyStd #margin {
	float: left;
	width: 160px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../sbi_images/body.png);
	background-repeat: no-repeat;
	height: 270px;
}

.bodyStd #rightBox {
	background-color: #E0EFB5;
	float: right;
	width: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid #D6E4AC;
}

.bodyStd #rightBoxwide {
	background-color: #9BC357;
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid #618F25;
	
}
#access {
	position: absolute;
	height: 1px;
	width: 1px;
	left: -1000px;
}
