html {
  font-size: 12pt;
  height: 100%;
}

body {
  color: #444444;
  font-family: arial, sans-serif;
  font-size: 75%;
  height: 100%;
  line-height: 1.5;
  margin: 0px;
}

a {
  color: #c70202;
}

a:hover {
  background-color: #ffff78;
}

a:visited {
  color: #7a0101;
}

p, ul, ol {
  text-align: left;
}

h1 {
  margin: 0px;
  font-size: 150%;
  text-align: center;
}

h2 {
  margin: 0px;
  font-size: 125%;
  text-align: center;
}

h3 {
  margin: 0px;
  font-size: 125%;
  text-align: left;
}

img {
  border: 0px;
}

#container {
  width: 777px;
  height: 100%;
}

.layout {
  border: 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
}

.noborder {
  margin: 0px;
  padding: 10px;
  spacing: 0px;
  border: 0px;
  border-collapse: collapse;
}

.bottomborder {
  margin: 0px;
  padding: 10px;
  spacing: 0px;
  border-bottom: 1px dotted #cdcdc1;
  border-collapse: collapse;
}

		/* Header */

#top {
  font-size: 125%;
  background-color: #CDCDC1;
  background-image: url("image/artwork/logo.gif");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-right: 1px dotted #cdcdc1;
}

#top a {
  text-decoration: none;
}

#top a:hover {
  text-decoration: underline;
}

.now {
  font-weight: bold;
}

.off {
  color: #666666;
}

.logo{
  font-size: 250%;
  font-family: helvetica, geneva, sans serif;
  font-weight: bold;
  color: #c70202;
  line-height: 1.0;
}

.slogan{
  font-size: 90%;
  font-family: helvetica, geneva, sans serif;
  color: #444444;
  line-height: 1.2;
  margin-left: 23px;
}

		/* Menu */

#nav {
  background-color: #EEEEE0;
  line-height: 1.0;
  text-align: left;
  width: 185px;
}

#nav a {
  color: #444444;
  display: block;
  text-decoration: none;
}

#nav a:hover {
  color: #c70202;
  text-decoration: underline;
}

.nav_section {
  font-size: 150%;
  margin-top: 10px;
  padding: 4px 4px 4px 8px;
  text-align: left;
}

.nav_item {
  font-size: 100%;
  margin-top: 5px;
  padding: 3px 3px 3px 16px;
  text-align: left;
}

.nav_subitem {
  font-size: 90%;
  margin-top: 0px;
  padding: 2px 2px 2px 24px;
  text-align: left;
}

.signup {
  margin-left: 10px;
  text-align: left;
  width: 185px;
}

		/* Content */

#main {
  background-color: #fffff0;
  border-right: 1px dotted #cdcdc1;
  height: 100%;
}

.summary {
  margin-left: 20px;
}

.date {
  color: #888888;
  text-align: right;
}

.testimonial {
  font-style: italic;
  text-align: left;
}

.signature {
  text-align: right;
}

.question {
  margin-top: 30px;
  font-weight: bold;
}

.answer {
  margin-left: 10px;
}

.copyright {
  font-size: 75%;
  color: #666666;
  text-align: left;
}

.illustration {
  margin-bottom: 30px;
  text-align: center;
}

.colored {
  color: #006400;
}

.error {
  color: #ff0000;
}

.filename {
  background-color: lightgrey;
  font-weight: bold;
  padding: 0 5px 0 5px;
}

		/* Footer */

#bottom {
  background-color: #CDCDC1;
  border-right: 1px dotted #CDCDC1;
}