/* CONTAINER */

body { 
  padding-left: 60px;
}

#container {
    width: 900px;
    margin: 0 auto;
    font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
    font-size: 12px;
    line-height: 1.5;
    color: #4e4000;
}

/* HEADER */

#header {
    position: relative;
    height: 78px;
    width: 900px;
    clear: both;
}

#header h1 { 
    position: absolute;
    text-indent: -500em; 
    left: 20px;
    top: 5px;
    height: 69px;
    width: 539px;
    background: url(/static/images/otherstories.gif) no-repeat top left;
    margin: 0; 
}

#header h3 { 
    position: absolute;
    font-family: "Techschool", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 17px !important;
    left: 275px;
    top: 30px;
    color: white;
}

a {
    color:#000030;
    text-decoration: none;
}

a:hover {
    color:#000030;
}

tr.zebra
{ 
  background-color: #eee;
}

#navigation { 
    margin-top: 16px;
    padding: 8px;
    width: 204px;
    border: 2px solid #4e4000;
    line-height: 1.2;
    margin-left: 680px;
}
    
#navigation dl {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;            
    width: 194px;
}

#navigation dd { 
    margin-left: 2em;
}


#navigation a {
    display: block;
    padding: 5px;
    text-decoration: underline;
}

#navigation a:link, #navlist a:visited {
    color:#000030;
}

#navigation a:hover {
    background: #000000 url(/static/images/arrow.gif) 96% 50% no-repeat;
    background-color: #F5F5F5;
    color:#CC6714;
}

/* Main Elements */

#content {
    width: 660px;
    float: left;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

#content p {
    padding-bottom: 0.8em;
}

div#toc { 
    font-size: 100%;
    width: 100%;
}

div#toc div.title
{ 
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding: 0.2em;
  clear: both;
}

div#toc h2
{ 
  clear: both;
  padding-top: 1em;
}

div#toc div.title div
{ 
  display: inline;
  margin-left: 2em;
}

div.title a.tanch {  float: left; display: block; width: 14em; clear: left;}
div.tocwd { width: 7em; }
div.tocwc { width: 4em; }
div.tocwo { width: 5em; }
div.tocwt { width: 12em; }

div#toc div.title a {
    display: inline;
}        


div#toc div.title a:hover {
    color:#CC6714;
    text-decoration: underline;
}

div#payboxes
{ 
  width: 150px;
  padding-right: 20px
}

div.summary
{ 
  clear: both;
  margin: 1.8em 3em 1.8em 3em;
}

img.paybox { 
    float: right;
    margin: auto;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}


/* FOOTER ELEMENTS */

#footer {
    margin-top: 20px;
    clear: both;
    background-color:#575352;
    padding: 0px 5px 0px 5px;
}

#footer p {
    color:#89817f;
    padding: 5px;
}

#footer p a {
    color: #89817f;
    border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
    color: #FFFFFF;
    background-color:#575352;
}

input { 
    background-color: #f5f5f5;
    border: 1px solid;
    font-size: 70%;
}
