#wrapper {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #37AFE4;
	background-repeat: repeat-x;
	margin: 0px auto;
}
.mainText {
	padding: 10px;
	text-align: left;
}
.linkBar {
	background-color: #009855;
	border-top-color: #0621A2;
	border-bottom-color: #0621A2;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.mainCellContent {
	background-color: #F2FAFD;
	background-image: url(../images/cell_bg_03.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #00229A;
	border:1px solid #001CA6;
}
.mainLinks {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.mainLinks a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
