@import "default.css";

* { font-family: Georgia, "Times New Roman", Times, serif; }

html {
  height: 100%;
  min-height: 100%;
}
body {
  color: #000;
  height: auto;
  min-height: 100%;
  font-size: 80%;
  background: #fff;
}
h1,h2,h3,h4,h5,h6 { color: #000; }
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4, h5, h6 { font-size: 100%; }
.stylish { font-size: 50%; font-weight: normal; color: #000; font-style: italic; }

a { color: #000; text-decoration: underline; cursor: pointer; margin: 0; padding: 0; text-indent: 0;  }
a:hover { text-decoration: none; }
#footer a { color: #000; }

html, body, div {
  border: 0;
  margin: 0;
  padding: 0;
}
#container {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#tops {
  display: none;
}
#header {
  display: none;
}
#logo {
display: none;
}
#logo span {
  display: none; 
}

#wrapper {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
}

#sidebar {
  display: none;
}

#content {
  float: left;
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 0 0 10px 0;
  line-height: 150%;
}

#bottom {
  clear: both;
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto;
  border-top: solid 2px black;
}
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  position: relative;
}

#copyright {
  top: 10px;
  left: 24px;
  width: auto;
  margin: 0;
  text-align: left;
  position: absolute;
}
#poweredby {
display: none;
}

#printHead { display: block; border-bottom: double 3px black; font-size: 260%; line-height: 100%; }

.csc-textpic-caption { font-size: 11px; font-weight: bold; margin-bottom: 24px; }