body {
  color: #000000;
  background-color: #eaecee;
  background-image: url(layoutBG.gif);
  background-repeat: repeat-x;
}
a {
  font-size: 15px;
  line-height: 14px;
  color: #0069B4;
  font-weight: bold;
  text-decoration: none;
}

.container {
  color: #5B5B5B;
  font-family: Calibri, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  line-height: normal;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  background: #FFFFFF;
  background-image: url(containerBG.gif);
  background-repeat: repeat-x;
  margin-left: auto;
  margin-right: auto;
}
.container .header {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  background-color: #1f407a;
}
.container .header .logo {
  width: 189px;
  height: 31px;
  margin: 30px 0 0 10px;
  background-image: url(eth_logo.png);
  background-repeat: no-repeat;
}

.container .sitedownContent {
  padding: 10px 0 0 0;
}

.sitedownContainer {
  padding: 0;
  min-width: 600px;
}
.sitedownContent .sitedownHeaderImage01 {
  width: 100%;
  height: 231px;
  background-image: url(sitedownHeader.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.sitedownContent .sitedownTopContent {
  padding: 0 20px 10px 20px;
}

.title {
  color: #1f407a;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  padding: 17px 0 10px;
}
.subtitle {
  color: #1f407a;
  font-size: 110%;
  font-weight: bold;
  padding: 10px 0 5px;
  margin: 0;
}
.text {
  padding: 0 20px 10px 0;
}

@media (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1036px;
  }
  .container .span3,
  .navbar-static-top .container .span3,
  .navbar-fixed-top .container .span3,
  .navbar-fixed-bottom .container .span3 {
    width: 200px;
  }
  .container .span9,
  .navbar-static-top .container .span9,
  .navbar-fixed-top .container .span9,
  .navbar-fixed-bottom .container .span9 {
    width: 755px;
  }
  .container .span12,
  .navbar-static-top .container .span12,
  .navbar-fixed-top .container .span12,
  .navbar-fixed-bottom .container .span12 {
    width: 1036px;
  }
}
.clearer {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
