body {
    background : #ffcc31 url('bg.jpg') repeat-y 50% 0;
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    height : 100%;
    margin : 0px;
  }


img {
    border : 0;
  }


#header {
    background : url('header.jpg') no-repeat;
    height : 80px;
    margin : auto;
    position : relative;
    width : 900px;
  }


#header div {
    position : absolute;
    top : 15px;
    right: 0px;
    width : auto;
  }


#container {
    margin : auto;
    padding : 0px;
    width : 900px;
  }


#menu {
    background : url('menu.jpg') no-repeat;
    float : left;
    padding-top : 50px;
    width : 250px;
    z-index : 2;
  }


#menu ul {
    list-style : none;
  }


#menu li {
    border-bottom : #BC7800 1px dashed;
    margin-right : 1px;
    padding : 5px 0px 5px 10px;
  }


#menu #selected {
    border-bottom : #BC7800 2px solid;
    color : #9f131c;
    font-weight : bold;
    padding : 5px 0px 5px 10px;
  }


#menu .selected {
    border : none;
    color : #9f131c;
    font-weight : bold;
    padding-left : 20px;
  }


#menu .selected2 {
    border : none;
    color : #9f131c;
    font-weight : bold;
    padding-left : 40px;
  }


#menu a:link {
    color: #9f131c;
    text-decoration: none;
  }


#menu a:visited {
    color: #9f131c;
    text-decoration: none;
  }


#menu a:active {
    color: #ff0000;
    text-decoration: none;
  }


#menu a:hover {
    color: #ff0000;
    text-decoration: none;
  }


#content {
    float : left;
    padding : 10px;
    width : 630px;
  }


#content_no_padd {
    float : left;
    line-height : 0;
    padding : 0;
    width : 650px;
  }


#footer {
    background : url('footer.jpg') no-repeat;
    clear : both;
    height : 60px;
    margin : auto;
    width : 900px;
  }


#footer div {
    padding-left : 260px;
  }


a:link {
    color: #9f131c;
    text-decoration: underline;
  }


a:visited {
    color: #9f131c;
    text-decoration: underline;
  }


a:active {
    color: #ff0000;
    text-decoration: underline;
  }


a:hover {
    color: #ff0000;
    text-decoration: underline;
  }


h1 {
    font-size : 1.4em;
    font-weight : bold;
    margin-bottom : 0px;
    margin-top : 20px;
  }


h2 {
    font-size : 1.2em;
    font-weight : bold;
    margin-bottom : 0px;
    margin-top : 20px;
  }


h3 {
    font-size : 1.0em;
    font-weight : bold;
    margin-bottom : 0px;
    margin-top : 20px;
    text-decoration : underline;
  }


p {
    margin-bottom : 10px;
    margin-top : 10px;
  }


ul {
    list-style-image : url('list.jpg');
  }


.boxa {
    border:1px solid #BC7800;
  }


.boxb {
    border:1px solid #BC7800;
  }


.error {
    color:#FF0000;
    font-weight:bold;
  }


.borders td {
    border-color : #BC7800;
    border-collapse : collapse;
    border-style : none solid solid none;
    border-width : 0 1px 1px 0;
    padding : 10px;
    vertical-align : top;
  }


.borders th {
    font-weight : bold;
    padding : 30px 10px 5px 10px;
    text-align : left;
    vertical-align : top;
  }


.center td {
    text-align : center;
  }


.listbold {
    font-weight : bold;
  }


.listitalic {
    font-style : italic;
  }


.rpic {
    float : right;
    padding : 20px;
  }
