body {
  font-family: "Geneva", "Helvetica", "Tahoma", sans-serif;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
}

a img {
  border: none;
}

#main {
  border: 1px solid #0099ff;
  background-color: #dfeaff;
  width: 1000px;
  margin: 0px auto;
  padding: 5px;
}

#header {
  border: 1px solid #0099ff;
  background-color: #ffffff;
  height: 100px;
  margin: 0px auto;
}

#columns {
  margin-top: 10px;
  padding-bottom: 15px;
}

#columns div {
  padding: 5px;
}

#leftcol {
  float: left;
  width: 150px;
  border: 1px solid #0099ff;
  background-color: #ffffff;
  margin-bottom: 5px;
}

#leftcol ul {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #cccccc;
  width: 145px;
}

#leftcol li {
  list-style: none;
  border-top: 1px solid #cccccc;
  text-decoration: none;
  margin: 0;
  padding: 0.25em;
}

#midcol {
  float: left;
  border: 1px solid #0099ff;
  background-color: #ffffff;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 620px;
}

#rightcol {
  float: right;
  width: 150px;
  border: 1px solid #0099ff;
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 0px;
}

#rightcol ul {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #cccccc;
  width: 145px;
}

#rightcol li {
  list-style: none;
  border-top: 1px solid #cccccc;
  text-decoration: none;
  margin: 0;
  padding: 0.25em;
}

#rightcol li:hover {
  text-decoration: underline;
}

#footer {
  float: left;
  margin: 0px auto;
  width: 98%;
  text-align: center;
  border: 1px solid #0099ff;
  background-color: #ffffff;
  height: 26px;
  padding: 10px;
}

#form {
  clear:both;
}

a:link {
  color: #0099ff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006699;
  background-color: transparent;
}

a:visited {
  color: #0099ff;
  background-color: transparent;
}

.short1 {
  font-size: 11px;
}

.short2 {
  font-size: 10px;
}

.short3 {
  font-size: 11px;
  font-weight: bold;
}

.more {
  font-size: 11px;
  color: #0099ff;
  background-color: transparent;
  font-weight: bold;
  border: none;
  cursor: pointer;
  cursor: hand;
}

.more:hover {
  text-decoration: underline;
}

.entry {
  margin-bottom: 10px;
  background-image: url('../graphics/page.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll !important;
  background-attachment: fixed;
}

.pseudo {
  color: #ff3300;
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
  text-align: left;
  padding-right: 0;
}

.pseudo:hover {
  color: #ff3300;
  text-decoration: underline;
}

.entryhead {
  font-size: 20px;
  text-decoration: none;
  color: #ff3300;
}

.entryhead:hover {
  color: #ff3300;
  text-decoration: underline;
}

.catnav {
  color: #0099ff;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.catnav:hover {
  color: #006699;
  background-color: transparent;
}

.image-l {
  float: left;
  border: 1px solid #dedede;
  padding: 5px;
  margin-right: 10px;
  clear:both;
  background-color: #ffffff;
}

.image-r {
  float: right;
  border: 1px solid #dedede;
  padding: 5px;
  margin-right: 10px;
  clear:both;
  background-color: #ffffff;
}