/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, sans-serif;
color: #75765a;
background-color: #ffffff;
font-size: 12px;
}

/* links
----------------------------------------------- */

a:link, a:visited {
  color: #74764e;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: black;
  font-weight: normal;
  background-color: transparent;
  text-decoration: underline;
}

div#submenu a:link, div#submenu a:visited {
  color: #b6c095;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

div#submenu a:hover {
  color: black;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

/* overrides
----------------------------------------------- */

.content {
  padding-left: 47px;
  vertical-align: top;
  padding-top: 10px;
  border-bottom: 0px;
  border-top: 0px;
}

.current {
  color: black;
  font-weight: bold;
}

.firstheader {
  position: relative;
  left: -28px;
}

.rcol {
  background: url(../images/bg_rcol.gif) repeat-y;
  background-color: #e4e5d7;
  width: 237px;
  vertical-align: top;
  text-align: center;
  padding-top: 25px;
  border-bottom: 0px;
  border-top: 0px;
}

p, ul {
  line-height: 1.5em;
}

th {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding-left: 15px;
  border-bottom: 1px solid black;
}

img {
 border: none;
}

a.main:link, a.main:visited {
  color: #74764e;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}


a.main:hover {
  color: black;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}


/* global layout
----------------------------------------------- */

div#container {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #eeeee5;
}

div#menu {
  background: url(../images/bg_mainmenu.jpg) no-repeat;
  height: 44px;
  text-decoration: none;
}

div#footer {
  text-align: center;
  background: url(../images/bg_footer.jpg) no-repeat;
  height: 119px;
  width: 992px;
}

#submenu {
  text-align: right;
  padding-top: 10px;
  color: #b6c095;
  background-color: transparent;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#mainmenu {
  text-align: center;
  vertical-align: center;
  padding-top: 15px;
  font-size: 13px;
  font-weight: bold;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}