
/****** general page layout: *****/

body { 
  margin: 0; 
  padding-top: 20px;
  background-color: #ffffff;
  text-align: center;
}
td {
  font-family: Verdana,Arial,sans-serif;
  font-size: 80%;
  color: #000066;
  line-height: 1.4em;
}
td a {
  color: #000066;
}
td a:visited {
  color: #000066;
}
h1 {
  color: #000066;
  line-height: 140%;
  text-align: center;
}

h2 {
  color: #000066;
  line-height: 110%;
  text-align: left;
}

h2 {
  color: #000066;
  line-height: 100%;
  text-align: left;
}

h2 {
  color: #000066;
  line-height: 80%;
  text-align: left;
}


/***** title bar with tile menu: *****/

#titlebar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.dropdown {
  z-index: 20;
  position: absolute;
  margin: 0;
  margin-left: 1px;
  width: 78px;
  visibility: hidden;
} 
.droplinkdiv {
  background-color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #999999;
}
.droplink, .droplink:visited {
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size: 11px;
  display: block;
  color: #ffffff;
} 
.droplink:hover {
  background-color: #f7ce02;
  color: #000000;
}
.dropend {
  margin-left: -2px;
  border-top: 1px solid #999999;
}

/***** footer: *****/

#footer {
  clear: left;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#footer td {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
#footer a, #footer a:visited {
  text-decoration: none;
  color: #000099;
}


/***** main content area: *****/

#maintable {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#boxmenu {
  vertical-align: top;
}

#leftmenu {
  width: 180px;
  background-image: url(leftmenu.jpg);
  background-repeat: no-repeat;
  vertical-align: top;
}

#leftmenudiv { /* IE5 box model hack */
  padding: 10px;
}

#leftmenu h2 {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 14px;
}

#leftmenu a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}

.linkdiv {
  border-bottom: 1px solid #eeeeee;
  margin: 0.3em 0;
}

#contentarea {
  vertical-align: top;
  padding-left: 20px;
}

.newstitle {
  font-weight: bold;
  color: #333377;
}

.newsdate {
  text-align: right;
  color: #333377;
  padding-right: 10px;
}

.newscontent {
   padding: 0 10px 10px 0;
}

.newstitle a {
  text-decoration: none;
  font-weight: bold;
}

.newscontent a {
  font-weight: bold;
}

.small {
  font-size: 0.6em;
}
