@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #35393f;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.w4i #container {
	width: 906px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.w4i #header {
	width: 941px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.w4i #container #mainmenu {
	height: 304px;
	width: 294px;
	margin-top: 23px;
}
.w4i #container p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.35em;
	margin-top: 42px;
	margin-right: 29px;
	margin-bottom: 0px;
	margin-left: 29px;
}
.w4i #container #mainContent4 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 29px;
}
.w4i #mainContent1 {
	background-image: url(images/redbar.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 293px;
	width: 906px;
}
.w4i  #mainContent2 {
	background-image: url(images/bluebar.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 293px;
	width: 906px;
}
.w4i #mainContent3 {
	background-image: url(images/yellowbar.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 293px;
	width: 906px;
}
