body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F5FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header{
	position:relative; 
	height: 100px;
	background-image:url(../images/siheader.jpg);
	background-repeat:no-repeat;
}
#logo {
	background-image: url(../images/crest.png);
	_background: ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/crest.png', sizingMethod='scale');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 7px;
	height: 85px;
	width: 60px;
	left: 20px;
}
#applicationTitle {
	position:absolute;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top:30px;
	margin-left:40px;
	left: 60px;
	top: 0px;
}
#main {
	background-color: #405CB0;
}
#currentUser {
	color: #FFFFFF;
	text-align: right;
	height: 25px;
	position: absolute;
	top: 75px;
	font-weight: bold;
	font-size: 12px;
	right: 20px;
}
