#footer blockquote {
  margin: 0;
  margin-bottom: 10px;
  font-style: oblique;
}

div.img {
  margin-right: 20px;
}
img.par_img {
  float: right;
}

body{
  width: 960px;
  margin: auto;
  font-family: Georgia, serif;
  font-family: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e6efe6;
}
#header p {
  float: right;
  text-align: right;
  margin-top: -68px;
}
#header p, #header p a {
  color: #5b3333;
}
#header {
  padding: 5px 20px;
  background-color: white;
  font-family: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
ul#nav {
  width: 960px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid white;
}
ul#nav li {
  width: 319px;
  float: left;
  font-family: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  border-right: 1px solid white;
}
body.about ul#nav li.about a,
body.articles ul#nav li.articles a,
body.article ul#nav li.articles a,
body.archive ul#nav li.articles a,
body.services ul#nav li.services a {
  background-color: #dce3da;
  color: #355c34;
}
ul#nav li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: rgba(0,50,0,0.4);
  text-shadow: #a1ada1 1px 1px 3px;
}
  ul#nav li a:hover {
  background-color: rgba(50,0,0,0.07);
  color: rgba(0,50,0,0.6);
  }

#content {
  clear: left;
  padding: 30px 0 30px 20px;
  background-color: white;
  line-height: 1.3em;
}
#content p { width: 680px; margin-top: 0;}
#content .col {
  float: left;
  width: 460px;
}
#content .col+.col { margin-left: 20px; }
#content .col p { width: 430px; }
#content>br { clear: left; }
#footer {
  font-family: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer h2 a { text-decoration: none; }
#content>h2 {
  width: 910px;
  border-top: 1px solid rgba(0,50,0,0.1);
  border-bottom: 1px solid rgba(0,50,0,0.1);
  clear: left;
  background-color: rgba(0, 50, 0, 0.1);
}
#content>h2 a,
#content .col>h2 a{
  display: block;
  text-shadow: #a1ada1 1px 1px 3px;
  color: rgba(0,50,0,0.4);
}
#content>h2 a:hover,
#content .col>h2 a:hover{
  background-color: #dce3da;
}

#content .col h2 {
  width: 430px;
}

#content h2 {
  padding: 5px;
  border-top: 1px solid rgba(0,50,0,0.1);
  border-bottom: 1px solid rgba(0,50,0,0.1);
  text-shadow: #a1ada1 1px 1px 3px;
  background-color: rgba(0, 50, 0, 0.1);
  color: #355c34;
}

#content h3 {
  color: rgba(40,0,0,0.7);
  text-shadow: #a1ada1 1px 1px 2px;
}

#content a.article-link {
  display: block;
  text-decoration: none;
  color: black;
  padding: 5px;
  margin-right: 20px;
}

#content .col a.article-link {
  width: 430px;
}

#content a.article-link:hover {
  background-color: rgba(0, 50, 0, 0.05);
}

#content a.more-articles-link {
  display: block;
  padding: 5px 5px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 430px;
  border-top: 1px solid rgba(0,50,0,0.1);
  border-bottom: 1px solid rgba(0,50,0,0.1);
  text-shadow: #a1ada1 1px 1px 3px;
  background-color: rgba(0, 50, 0, 0.1);
  color: rgba(0,50,0,0.4);
  font-size: 20px;
  font-weight: bold;
}

#content a.more-articles-link:hover {
  background-color: rgba(0, 50, 0, 0.15);
  color: rgba(0,50,0,0.5);
}

#footer div.col {
  min-height: 300px;
  background-color: rgba(0, 50, 0, 0.1);
  color: rgba(50,0,0,0.5);
  padding: 20px;
  padding-top: 0;
  width: 199px;
  float: left;
  border-right: 1px solid white;
  font-size: 12px;
}
#footer a { color: rgba(50,0,0,0.5); }
#footer h2 {
  text-shadow: #a1ada1 1px 1px 3px;
}
#footer h3 {
  font-size: 14px;
  font-weight: normal;
  text-shadow: #a1ada1 1px 1px 3px;
  margin: 5px 0;
}
#footer ul, #footer li { margin: 0; padding: 0; }
#footer ul { margin-bottom: 10px; }
#footer li { margin-left: 1.5em; }
#footer div.last {
  text-align: center;
  padding: 1em;
  border: 1px solid white;
  clear: left;
  background-color: rgba(0, 50, 0, 0.2);
  color: rgba(50,0,0,0.5);
  font-size: 11px;
}
address { font-style: normal; }
p span.context {
  color:#003300;
  font-family:Verdana,Arial,sans-serif;
  font-size:10pt;
  font-variant:small-caps;
  letter-spacing:0.1em;
}
p span.ualise {
  color:#003300;
  font-family:Georgia,'Times New Roman',serif;
  font-size:larger;
  font-style:italic;
}

.breadcrumb {
  font-size: 13px;
  list-style: none;
  padding: 0 5px;
  margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
  display: inline;
  color: gray;
}

.breadcrumb li+li:before {
  content: ' » ';
}
