body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  min-width: 700px;
  font-family: tahoma, sans serif;
  font-size: 10pt;
  text-align: center;
}
P {
  display: block;
  margin: 0;
}
.expanded { visibility: visible; display: block; }
.collapsed { visibility: hidden; display: none; }

.blackborder {  border: 1px solid #000000 }

.bordered {
  border: 1px solid #888;
  padding: 1px;
  margin: 2px;
}

.floatright { 
  float: right;
  margin: 2px 0 2px 5px;
}
A {
  text-decoration: none;
}
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
img {
  border: 0 none inherit;
}


textarea { 
  font-family: inherit;
  font-size: 10pt;
}

#announcement {
  border: 1px solid #000000;
  background-color: #FFA33C;
  text-align: center;
  vertical-align: center;

  padding: 5px 6px 5px 6px;
  margin: 6px 20px 6px 20px;
  width: auto;
}

#commenttop {
  border-bottom: 1px solid #2BAC07;
}
#commentowner {
  font-weight: bold
}
#commentdate {
  color: #505050;
  font-size: 7pt;
  margin: 0 0 0 6px;
}

#container {
  width: 524px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
  text-align: left;
}

#content {
  position: relative;
  top: 75px;
  left: 0px;
  border: 1px solid #000000;  
}

#entry, #comment {
  padding: 0px 6px 0px 6px;
  /* text-align: justify; */
  color: #343434;
  margin: 2px 10px 5px 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
  font-size: 10pt;
  line-height: 1.9em;
}
#entrydate {
  font-family: Arial;
  font-size: 9pt;
  color: #8f8f8f;
  font-weight: normal;
}
#entrylinks {
  padding: 0px 6px 0px 6px;
  color: #459300;
  margin: 6px 5px 5px 4px;
  font-family: Verdana, Lucida Console, Arial;
  font-size: 8pt;
  letter-spacing: 1px;
}  
#entrylinks a{
  color: #459300  
}
#entrytitle {
  padding: 0px 6px 0px 6px;
  font-family: Tahoma, Arial;
  font-weight: bold;
  font-size: 11pt;
  color: #1D32B5;
  margin: 6px 10px 5px 4px;
}

#footer {
  align: center;
  font-family: century gothic, arial;
  font-size: 8pt;
}

#header {
  position: absolute;
  background-repeat: no-repeat;
  width: 524px;
  height: 75px;
}
#header a {
  color: #ffffff;
}
#header h1 {
  margin: 0 0 0 0;
  position: absolute;
  right: 4px;
  bottom: 1px;
  font-size: 7pt;
  font-weight: normal;
  font-family: Lucida Console, Arial;
  letter-spacing: 0.1em;
}

#navbar {
  position: relative;
  top: 75px;
  height: 18px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: none;
  background-color: #DADADA;
  padding: 0px 4px 0px 4px;
  line-height: 1.2em;
  vertical-align: middle;
}
#navbar a {
  color: #000000;
}
#navbar a:hover {
  color: #2BAC07;
}
#navbar select {
  font-family: tahoma;
  font-size: 7pt;
  border: 1px solid #000000;
}
#navbar td {
  font-family: tahoma, sans serif;
  font-size: 10pt;
}  

#nav {
  position: absolute;
  left: -84px;
  top: 20px;
  list-style-type: none;
  list-style-image: none;
  width: 84px;
}
#nav a {
  font-family: Lucida Console, Tahoma, Arial;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.0em;
  padding: 0px 0px 0px 0px;
  text-transform: lowercase;
}
#nav a:hover, #entrylinks a:hover {
  border-bottom: 1px dotted #555555;
}
#nav li {
  padding: 2.5px 0 0 0;
  margin: 2px 0 1px 0;
  height: 24px;
  list-style-type: none;
  list-style-image: none;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: block;
  white-space: nowrap;
  background-repeat: no-repeat;
}
#nav #navicons  {
  padding-top: 5px;
}
#nav #navicons li {
  margin: 0;
  height: 54px;
  vertical-align: top;
}
#nav #navicons img {
  border: 0;
}

#current {
  width: 84px;
  color: #459300;
  background-image: url(images/whitetab.jpg);
}
#current a {
  color: #459300;
  list-style-image: none;
}
#other {
  width: 78px;
  color: #ffffff;
  background-image: url(images/greentab.jpg);
}
#other a {
  color: #ffffff;
}


#newcomment {
  font-family: arial;
  font-size: 10pt;
}
#newcomment textarea {
  width: 360px;
  height: 100px;
}
#newcomment input, #newcomment textarea {
  border: #000000 solid 1px;
}
#nextprev {
  text-align: right;
  padding: 0px 7px 5px 0px;
}
#nextprevpost {
  font-size: 9pt;
  padding: 0px 7px 5px 7px;
}
