body {
    margin: 0px;
    padding: 0px;
    background: #ddd url('../images/bg_body.gif') 50% 0% repeat-y;
    text-align: center;
}

body, p, a, textarea, td {
    font-family: Verdana, Tahoma, Lucida, Helvetica, sans-serif;
    font-size: 11px;
    color: #222;
}

a {
    text-decoration: none;
    color: #c00004;
    /*background: url('../images/bg_a.gif') 2px 4px no-repeat;*/
    border-bottom: 1px solid #c00004;
    padding-left: 1px;
    padding-right: 1px;
}

a:hover {
    /*background: url('../images/bg_a_hover.gif') 2px 4px no-repeat;*/
    border-bottom: 1px solid #f00;
    color: #f00;
    background: url('../images/bg_a_hover_new.gif') repeat;
    background-color: #ddd;
}

a.external {
    /*background: url('../images/bg_a_external.gif') 2px 4px no-repeat;*/
}

a.external:hover {
    /*background: url('../images/bg_a_external_hover.gif') 2px 4px no-repeat;*/
    background-color: #ddd;
}

a.nohyperlink {
    color: #222;
    background: none;
    padding-left: 0px;
}

.underline {
/*    text-decoration: underline;*/
}

div, h1, p {
    margin: 0px;
    padding: 0px;
}

hr {
    display: none;
}

#container {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 940px;
    background: url('../images/bg_main.gif') 0px 0px repeat-y;
    margin-bottom: 10px;
    text-align: left;
}

#header {
    position: relative;
    width: 100%;
    background: #fff url('../images/bg_header.gif') 0px 0px repeat-y;
}

h1 {
    margin: 0px;
    width: 360px;
    height: 90px;
    text-indent: -10000px;
    background: url('../images/bg_h1.gif') 10px 7px no-repeat;
    background-color: transparent;
    position: absolute;
    top: 12px;
    left: 3px;
}

div#teaser {
  display: none;
  position: absolute;
  margin-left: 380px;
  margin-top: 25px;
  font-weight: bold;
}

#teaser .word {
  display: block;
  margin-bottom: 5px;
}

#key1 {
  padding-left: 15px;
}
#key2 {
  padding-left: 10px;
}
#key3 {
  padding-left: 5px;
}
#key4 {
  padding-left: 0px;
}

div#address {
    margin: 0px;
    padding: 5px 8px 2px 0px;
    text-align: right;
    margin-top: 0px;
}


div#address p {
    padding-bottom: 5px;
}

#navigation {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    background: url('../images/bg_nav.gif') 0px 0px repeat;

  float:left;
  width:100%;
  border:solid #ddd;
  border-width:1px 0;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    margin-left: 59px;
    clear: both;

  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:85%;
}

#navigation li {
    list-style-type: none;
    float: left;

  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
}

#navigation a {
    padding: 8px 16px 8px 18px;
    color: #ccc;
    background: url('../images/bg_nav_a.gif') -5px 0px;

  display:block;
  border-width: 0px;
  text-decoration:none;
  white-space:nowrap;
}

* html #navigation a {
  width:1%;
}

#navigation a {
}

#navigation a:hover {
    background: url('../images/bg_nav_a_hover.gif') 0px 0px;
    color: #fff;
}

#navigation a.active {
    background: url('../images/bg_nav_a_active.gif') -5px 0px;
    font-weight: bold;
    color: #eee;
}

#navigation a.active:hover {
    background: url('../images/bg_nav_a_hover.gif') 0px 0px;
    color: #fff;
}

#navigation a.expanded {
    background: url('../images/bg_nav_a_expanded.gif') -5px 0px;
    font-weight: bold;
    color: #222;
}

#navigation a.expanded:hover {
    background: url('../images/bg_nav_a_expanded_hover.gif') 0px 0px;
    color: #000;
}

#nav-cheat {
    border-right: none;
}

#navigation #home {
}

h2 {
    clear: both;
    background: url('../images/bg_secondary.gif') repeat-y;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    clear: left;
    padding: 10px 200px 8px 20px;
    font: 18px Georgia,Serif;
    font-weight: bold;
    color: #333;
}


#sub-navigation {
    left: 571px;
    top: 200px;
    width: 218px;
    height: 400px;
    padding-top: 4px;
    float:right;
    color:#777;
}

