body {
  min-width: 570px;      /* 2x LC width + RC width */
  font-family: sans-serif;
  font-size: 10pt;
}

#header a img {
  border: none;
}

#header {
  padding: 0em 5em;
}

#header h1 {
  font-family: georgia;
  font-size: xx-large;
  font-style: italic;
  text-align: center;
}

#body {
  padding-left: 2em;
  padding-right: 2em;
}

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 170px;  /* RC width */
}

#container .column {
  position: relative;
  float: left;
}

#content {
  border-right: 1px solid #204C83;
  border-left: 1px solid #204C83;
  width: 100%;
  color: #222723;
}

#content p {
  text-align: justify;
}

#about p {
  padding: 1em;
  font-family: georgia, serif;
  font-style: italic;
  background-color: #e2f8fd;
  border-left: 3px solid #4C8320;
}

#navigation {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}

#navigation ul {
  padding: 0em;
  margin: .5em 0em;
  list-style: none;
}

#navigation li {
  padding-left: 1.2em;
  margin: .2em 0em;
}

#navigation h3 {
  font-size: small;
  font-family: georgia, serif;
  font-variant: small-caps;
  margin: .1em 0em;
  padding-left: 0.6em;
  color: #4C8320;
}

#shortcuts {
  font-size: small;
  font-variant: small-caps;
  text-align: center;
}

#shortcuts ul {
  list-style: none;
}

#shortcuts li {
  display: inline;
  padding-left: 2em;
}

#notes {
  width: 170px;          /* RC width */
  margin-right: -170px;  /* RC width */
}

#footer {
  clear: both;
}

#footer hr {
  height: 1px;
  border: 0;
  color: #204C83;
  width: 85%;
  background-color: #204C83;
}

#footer p {
  font-style: italic;
  font-size: x-small;
  text-align: center;
  color: #808080;
}

/*** IE6 Fix ***/
* html #navigation {
  left: 150px;           /* RC width */
}

a {
  text-decoration: none;
  color: #204C83;
}

a:hover {
  text-decoration: underline !important;
  color: #204C83 !important;
}

a:visited {
 color: #4C8320;
}

.news {
}

.news h3, h4 {
  font-family: georgia, serif;
  color: #4C8320;
}

.notelist {
  padding-left: 1em;
  padding-right: 1em;
}

.note {
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px dashed #00adef;
  background-color: #e2f8fd;
  color: #303030;
}

.note h3 {
  font-size: small;
  font-family: georgia, serif;
  color: #4C8320;
}

.quote {
  border: 1px dashed;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  border: 1px dashed #00adef;
  background-color: #fdf8e2;
  color: #303030;
}

.gallery a img {
  border: 3px solid #fdf8e2;
}