html, body {
  margin:0;
  padding:0;
  height:100%;
}

body {
  background-color:#eee;
}

p, div, td {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  line-height:130%;
}

table.main {
  width:100%;
  height:100%;
}

table.main td {
  vertical-align:top;
}

/* ==== MENU ==== */
table.main td.menu {
  width:300px;
}

div.menu {
  margin:25px 0 20px 25px;
  border-bottom:1px solid #999;
}

div.title {
  height:39px;
  overflow:hidden;
  margin-bottom:10px;
}

div.menuItems {
  margin-bottom:10px;
}

div.menuItem {
  height:13px;
  overflow:hidden;
  margin-bottom:4px;
}

div.menuItem img {
  border:0;
}

div.quickMenu {
  margin-bottom:16px;
}

div.description {
  margin-left:25px;
  font-size:8pt;
  color:black;
  background-color:inherit;
}

/* ==== CONTENT ==== */
table.main td.contentOuter {
  padding:25px;
  text-align:left;
}

table.content {
  border:1px solid #ccc;
  width:675px;
  height:550px;
}

td.content {
  height:100%;
  text-align:center;
}

div.floatingClick {
  position:absolute;
  left:338px;
  top:38px;
  height:13px;
  overflow:hidden;
}

div.content {
}

div.contentBottomLeftOuter {
  position:relative;
  height:100%;
}

div.contentBottomLeftInner {
  position:absolute;
  width:100%;
  left:0px;
  bottom:0px;
  text-align:left;
}

div.contentBottomLeftInnerStuff {
  color:black;
  background-color:white;
  padding-top:15px;
  padding-left:30px;
  padding-bottom:30px;
}

div.contentBottomLeftInnerStuff table {
  border-top:1px solid #999;
}

div.contentBottomLeftInnerStuff table td {
  padding-top:20px;
}

div.contentBottomLeftInnerStuff p {
  font-size:8pt;
  margin-bottom:20px;
}

p a {
  color:black;
  background-color:inherit;
/*  text-decoration:none;*/
}

p a:hover {
  text-decoration:underline;
}

div.linkback {
  position:absolute;
  left:325px;
  top:580px;
  width:675px;
  text-align:right;
  color:#999;
  background-color:inherit;
  font-size:7pt;
}

div.linkback a {
  font-weight:bold;
  text-decoration:none;
  color:#999;
  background-color:inherit;
}

div.linkback a:hover {
  text-decoration:underline;
  color:#666;
  background-color:inherit;
}
