body {
	background-color: #585B6D;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../img/savlogo.gif);
	background-repeat: no-repeat;
	background-position: 21px 16px;
}
.outer {
	margin-top: 59px;
	margin-left: 145px;
}
.main {
	background-color: #DFDFE7;
	width: 592px;
	padding: 12px;
	padding-top: 10px;
}
.inner {
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	text-align:left;
}
.welcome {
	height: 45px;
	width: 290px;
	background-position: 20px 15px;
	background-attachment: scroll;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-color: #336699;
	position: absolute;
	top: 12px;
	left: 145px;
	border-top: 12px solid #DFDFE7;
	border-right: 12px solid #DFDFE7;
	border-left-width: 12px;
	border-right-width: 11px;
	border-left-style: solid;
	border-left-color: #DFDFE7;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
