.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4865AB;

}.baxcolor1 {
	background-color: #2e3a7d;
}
.baxcolor2 {
	background-color: #f2eece;
}
.baxcolor3 {
	background-color: #985c58;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3A7D;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2E3A7D;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2E3A7D;
}
.mainbottombax {
	background-image: url(Images/home_8_blank.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.topbanner {
	background-image: url(Images/banner-bax.png);
	background-repeat: repeat-x;
}
.brownbox {
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.brownbox p {
	font-size: 12px;
	color: #FFF;
}
.brownbox h1 {
	font-size: 14px;
	color: #FACA56;
}
.brownbox a:link {
	text-decoration: none;
}
.brownbox a:visited {
	text-decoration: none;
}
.brownbox a:active {
	text-decoration: none;
}
.brownbox a:hover {
	text-decoration: underline;
}

.homeicons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E3A7D;
	font-weight: bold;
	text-transform: uppercase;
}
.homeicons a:link {
	text-decoration: none;
	color: #2E3A7D;
}
.homeicons a:visited {
	text-decoration: none;
	color: #2E3A7D;
}
.homeicons a:active {
	text-decoration: none;
	color: #2E3A7D;
}
.homeicons a:hover {
	text-decoration: none;
	color: #2E3A7D;
}
.everyoneplays {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}

