body {
 margin:0px;
 padding:0px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 font-size: 12px;
 line-height: 20px;
 color: #000000;
}

input {
 font-weight: normal;
 font-size: 10px;
 cursor: help;
 color: #993333;
 font-family: Georgia, serif;
}

a {
 color: #000000;
 text-decoration: none;
 font-family: Georgia, serif;
 font-weight:bold;
}
a:link    { color: #4477AA; }
a:visited { color: #666666; }
a:active  { color: #000000; }
a:hover   { color: #993333; }

#content {
 align: center;
 width:1000px;
 margin:10px auto;
}

#simple {
  font-size: 12px;
  width: 770px;
  margin: 30px 10px 0 0;
  color: #000000;
  font-family:Georgia, "Times New Roman", Times, serif;
}

#simple h1
{
  text-size: 14px;
}

#simple ul
{
 list-style: disc;
}

#simple li
{
 margin-bottom: 10px;
}

#banner {
 background-image: url(images/banner.png);
 background-image: no-repeat;
 background-position: top right;
 height: 150px;
 width: 800px;
}

#main {
 float: left;
 width: 550px;
 text-align:justify;
 padding: 10px 30px 0 0;
 border-right: thin solid #888888;
}

.announcement {
 padding-top:5px;
 padding-left:20px;
 border-bottom: thin solid #888888;
}

#handouts {
 float: left;
 width: 200px;
 text-align: left;
 padding: 30px 0 0 0;
}

#online-resources {
 float: left;
 width: 200px;
 text-align: left;
 padding: 10px 0 0 20px;
}

.header {
 color: #111199;
 font-family: Georgia, serif;
 font-size:14px;
 font-weight: bold;
 margin-top: 0px;
 margin-left: 5px;
 text-decoration:underline;
 font-variant:small-caps;
}

.header_date {
 color: #888888;
 font-family: Georgia, serif;
 font-size:12px;
 font-weight: bold;
 margin-top: 2px;
 margin-left: 5px;
 font-variant:small-caps;
}

.fixed_date {
 color: #000000;
 font-family: "Courier New", Courier, monospace;
 font-size:12px;
 font-weight: bold;
 font-variant:small-caps;
}

.page_title {
 color: #117711;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 font-weight: bold;
 margin-top: 10px;
 font-weight: bold;
 text-align:center;
 font-style:italic;
 font-variant:small-caps;
 width:550px;
}

ul {
 list-style:none;
}

.question {
 color: #000088;
 font-family: Georgia, serif;
 font-size:12px;
 font-weight: bold;
 text-decoration:underline;
 font-variant:small-caps;
}

.answer {
 border-left: thin solid #888888;
 border-bottom: thin solid #888888;
 padding-left: 10px;
 margin-top: 5px;
 margin-bottom: 25px;
}