html {
  background: #afb0c5 url("borderbg.png") repeat-x;
}

body {
  font-family: arial, sans-serif;
  margin: 0;
  padding: 1em;
}

#maintop .left, #maintop, #mainbottom .left, #mainbottom {
  width: 100%;
  height: 12px;
  font-size: 1px;
}
#maintop .middle, #mainbottom .middle {
  margin-left: 12px;
  margin-right: 12px;
  width: auto;
  height: 12px;
  font-size: 1px;
}
#maincontent {
  margin: 0;
  padding: 1em 2em;
}
#main {
  margin: 0 auto;
  min-width: 700px;
  max-width: 900px;
  padding: 6px 20px 5px 20px;
}


#maintop .left {
  background: url("bgtl.png") no-repeat top left;
}
#maintop {
  background: url("bgtr.png") no-repeat top right;
}
#mainbottom .left {
  background: url("bgbl.png") no-repeat bottom left;
}
#mainbottom {
  background: url("bgbr.png") no-repeat bottom right;
}
#maintop .middle {
  background: #d0d0d0;
}
#maincontent {
  background: #ffffff url("bgmain.gif") repeat-x;
}
#mainbottom .middle {
  background: #ffffff;
}


#main p {
  text-align: justify;
}

.float {
  float: right;
  margin-left: 16px;
  margin-bottom: 10px;
}

#footer {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 0.5em;
}

#footer p {
  text-align: center;
  color: #808080;
  font-size: 80%;
}

h1 {
}

h2 {
  margin-top: 1.5em;
  border-bottom: 1px solid #e0e0d8;
}

h3 {
  margin-top: 2.5em;
  font-style: italic;
  border-bottom: 1px solid #e0e0d8;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #204070;
}

a:hover {
  color: #0000f0;
  text-decoration: underline;
}

#menu {
  font-size: 11pt;
  background-color: #fefbf8;
  border: 1px solid #e0e0e0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2em;
}

#menu a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: #403020;
}

#menu a.active {
  background-color: #f9edd2;
  color: #806040;
}

#menu a:hover {
  background-color: #f9edd2;
  color: #806040;
}

.newshead {
  font-size: 120%;
  color: #402020;
  margin-bottom: 0.2em;
}

.newsdate {
  margin-top: 0;
  font-style: italic;
  font-size: 80%;
  color: #808080;
}

.newstext {
  background: #fcfcfd;
  padding: 0.2em 1.0em;
  border: 1px solid #e8e8e8;
  margin-bottom: 3em;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 0px 5px #f0f0f0;
  -o-box-shadow: 0px 0px 5px #f0f0f0;
  -moz-box-shadow: 0px 0px 5px #f0f0f0;
  -webkit-box-shadow: 0px 0px 5px #f0f0f0;
}

table.framed {
  border: 1px solid;
  border-collapse: collapse;
}

table.framed td, table.framed th {
  text-align: left;
  border: 1px solid;
  border-collapse: collapse;
  padding: 3px 5px;
}

table.framed .ctm {
  background-color: #e0e0ff;
}

table.framed .yes {
  background-color: #c0ffc0;
}

table.framed .no {
  background-color: #ffc0c0;
}

table.framed .note {
  background-color: #ffffc0;
}


img {
  border: none;
}

img.float {
  float: right;
  margin: 0.5em 1em;
}
