body {
  margin: 0px; padding: 0px; border-width: 0px;
  background-image: url('../images/background.png');
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
}

.clearfloat {
  margin: 0px; padding: 0px; border-width: 0px;
  clear: both;
}

#mainContainer {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
	font-size: 9px;
	color: #9B9D9F;
	text-align: center;
}

#mainLogoContainer {
  width: 900px;
  height: 95px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/mainLogo.png');
  background-repeat: no-repeat;
}

#menuContainer {
  width: 870px;
  height: 30px;
  padding: 16px 0px 0px 30px;
  background-image: url('../images/menuBackgr.png');
  background-repeat: no-repeat;
  text-transform: uppercase;
  margin-bottom: 3px;
  text-align: left;
}

#menuContainer a {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-right: 20px;
}

#centerBoxContainer {
  width: 900px;
  height: 367px;
  margin: 3px 0px 13px 0px;
  text-align: center;
}
.centerBox {
  width: 100%;
  height: 365px;
  float: none;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 0px 0px 0px 0px;
  color: #9B9D9F;
  text-align: left;
}
.backgr {
	background-image: url('../images/centerBoxBackgr.png');
	background-repeat: no-repeat;
	text-align: center;
}
.centerBoxHeading {
  height: 75px;
  margin: 0px 0px 0px 0px;
}
.centerBox h3 {
  margin: 0px; padding: 0px; border-width: 0px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.centerBox h1 {
  margin: 0px; padding: 0px; border-width: 0px;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
}
.centerBox img {
  margin-left: 0px;
  border-width: 0px;
  text-align: center;
}
.centerBoxText {
	text-align: center;
	font-size: 10.5px;
	line-height: 16px;
	margin: 0px 20px 0px 20px;
}
.centerBoxText a {
  font-size: 14px;
  font-weight: bold;
  color: #1F3B8C;
  line-height: 24px;
}

#footerContainer {
  width: 900px;
  height: 270px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background-image: url('../images/footerBackgr.jpg');
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.feedbackLinkBox {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
  margin-bottom: 45px;
}

/* -- page specific styles -- */
#centerBoxPage {
  width: 900px;
  min-height: 364px;
  margin-bottom: 13px;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.centerBoxTextContent {
  min-height: 325px;
  float: left;
  width: 659px;
  text-align: left;
  padding: 30px 10px 10px 30px;
  border-right: 1px solid #C1C1C1;
}
.centerBoxTextContent h1 {
  color: #9B9D9F;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: normal;
  margin: 0px;
}
.centerBoxTextContent h3 {
  color: #9B9D9F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.separator {
  width: 100%;
  height: 1px;
  margin: 30px 0px;
}
.centerBoxTextContent a {
  color: #1F3B8C;
  font-weight: bold;
  font-size: 16px;
}
.centerBoxTextContent p {
  color: #525252;
  font-size: 14px;
  font-weight: normal;
}
.centerBoxTextContent p a {
  font-size: 14px;
}

.centerBoxSideContent {
  min-height: 365px;
  float: left;
  width: 200px;
  text-align: center;
  background-image: url('../images/centerSideBoxBackgr.png');
}

.centerBoxSideContent img {
  margin-top: 20px;
  border-width: 0px;
}

.centerBoxSideText {
  width: 179px;
  font-size: 11px;
  text-align: left;
  padding: 0px 10px 10px 10px;
  line-height: 15px;
}
.centerBoxSideText a {
  color: #1F3B8C;
}
/* -- (END) page specific styles -- */
