html {
  color: #333333;
  font-family: verdana;
  font-size: 11px;
  min-height: 100%;
  margin-bottom: 1px;
}

#bodywrapper {
  width: 825px;
  margin: 0px auto;
  text-align: left;
}

#cacheader {
  background: url(/images/cac_header.gif) top left no-repeat;
  height: 166px;
  width: 100%;
}

#icwrapper {
  width: 100%;
}

h2 {
  color: #02B7C2;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

a {
  color: #009900;
  text-decoration: underline;
}

a:hover {
  color: #FFE033;
  text-decoration: none;
}

#leftsidebar a {
  color: #009900;
  font-weight: bold;
  text-decoration: none;
}

#leftsidebar a:hover {
  color: #FFE033;
  text-decoration: none;
}

#leftsidebar {
  float: left;
  font-size: 12px;
  margin-top: 10px;
  width: 200px;
}

#leftsidebar ul {
  list-style: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

#leftsidebar ul li {
  margin-bottom: 10px;
}

#contentwrapper {
  width: 625px;
  float: left;
  margin-top: 10px;
}

#content {
  width: 100%;
  line-height: 1.5em;
}

input {
  font-size: 11px;
}

.floatright {
  float: right;
  margin: 0px 0px 10px 20px;
}


#footer {
  color: #02B7C2;
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0px 20px 0px;
  text-align: center;
}

.first {
  margin-right: 10px;
}

.last {
  margin-left: 10px;
}