body {
  background-color: #c6deac;
  line-height: 1.3em;
  vertical-align: baseline;
}

#main {
  background-color: white;
  width: 752px;
  padding: 0;
  margin: 0 auto;
  border-left: solid 1px black;
  border-right: solid 1px black;
}


#navcolumn {
  width: 192px;
  float: left;
  padding-left: 5px;
}

#navcolumn h3 {
  background-color: #bdac0c;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
}

#content {
  width: 523px;
  padding-bottom: 10px;
  
  border-left: 1px solid #222;
  float: right;
}

p, ul, ol {
  padding: 10px 12px 0 12px;
}

form {
  padding: 10px 5px 0 5px;
}

#content h3 {
  padding-left: 5px;
  padding-top: 10px;
}

#footer {
  clear: both;
}

#course-subscribe {
    background-color:#c6deac;
}

.formbox {
    margin: 10px auto;
    padding: 5px;
    width:500px;
    border:3px solid #F28E2D;
}

.formbox td {
  padding: 10px;
}

.h9 {
    color:#CC3300;
    font-family:arial;
    font-size:1.3em;
    font-weight:bolder;
    padding-bottom:10px;
    padding-left:10px;
    padding-top:5px;
    text-align:center;
}


h1 {
font-family:arial;
font-size:1.3em;
font-weight:bolder;
color: white;
background-color: #666;
padding: 10px 5px;
}

h2 {
  color: #333;
  font-size:1em;
  font-weight:bold;
  padding:10px;
  text-decoration:none;
}

.captureform input.submit {
  clear: both;
  display: block;
}

.shortcaptureform input.submit {
  clear: both;
  display: block;
}

.shortcaptureform select {
  width: 150px;
}


p.privacy {
  font-size: 10pt;
}

input.submit {
  padding: 15px;
  margin: 10px auto;
}

select {
  padding: 8px;
}

div.select {
  margin: 10px auto;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

#footer {
    padding: 24px 0;
    text-align: center;
    color: #222;
    font-size: 10pt;
}

a:link, a:visited {
 color: #0c5c13;
}

a:hover {
  color: black;
  background-color: #9aef3f;
}

.specialnote {
  font-style: italic;
  color: #08470e;
}

ul.navlinks {
  border-top: 3px #0c5c13 solid;
  margin-top: 20px;
  font-size: 16pt;
  list-style: none;
  list-style-position: outside;
}

ul.navlinks li {
  margin: 20px 0;
}


ol {
list-style-position:inside;
list-style-type:decimal;
}

div.quoteblock {
    margin: 1em 5em;
    color: black;
    padding: 1em;
    border: 3px solid red;
    background-color: #f8e966;
}
q {
    font-family: "Georgia", serif;
    text-align: justify;
    display: block;
}

q:before {
    content: "\201C";
    padding-right: 0.1em;
}

q:after {
    content: "\201D";
    padding-left: 0.1em;
}

div.quote-attrib {
    margin: 1em 5em;
    text-align: right;
    font-style: italic;
}
div.quote-attrib:before {
    content: "\2015  "; /* em dash */
}

