

body {
    background-image: url('/rz_back.jpg');
    background-repeat: repeat;
    text-align: center;
  }


#content {
    margin: 0 auto ;
    padding: 0 ;
  }

#header {
    margin: 0 auto ;
    text-align: center;
    border-bottom-color : 0xffffff;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    min-width : 600px;
    vertical-align : middle;
    width : 100%;
    top:0px;
  font-size: xx-large;
  }
#header h1 {
  font-size: xx-large;
}

h1.header  {
    font-size: xx-large;
}


#header img.center_image {

    margin: 0 auto;
    border: 0px;
  }

#header img.left_image {
    left : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-top : 5px;
    left: 0px;
    top : 0px;
    border: 0px;
    float:left;
  }


#header img.right_image {
    margin-left : 5px;
    margin-right : 5px;
    margin-top : 5px;
    right : 0px;
    top : 0px;
    border: 0px;
    float: right;
  }


#header img {
  }


.navlist {
    padding: 1px;
    margin-left: 0;
    font: 11px verdana, sans-serif;
    width: 14em;
    color: gray;
  }


ul#navlist {
    margin-left: 0px;
    padding-left: 0px;
    white-space: nowrap;
    width: 100%;
    bottom: 2px;
    margin: 0px;
  }


#navlist li {
    list-style-type: none;
    padding-right: 7px;
    bottom:0px;
    display: inline;
    list-style: none;
  }





.navlist li a:visited {
    color: #006;
  }


.navlist li a:hover {
    font-weight:bold;
    color: #000080;
    background: #b1d5ed;
    border-left: 3px #004080 solid;
  }


#main_menubar {
    height: 20px;
    min-width: 600px;
    width: 100%;
    background-color: transparent;
    text-align:center;
    border-bottom-color : 0xffffff;
    border-bottom-style : solid;
    border-bottom-width : 2px;
  }


#main_menubar a:link, #main_menubar a:visited {
    margin-right: 10px;
    margin-left: 10px;
    color: #AF7731;
    background-color:transparent;
  }


.menuitem {
    width: 12% ;
    margin-left: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    float:left;
    background-color: transparent;
  }


.menuitem  a:hover {
    color: #9b008b;
    background-color: #33cc00;
    text-decoration:none;
  }


.menuitem a:link {
    color: #000;
  }


.menuitem a:visited {
    color: #006;
  }


#left_menubar {
    float:left;
    width: 100px;
    margin-top: 10px;
    background-color: transparent;
  }


.left_menuitem {
    font-size: small;
    margin-left: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    background-color: transparent;
  }


.left_menuitem  a:link {
    color: #33cc00;
  }


.left_menuitem  a:hover {
    color: #9b008b;
    background-color: #33cc00;
    text-decoration:none;
  }


#center_colum {
    position: absolute;
    top: 200px;
    left:100px;
    width: 500px;
    text-align: left;
  }


#right_colum {
    position: absolute;
    left:600px;
    width: 120px;
    text-align: left;
  }


#picframe {
    width: 732px;
    padding-top: 4px;
    padding-bottom: 20px;
    background-color: #9b008b;
    text-align: center;
  }


#copyright {
    font-size: x-small;
    text-align: center;
  }


