/* CONTENT */

.content
{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 15px 15px 15px 15px;
  border: 1px solid #DDDDDD;
  color: #55411C;
  background-color: transparent;
}

.content_popup
{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 10px 10px 10px 10px;
  border: 1px solid #DDDDDD;
  color: #55411C;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.content h1,h2,h3,h4,h5,h6
{
  font-weight: normal;
}

.content a
{
  color: #AA8139;
  background-color: transparent;
}

.content a:visited
{
  color: #55411C;
  background-color: transparent;
}

.content a:hover
{
  color: #BF9D60;
  background-color: transparent;
}

.content div.callout-right
{
  float: right; 
  position: relative; /* fix IE peekaboo bug */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.content div.text-box
{
  border: 1px dotted #55411C;
  margin: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
}

.content div.callout-caption
{
  border-top: 1pt dotted #A8946F;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}

/* NAVBAR */

.navbar
{
  width: 150px;
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
}

ul.navlist
{
  text-align: left;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

ul.navlist li
{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul.navlist li a
{
  display: block;
  width: 127px; /* don't understand this, only required in IE */
  margin: 1px 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  border-width: 1px;
  border-color: #ffe #aaab9c #ccc #fff;
  border-style: solid;
  text-decoration: none;
  color: #55411C;
  background-color: transparent;
}

ul.navlist li a.selected
{
  background-image: url(/images/paper.jpg);
  color: #000000;
  background-color: transparent;
}

ul.navlist li a:hover, ul.navlist li.active a:hover
{
  background-image: url(/images/paper.jpg);
  border-color: #aaab9c #fff #fff #ccc;
  color: inherit;
}

/* BANNER */

.banner_title
{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bolder;
  color: #55411C;
  background-color: transparent;
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
}

.banner_subtitle
{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: #55411C;
  background-color: transparent;
  margin: 0px 35px 10px 45px;
  padding: 0px 0px 0px 0px;
}

/* FOOTER */

.footer
{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  color: #55411C;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
}

/* SECRET TOOLS */

.footer_text
{
  float: left;
  width: 750px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.secret_tools
{
  font-size: 8pt;
  margin: 0px 0px 0px 750px;
  width: 45px;
  text-align: right;
  padding: 0px 0px 0px 0px;
  color: #AAAAAA;
  background-color: transparent;
}

.secret_tools a
{
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.secret_tools a:link
{
  color: #AAAAAA;
  background-color: transparent;
  text-decoration: none;
}

.secret_tools a:visited
{
  color: #AAAAAA;
  background-color: transparent;
  text-decoration: none;
}

.secret_tools a:hover
{
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

