#container {
    width: 960px;
    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: black;
    background-color: #FFF;
}

#header {
    position: relative;
    height: 78px;
    width: 960px;
    background: url(/static/images/otherstories.gif) no-repeat top left;
    clear: both;
}

#header h1 { text-indent: -500em; }

#header h3 { 
    font-family: "Techschool", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    position: absolute;
    top: 30px;
    left: 275px;
    font-size: 140%;
    color: white;

}

a {
    color:#000030;
    text-decoration: none;
}

a:hover {
    color:#000030;
}

tr.zebra
{ 
  background-color: #eee;
}

hr
{ 
  height: 13px;
  width: 100%;
  background: url(/static/images/sigsm.gif) top center no-repeat;
  border: 0;
}

/* NAVIGATION ELEMENTS */

#navigation { 
    margin-top: 16px;
    padding: 8px;
    width: 204px;
    background: #eee;
    line-height: 1.2;
    margin-left: 740px;
}
    
#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: 710px;
    float: left;
    padding-left: 1.2em;
    font-family: Georgia, Times, serif;
    color: #000000;
    font-size:15px;
    line-height: 1.3;
}

#content p 
{
  text-indent: 2.0em; 
  margin-top: 0;
  margin-bottom: 0;   
}

table#toc { 
    font-size: 100%;
    width: 100%;
}

table#toc th 
{ 
  color: white;
  font-weight: bold;
  background-color: #000030;
  text-align: left;
  padding: 0.2em;
  white-space: nowrap;
}

table#toc td
{ 
  white-space: nowrap;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

table#toc td a {
    color:#000030;
    text-decoration: none;
}

table#toc td a:hover {
    color:#000030;
    text-decoration: underline;
}

table#toc td.toctd1 a {
    color:#CC6714;
    color:#000030;
    text-decoration: none;
}

table#toc td.toctd1 a:hover {
    color:#CC6714;
    text-decoration: underline;
}

div#payboxes
{ 
  width: 160px;
  padding-right: 20px
}

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;
}

div#canchor
{ 
  border: none; 
  float: left; 
  padding-top: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
}

div#copytitle h5
{ 
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.pullquote
{ 
  width: 16em;
  padding: 0.6em;
  margin: 0.4em;
  font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  font-weight: bold;
  background: #ddf;
  float: right;
}
