body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #ccc;
  color: #fff;
  font-size: smaller;
}

input,select,textarea {
  background-color: #ffd;
}

#header {
  padding: 0px;
  margin: 0px;
  background: transparent url(../images/home_header_bg.gif) top left repeat-x;
  height: 146px;
  border-top: 1px #000 solid;
}

#topnav li {
  padding: 0px 4px 0px 4px;
}
.colordots ul {
  list-style-image: url(../images/bullet.gif);
  padding-left: 15px;
}
#container {
  width: 800px;
  margin: 0px auto;
  background-color: #fff;
  color: #000;
}

#subcontainer {
  background: #fff url(../images/magenta.gif) 0px 90px no-repeat;
  color: #000;
  border-top: 1px #000 solid;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 90%;
}
* html #subcontainer {
  height: 90%;
}

#left {
  float: left;
  width: 130px;
  min-height: 376px;
}

.homelist {
  padding-left: 15px;
}

#content {
  position: relative;
  width: 650px;
  margin-left: 130px;
  font: 12px/13px "Trebuchet MS",sans-serif;
  letter-spacing: 1px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
  min-height: 376px;
}
#content a {
  text-decoration: none;
  color: #19a8cb;
  font-weight: bold;
}

#landing {
  font: 15px/26px "Verdana","ariel",sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
    font-weight: bold;
}

#landing a {
  text-decoration: none;
  color: #ffffff;
}

#landingtext {
  font: 12px/19px "Verdana","ariel",sans-serif;
  letter-spacing: 1px;
  color: #000000;
}

ul,li {
  margin: 0px;
  padding: 0px;
}
ddul {
  padding-left: 15px;
}
#content ul li {
  margin: 0 0 10px 0;
}
#minilist {
  width: 100%;
}
#minilist th {
  text-align: left;
  font: small-caps bold 20px/20px "times new roman",serif;
  color: #545454;
}
#minilist a {
  color: #19a8cb;
  text-decoration: none;
}

body,html,content {
  height: 100%;
}

#footer,#footer .copyright a {
  position: relative;
  margin: 0 auto 0 auto;
  clear: both;
  background: #000 url(../images/footer.gif) top left repeat-x;
  color: #545454;
  height: 58px;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}
#footertable {
  width: 790px;
  margin-top: 22px;
}
#footertable td,#footertable th {
  text-align: center;
}
#footertable .copyright {
  vertical-align: top;
}
#footertable .bottomnav {
  vertical-align: top;
}
#bottomnav,#topnav {
  list-style: none;
}
#bottomnav li {
  display: inline;
  margin: 2px;
  font-family: arial,sans-serif;
}

#bottomnav {
  color: #ee0;
}
#topnav {
  color: #f0037f;
}
#bottomnav a,#topnav a {
  color: #fff;
  text-decoration: none;
}
hr {
  background-color: #ee0;
  border: 0px;
}

