* {
  margin: 0px;
  padding: 0px;
  border: none;
}
html, body {
  background-image: url(../../img/bkg.png);
  background-repeat: repeat-x;
  background-color: #9FD0B7;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #111B16;
}

a {
  text-decoration: none;
  color: #0b7cb5;
}
a:hover {
  text-decoration: underline;
}

img.floatLeft { 
  float: left; 
  margin: 4px; 
}

hr {
  width: 760px;
  color: #f00;
  background-color: #fff;
  height: 2px;
}

#container {
  margin: auto;
  width: 800px;
}

#top {
  float: left;
  width: 800px;
  height: 90px;
}
#title {
  color: #345142;
  float: left;
  width: 500px;
  height: 54px;
  font-size: 27px;
  font-weight: bold;
  padding-top: 45px;
  margin-left: 33px;
}

#cscu {
  float: right;
  width: 64px;
  height: 54px;
  padding-top: 20px;
  margin-right: 38px;
}
#cscu h1 {
  float: left;
  width: 64px;
  height: 54px;
  text-indent: -9999px;
}
#cscu h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/CSCU.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#navigation {
  float: left;
  margin-left: 14px;
}
.nav-links li {
  float: left;
  list-style-type: none;
}
.nav-links li a {
  text-decoration:none;
  float: left;
  font-size: 18px;
  margin-left: 24px;
}
.nav-links li a:hover {
  color: #2c2961;
}
.nav-links li p {
  text-decoration:none;
  float: left;
  font-size: 18px;
  margin-left: 24px;
  color: #2c2961;
}


#main {
  float: left;
  width: 800px;
  background-color: #DAF0DA;
}

#content {
  float: left;
  width: 730px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 30px;
  margin-bottom: 30px;
}

#content h1 {
  color: #345142;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}

#content h2 {
  color: #2c2961;
  font-size: 15px;
  margin-top: 14px;
  margin-bottom: 8px;
  line-height: 24px;
}

#content h3 {
  color: #2c2961;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 4px;
  line-height: 16px;
}

#content p {
  margin-top: 9px;
}

#footertext {
  margin-top: 32px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}


#force-scrollbar { position: absolute; top: 0; bottom: -1px; width: 1em; z-index: -1; }
