/* Hides from IE5-mac \*/
* html #content {
  height: 1%;
}
/* End hide from IE5-mac */
body {
  font-size: 75%;
  margin: 0;
}
body, div, p, table, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a, a:visited {
  color: rgb(0,79,191);
}
#wrap {
  background-color: rgb(230,240,255);
  width: 80em;
  padding: 0em 1em 1em 1em;
  margin-left: auto;
  margin-right: auto;
}

#top, #middle, #bottom {
  width: 100%;
}
#left {
  float: left;
  width: 10em;
}
#right {
  float: right;
  width: 10em;
  background-color: rgb(255,255,255);
}
#content {
}
#contentwrap {
  margin-left: 11em;
  margin-right: 11em;
  padding: 1em;
  background-color: rgb(255,255,255);
}

/* LOGO */

#top {
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  color: rgb(0,79,191);
  background-image: url('/hl2008/templates/hl2008/images/top.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
#top img {
  float: left;
  margin-right: 1em;
}
#top p.sitename {
  margin: 15px 0 0 15px;
  font-size: 2em;
}
#top p.description {
  margin: 5px 0 0 15px;
  font-size: 1.1em;
}
#top p.date {
  float: right;
  margin: 15px 1em 0 0;
  font-size: 1.1em;
}

/* MENU */

#left a {
  text-decoration: none;
  color: rgb(255,255,255);
}

#active_menu {
  font-weight: bold;
}
#left table {
  width: 100%;
}
#left table table td {
  background-color: rgb(0,79,191);
  padding: 2px;
  border-bottom: 3px solid rgb(230,240,255);
}

/* BREADCRUMB */
#breadcrumb {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

/* CONTENT */
#content div.componentheading, #content td.contentheading {
  font-size: 1.2em;
  font-weight: bold;
}
#content td.contentdescription {
  font-weight: bold;
}
#content div.back_button, #content td.createdate, #content td.modifydate {
  font-size: 0.8em;
}

/* RIGHT */
#right table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* SPECIAL */
div.spacer {
  clear: both;
  height: 0;
}