#sub-navigation ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #9e9e9e;
}

#sub-navigation #backtotop {
    margin-top: 21px;
}

#sub-navigation li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%;
}

#sub-navigation a {
    color: #333;
    padding: 4px 5px 4px 10px;
    margin-top: 1px;
    display: block;
    font-size: 11px;
    width: 218px;
    background: url('../images/bg_subnav_a.gif') 0% 100% repeat;
    border-bottom: 1px solid #9e9e9e;
}

/* IE excluding hack */
html>body #sub-navigation a {
    width: 203px;
}

#sub-navigation a:hover {
    color: #666;
    background: url('../images/bg_subnav_a_hover.gif') 0% 100% no-repeat;
}

#sub-navigation a.active {
    font-weight: bold;
    background: url('../images/bg_subnav_a_active.gif') 0% 100% no-repeat;
}
#sub-navigation a.active:hover {
    background: url('../images/bg_subnav_a_active_hover.gif') 0% 100% no-repeat;
}

#content {
    width: 670px;
    margin-left: 10px;
    margin-bottom: 30px;
    float:left;
}

/* IE excluding hack */
html>body #content {
    width: 670px;
    margin-left: 20px;
}

#main {
}

#footer {
    padding: 4px 0px;
    width: 100%;
    border: 2px #fff solid;
    border-left: 0px;
    border-right: 0px;
    clear: both;
    background: url('../images/bg_footer.gif') 0px 0px repeat;
}

#footer a,
#footer p {
    font-size: 10px;
    color: #ddd;
}
#footer p {
    padding: 2px;
}
#footer a {
    color: #f4e8e8;
}
#footer a:hover {
    color: #f00;
}

#footer p#copy {
    padding: 2px 20px 2px 10px;
    float: left;
}

#footer p#print {
    padding-right: 10px;
    float: right;
}

#footer a {
    text-decoration: none;
    color: #ddd;
    margin-left: 1px;
    border-bottom: 1px solid #ddd;
    padding-right: 1px;
}
#footer a:hover {
    color: #333;
}
#footer a.external {
}
#footer a.external:hover {
    background-color: #666;
}


#content h3 {
    font-size: 12px;
    margin-left: -5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    clear: left;
    background: url('../images/bg_h3.gif') 0px 100% no-repeat;
}

#content ul {
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 25px;
}

#content p,
#content li,
#content h2,
#content h3,
#content td,
#sub-navigation {
    line-height:1.6em;
    text-align: left; /*justify*/
}

#slogan {
    clear: both;
    padding-top: 10px;
    font-weight: bold;
}

#content p {
    margin: 0px 0px 10px 0px;
}

#content .right {
    text-align: right;
}

#content .center {
    text-align: center;
}

img {
    padding: 2px;
    border: #666 1px solid;
}

.float-left {
    margin: 5px 15px 5px 0px;
    float: left;
}

.float-right {
    margin: 5px 0px 5px 15px;
    float: right;
}

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

input.textfield,
textarea {
    border: 1px solid #ccc;
}

input.button {
  font-size: 10px;
    border: 1px outset #ccc;
    background: url('../images/bg_nav_a.gif');
    padding: 1px 5px 1px 7px;
    font-weight: bold;
    cursor: pointer;
    color: #ccc;
}

input.button:hover {
    background: url('../images/bg_nav_a_hover.gif');
    border: 1px outset #000;
    cursor: pointer;
}

td.key {
    vertical-align: top;
    padding-right: 15px;
}

form {
    margin: 0px 0px;
}



div.entry {
    margin: 10px 0px;
    background: url('../images/bg_entry.gif');
    border: 1px solid #bbb;
    padding: 10px;
}


td.portrait {
    text-align: center;
    width: 250px;
    float: left;
    padding: 7px 0px;
}

#content td.portrait p {
    margin-bottom: 2px;
}


  * html #content {
    margin-right:-3px;
  }



#links table {
    width: 100%;
}
#links td {
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #bbb;
  }
  
#links .icons {
    text-align: left;
    width: 40px;
}
#links h3 {
    margin-top: 0px;
    padding-top: 0px;
}
#links img {
    border: 0px;
}

div.error-report {
    background-color: #ebb;
    border: 1px solid #a66;
    padding: 10px;
}

div.error-report h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

