/* vim: set expandtab tabstop=2 shiftwidth=2: */
/* PAGE LAYOUT */
* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(/img/bg_body.jpg);
  background-repeat: repeat-x;
}

p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}

ul {
  padding-left: 18px;
}

li {
  padding-bottom: 8px;
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 18px;
}

h2, h3 {
  margin: 10px 0;
}

#toppage, #header, #content {
  width: 800px;
}

#date {
  float: left;
  width: 190px;
  height: 26px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding-top: 13px;
  font-weight: bold;
}

#topbar {
  float: left; 
  width: 608px; 
  height: 40px; 
  background-image: url(/img/bg_topbar.gif);
  background-color: #cbc55c;
  background-repeat: repeat-x;
  border-right: 1px solid #999;
}

#contenttext {
  float: left;
  width: 608px; 
  background-color: #f7f7f7; 
  border-left: 1px solid #999; border-right: 1px solid #999;
  border-bottom: 1px solid #999; border-top: 1px dotted #ccc; 
  min-height: 360px;
}

#logo {
  float: left;
  width: 190px;
  height: 109px;
  background-color: #f7f7f7;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}

#pagetitle {
  position: relative;
  float: left;
  width: 608px;
  height: 110px;
  background-color: #f7f7f7;
  border-right: 1px solid #999;
}

#title {
  position: absolute; right: 10px; bottom: 0px; width: 600px;
}

#menu {
  float: left; width: 190px; margin: 0px;
}

#footer {
  width: 590px;
  padding-right: 10px;
  padding-left: 200px;
  text-align: center;
}

/* GRAY PANEL */
.panel {
  padding: 12px;
  border: 1px solid #e4e4e4;
  background-color: #eee;
  margin: 10px;
  padding: 10px;
  width: 550px;
}

/* TEXT STYLES */
.bodytext {
  font: 0.8em Tahoma, sans-serif;
  text-align: left;
  color: #333;
  line-height: 1.5;
  padding-top: 10px;
}

.bold {
  font-weight: bold;
}

.smalltext {
  font: 11px Tahoma, sans-serif;
  color: #666;
}

.smallwhitetext {
  font: bold 11px Tahoma, sans-serif;
  color: #fff;
}

.smallwhitetext a {
  font: bold 11px Tahoma, sans-serif;
  color: #fff;
  text-decoration: none;
}

.smallwhitetext a:hover{
  text-decoration: underline;
}

.smallgraytext {
  font: bold 11px Tahoma, sans-serif;
  color: #ccc;
}

.smallgraytext a {
  font: bold 11px Tahoma, sans-serif;
  color: #ccc;
  text-decoration: none;
}

.smallgraytext a:hover {
  text-decoration: underline;
}

.titletext {
  font: bold 36px Tahoma, sans-serif;
  color: #ccc;
}

.logotext {
  font: bold 20px Tahoma, sans-serif;
  color: #999;
  margin: 20px;
}

.orangelogotext {
  font: bold 20px Tahoma, sans-serif;
  color: #ff9900;
}

.orangetitle {
  font: bold 24px Tahoma, sans-serif;
  color: #ff9900;
}

#linksmenu a {
  float: right; 
  width: 183px; 
  height: 20px; 
  background-color: #abc578;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: bold 11px Tahoma, sans-serif;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
}

#linksmenu a:hover {
  background-color: #514f1c;
}

