html {
  background-color: #1d3a4a;
}
body {
  font-family: Verdana, Arial, sans-serif;
  width: 972px;
  margin: 5px auto auto auto;
  background-color: #e0e0e0;
}
.header {
  text-align: center;
  padding: 30px 20px 0 200px;
  background: url('images/header.jpg') no-repeat;
  height: 158px;
  font-size: 40px;
  font-weight: bold;
  color: #1d3a4a;
}
#mainContent, #rightBar {
  min-height: 350px;
  float: left;
}
#mainContent {
  padding: 15px 40px 15px 25px;
  width: 670px;
  font-size: 18px;
}
#rightBar {
  width: 232px;
}
.nav, .bottomInfo {
  background: url('images/navbg.jpg') repeat-x;
  width: 100%;
  height: 47px;
}
.nav td {
  text-align: center;
  font-size: 20px;
}
.nav a {
  color: #e0e0e0;
  cursor: pointer;
  text-decoration: none;
}
.nav a:hover {
  color: #8888ee;
}
.nav .current {
  color: #62934c;
  font-weight: bold;
}
.bottomInfo {
  float: left;
}
.bottomInfo div {
  color: #e0e0e0;
  font-size: 19px;
  padding-top: 10px;
}
.bottomInfo div {
  width: 33%;
  text-align: center;
  float: left;
}
a img {
  border: none;
}
.indexContent {
  font-size: 14px;
  font-weight: bold;
}
ul.indexContent {
  color: #62934c;
}
.portfolio {
  width: 100%;
}
.portfolio td {
  text-align: center;
  width: 25%;
  padding-bottom: 25px;
}
.portfolio a {
  text-decoration: none;
}
.portfolioTitle {
  font-size: 17px;
  color: #62934c;
  text-decoration: underline;
}
.portfolioDesc {
  font-size: 12px;
  color: black;
}