/* CONTAINER */

#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: #666;
    background-color: #FFF;
}

/* HEADER */

#header {
    position: relative;
    height: 78px;
    width: 960px;
    background: url(/static/images/banner.png);
    clear: both;
}

#header h1 { 
    position: absolute;
    text-indent: -500em; 
    left: 275px;
    top: 5px;
    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;
    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;
    padding-right: 1.2em;
}

#content p {
    padding-bottom: 0.8em;
}

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: 150px;
  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;
}

input { 
    background-color: #f5f5f5;
    border: 1px solid;
    font-size: 70%;
}
