/* Global attributes */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color: #FFFFFF;
}
table {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

/* Header attributes */
.HeaderMain {
	overflow: hidden;
	position:absolute;
	left:0px;
	top:3px;
	width:100%;
	height:180px;
	z-index:3;
	background-image: url(/Images/headerbg.gif);
}
.HeaderRed {
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:65px;
	z-index:2;
	background-color: #CB0101;
}
.HeaderWhite {
	overflow: hidden;
	position:absolute;
	left:0px;
	top:65px;
	width:100%;
	height:2px;
	z-index:2;
	background-color: #FFFFFF;
}
.HeaderBlue {
	overflow: hidden;
	position:absolute;
	left:0px;
	top:67px;
	width:100%;
	height:25px;
	z-index:2;
	background-color: #1C1559;
}
.msLogo {
	style="position:relative;
	left:7px;
	top:110px;
	width:173px;
	height:68px;
	z-index:5;
}

/* Content attributes */
.NavMenu {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	z-index:4
}
.MainContent {
	position:relative;
	left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
}

/* Footer attributes */
.FooterBG {
	overflow: hidden;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	text-align: center;
	visibility: visible;
	right: 0px;
	bottom: 0px;	
}
