body {
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #abaaaa url(../images/backfiller.gif) repeat-y 50.11% 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

#wrapper {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background: #ffffff url(../images/column.jpg) repeat-y;
}

#logo {
  background: url(../images/logo.gif) repeat-x;
  height: 130px;
  width: 700px;
}

#mainphoto {
  background: url(../images/wdigraphics.jpg);
  height: 248px;
  width: 700px;
}

#nav {
  background: #47739f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

#navlist li {
  display: inline;
  list-style: none;
  padding-right: 20px;
  text-transform: capitalize;
}

#navlist a {
  text-decoration: none;
  color: #ffffff;
  font: normal 12px tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:hover {
  color: #ff9900;
  text-decoration: underline;
}

#shadow {
  height: 17px;
  width: 700px;
  background: url(../images/shadow.jpg) no-repeat;
}

#col1 {
  float: left;
  width: 500px;
}

#colbox {
  float: right;
  width: 110px;
  height: 156px;
  background: url(../images/woman2.jpg) no-repeat;
}

#col2 {
  float: left;
  width: 200px;
}

#col1content p {
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
  line-height: 140%;
  text-align: justify;
}

#col1content {
  padding: 0 15px 15px;
}

#chart {
  float: none;
  width: 500px;
}

#chartbox {
  background: #cccccc;
  float: none;
  width: 200px;
  height: 400px;
}

.rowcontainer {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  width: 620px;
  overflow: hidden;
}

.desccolumn {
  float: left;
  width: 20%;
  line-height: 18px;
  font-size: 12px;
  text-decoration: underline;
  border-color: #999999 #333333 #999999 #cccccc;
  border-width: thin;
  border-style: inset inset groove groove;
  border: #d4d0c8;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.quartercolumn {
  float: left;
  width: 12.5%;
  margin-left: 15px;
  line-height: 18px;
  font-size: 12px;
}

.fullcolumn {
  float: left;
  width: 80%;
  font-size: 12px;
  margin-left: 10px;
}

#chart2 {
  float: left;
  width: 200px;
}

#chartcontent p {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #666666;
  font-size: 12px;
  text-decoration: underline;
  line-height: 140%;
  text-align: justify;
}

#chartcontent {
  padding: 15px 15px 15px;
}

#footer {
  clear: both;
  height: 60px;
  width: 700px;
  background: url(../images/footer.jpg);
}

#col2content {
  padding: 15px;
  text-align: center;
}

.imageborder {
  padding: 0;
  border: 1px solid #000000;
  background: #47739f;
}

.subhead {
  font-size: 11px;
  color: #cccccc;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar {
  margin-bottom: 10px;
  color: #666666;
  font-size: 10px;
  line-height: 140%;
}

h1 {
  font: 36px Verdana, Arial, Helvetica, sans-serif;
  color: #dad6cf;
  padding: 10px 0 0 15px;
}

h2 {
  font: 20px Verdana, Arial, Helvetica, sans-serif;
  color: #b4aa9e;
  padding: 10px 0 0 15px;
}

h3 {
  font: 20px Verdana, Arial, Helvetica, sans-serif;
  color: #b4aa9e;
  padding-bottom: 10px;
  padding-top: 5px;
}

#footer p {
  color: #eeebe8;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 15px;
}

a:link {
  color: #666666;
  text-decoration: underline;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  text-decoration: underline;
}

a:active {
  color: #ff9900;
}

.hint {
  cursor: help;
  border-bottom-style: dashed;
  border-bottom: thin;
}

#formstyle {
  float: right;
  width: 250px;
  height: 75px;
  background: #cccccc;
  border: thin;
  border-style: ridge;
  border-color: #666666 #666666 #333333 #333333;
}

input {
  width: 30%;
}

textarea {
  width: 30%;
}

input, textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em tahoma, verdana, arial, sans-serif;
  color: #eee;
  background: #777;
  border: 1px solid #999999;
}

input:hover, input:focus, textarea:hover, textarea:focus {
  color: #ffffff;
  background: #999999;
  border: 1px solid #eee;
}

.button {
  width: auto;
  cursor: pointer;
}

#imgholder {
  float: inherit;
}

#imgholder2 {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 15px;
  float: right;
}

#imgholder3 {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 15px;
  float: left;
}