/* SRF Style Sheet */
body {
  background-color: #ff6600;
  background-image: url(../images/bg_grad.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  }
  #wrapper {
    position: relative;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    }
  #wrapper h1 {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:-0.6em;
    }
  #wrapper h3 {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    }
  #container {
    position: relative;
    width: 880px;
    background-color: #fff;
    /*
    background-image: url(../images/sidebar.png);
    background-repeat: repeat-y;
    /**/
    border-style: solid;
    border-color: #711515;
    border-width: 1px;
    margin: 50px auto;
    }
  #navbar {
    width: 100%;
    float: left;
    background-color: #fff;
    font: .8em/1.8em verdana, arial, sans-serif;
    border-bottom: 1px solid #D19e6b;
    margin-bottom: .5em;
    }
  #navbar ul {
    margin: 0;
    padding: .5em 0 0 0;
    list-style: none;
    }
  #navbar li {
    float: left;
    background-image: url(../images/tab_left.png);
    background-repeat: no-repeat;
    margin: 0 1px 0 0;
    padding: 0 0 0 8px;
    }
  #navbar a {
    float: left;
    display: block;
    background-image: url(../images/tab_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0.2em 10px 0.2em 0;
    text-decoration: none;
    font-weight: bold;
    color: #333366;
    }
  #navbar li.current {
    background-image: url(../images/tab_active_left.png);
    }
  #navbar li.current a {
    background-image: url(../images/tab_active_right.png);
    background-color: transparent;
    color: #ffffff;
    }
  #box {
    background: #ffffff;
    border-style: double;
    border-width: 8px;
    border-color: #d60029;
    font-size: 130%;
    line-height: 180%;
    }
  #box ul {
    list-style: none;
    }
  #box a:link {
    text-decoration: none;
    color: #113a94;
    }
  #box a:visited {
    text-decoration: none;
    color: #113a94;
    }
  #box a:hover {
    color: #d60029;
    }
  #box a:active {
    color: #d60029;
    }
  #logo {
    padding-left: 150px;
    padding-top: 8px;
    }
  #navleft {
    float: left;
    width: 280px;
    font: .8em/1.8em verdana, arial, sans-serif;
    margin-top: 1.0em;
	}
  #navleft ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
  #navleft li {
    border-bottom: 1px solid #ed9f9f;
    }
  #navleft li a:link {
    font-size: 90%;
    display: block;
    padding: 0.4em 0.5em 0.4em 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #b51032;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    }
  #navleft li a:visited {
    font-size: 90%;
    display: block;
    padding: 0.4em 0.5em 0.4em 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #b51032;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    }
  #navleft li a:hover {
    background-color: #711515;
    color: #ffffff;
    }
  #navleft li a#here {
    background-color: #711515;
    color: #ffffff;
    }
  #content {
    float: right;
    width: 580px;
    /*border: 1px solid #711515;*/
    }
  #context {
    width: 560px;
    margin: 0 auto;
    /*border: 1px solid #999;*/
    }
  p.indent {
    padding-left: 2.0em;
    }
  #navboxleft {
    float: left;
    width: 390px;
    }
  #navboxright {
    float: right;
    width: 290px;
    }
  #footer {
    clear: both;
    padding-bottom: 2px;
    text-align: center;
    font-size: 60%;
    line-height: 120%;
    color: #999999;
    }

