#menu {
    background-color: #FFFFFF;
    width: 100%;
}
#leftcol {
    float: left;
    width: 629px;
    height: auto;
    background-color: #FFFFFF;
    line-height: 150%;
    padding: 4px;
}

#rightcol {
    float: right;
    width: 278px;
    height: auto;
    background-color: #FFFFFF;
}

#pri {
  line-height: normal;
  padding: 4px;
}
dt {
  font-family: arial,helvetica;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
dd {
  font-family: arial,helvetica;
  color: black;
  font-size: 12px;
  text-align: left;
}
a.entry {
  font-family: arial,helvetica;
  color: green;
}
.popup {
  color: #ffffff;
  background-color: #3030a0;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.popup dl {
  margin: 0px;
  padding: 0px;
}
.popup dt{
  font-size: 10px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  font-size: 10px;
  margin-left: 20px;
}
.dtstart,
.dtend,
.description,
.location,
.categories,
.url,
.rrule {
  visibility:hidden;
}
.title {
  text-align: center;
  text-decoration: underline;
  font-size: large;
  font-weight: 600;
}
#logo{
    float: left;
    width: 425px;
    height: 240px;
    text-align: center;
    vertical-align: middle;
}
table td.d{
    vertical-align: top;
    line-height: normal;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-right-style: dotted;
    border-right-width: thin;
}
table th.d{
    vertical-align: top;
    line-height: normal;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-right-style: dotted;
    border-right-width: thin;
}
table td.b{
    vertical-align: top;
    line-height: normal;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
table th.b{
    vertical-align: top;
    line-height: normal;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
table td.n{
    vertical-align: top;
    border-width: 0px;
}
a.sm{
    font-size: small;
    color: green;
}
.small{
    font-size: small;
}
div.phototl {
  width: 50px;
  height: 50px;
  float: right;
}
#form1{
display:none;
}
a.user {
  color: black;
  text-decoration: none;
}
a.user:hover {
  color: black;
  text-decoration: none;
}