    html {height: 100%;
         }

    body {font-family : arial;
          font-style : normal;
          font-size : 12pt;
          font-weight : normal;
          color : #4f3030;
          height: 100%;
          background: transparent url('../Images/background2.jpg') no-repeat fixed left top;
          margin: 0px;
          text-align: center;
          }

       p {font-family : arial;
          font-style : normal;
          font-size : 12pt;
          font-weight : normal;
          color : #4f3030;
          margin-top: 5px;
          margin-bottom: 0px;
          }

       p.center {
          text-align: center;
          }

       p.right {
          text-align: right;
          }


       h1, h2, h3, h4, h5 {font-family : arial, helvetica, sans-serif;
          font-style : normal;
          margin-top: 10px;
          margin-bottom: 5px;
          }

       h1 {font-size : 36pt;
          font-weight : bold;
          color : #4f3030;
          }

       h2 {font-size : 24pt;
          font-weight : bold;
          color : #4f3030;
          }

       h3 {font-size : 18pt;
          font-weight : bold;
          color : #4f3030;
          margin-top: 0px;
         }

       h4 {font-size : 16pt;
          font-weight : normal;
          color : #4f3030;
         }

       h5 {font-size : 12pt;
          font-weight : bold;
          color : #4f3030;
          }

       h6 {font-size : 8pt;
          font-weight : normal;
          color : #ffffff;
          margin-top: 5px;
          margin-bottom: 0px;
          }

       h4.news {
          background-color: #c07676;
          border: 1px #4f3030;          
          color : #ffffff;
          padding: 3px 3px 3px 3px;
          }            
       br#clearleft {
          clear: left;
          }

       br#clearright {
          clear: right;
          }

       #container {
          min-height: 100%;
          min-width: 940px;
          padding: 0px 0px 0px 0px;
          margin: 0 auto;
          background: transparent;
          position: relative;
          }

	#header {
          border-left: 3px #4f3030;
          border-right: 3px #4f3030;
          padding: 3px 0px 3px 0px;
          margin-left: 30px;
          margin-right: 30px;
          width: 900px;
          text-align: center;
          min-height: 200px;
          background: #faebd7 url('../Images/sharcher.png') no-repeat scroll center top;
          }

       #footer {
          height: 22px;
          background: #c07676;
          border: 0px #ff0000;
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 0px 0px 0px 0px;
          text-align: right;
          }

       #content {
          margin: 0px 30px 30px 30px;
          width: 900px;
          border-left: 3px #4f3030;
          border-right: 3px #4f3030;
          background: #faebd7;
          text-align: left;
          }

       #updateline {
          min-height: 30px;
          background: #faebd7;
          min-width: 650px;
          margin: auto;
          }

       #menubar {
          border-left: 3px #4f3030;
          border-right: 3px #4f3030;
          padding: 3px 0px 3px 0px;
          margin-left: 30px;
          margin-right: 30px;
          height: 50px;
          width: 900px;
          background: #faebd7;
          text-align: center;
          }

	#sidebar {
          margin: 30px 0px 0px 30px;
          background: #faebd7;
          height: 150px;
	      width: 150px;
          text-align: center;
          }

    #columnleft {
	      border: 0px solid #4f3030;
	      width: 650px;
          margin: 0px 10px 0px 10px;
	      background: transparent;
          }

    table.main {
          table-layout: fixed;
          border-collapse: collapse;
	      border: 3px solid #4f3030;
	      width: 900px;
	      background: #faebd7;
          }

    table.header {
          table-layout: fixed;
          border-collapse: collapse;
      	  border: 0px solid #4f3030;
          height: 210px;
      	  width: 900px;
          padding: 0px 3px 0px 0px;
      	  background: transparent url('../Images/sharcher.png') no-repeat scroll center top;
          }
      
    table.menubar{
        table-layout: fixed;
        border-collapse: collapse;
        border: 0px solid #4f3030;
        height: 50px;
        width: 900px;
        padding: 0px 3px 0px 0px;
        background: transparent;
        }
      
    table.mainindex {
        table-layout: fixed;
        border-collapse: collapse;
        border: 0px solid #4f3030;
        width: 900px;
        padding: 0px 3px 0px 0px;
        background: transparent;
        }
      
    table.mainindex td {
        padding: 0px 10px 0px 10px;
        }
      
    table.columns {
        table-layout: fixed;
        border-collapse: collapse;
        border: 0px solid #000000;
        width: 860px;
        margin: 0px 20px 0px 20px;
        background: transparent;
        }
          
    table.columns td {
        padding: 0px 5px 0px 5px;
        }
      
    td.blankcolumn {
        background-color: #c07676;
        padding: 0px 0px 0px 0px;
        }

    td.sidecolumn {
        padding: 0px 5px 0px 5px;
        background-color: #fffff0;
        vertical-align: top;
        }

    td.maincolumn {
        padding: 0px 5px 0px 5px;
        background-color: transparent;
        vertical-align: top;
        }

    table.box {
        table-layout: fixed;
        border-collapse: collapse;
        border: 3px solid #4f3030;
        width: 900px;
        background: transparent url('../Images/background4b.jpg') no-repeat scroll left top;
        }
    table.box td {
        padding: 0px;
        }
    td.header {
        border: 0px solid #000000;
        background: #c07676;
        }
      
    a:link {
        color: #4f3030;
        }
    a:visited {
        color: #4f3030;
        }
    a:hover {
        color: #c07676;
        }

    input.readonly {
        background: #c07676;
        }

    hr {
        color: #c07676;
        }
    img.floatleft {
        float: left;
        margin: 4px;
        border: 0px;
        }

    img.floatright {
        float: right;
        margin: 4px;
        border: 0px;
        }

    #imgright {
        float: right;
        border: 0px solid #4f3030;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        margin: 6px 0px 6px 6px;
        background: #ffffff;
        }

    #imgleft {
        float: left;
        border: 0px solid #4f3030;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        margin: 6px 6px 6px 0px;
        background: #ffffff;
        }

    #imgcenter {
        float: right;
        border: 0px solid #4f3030;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        margin: 6px 6px 6px 0px;
        background: #ffffff;
        }

    #textboxrightold {
        float: right;
        border: 0px solid #4f3030;
        text-align: justify;
        font-size: 10pt;
        font-weight: bold;
        margin: 6px 0px 6px 250px;
        background: #ffffff;
        }

    #textboxleft {
        float: left;
        width: 292px;
        margin: 0px 6px 0px 3px;
        text-align: left;
        }
    .boxleft {
        background-color: #ffffff;
        border: 2px solid #c0c0c0;
        padding: 8px;
        }
    .boxleft:before {
        content: url('../Images/box_top1.png');
        display: block;
        line-height: 0.1em;
        margin: -10px -10px -22px -10px;
        }
    .boxleft:after {
        clear: both;
        content: url('../Images/box_btm1.png');
        display: block;
        line-height: 0.1em;
        margin: 0 -10px -10px -10px;
        }
    .boxleft h5 {
        margin-top: 5px;
        }
    .boxleft p {
        font-size : 10pt;
        }

    #textboxright {
        float: right;
        width: 292px;
        margin: 0px 3px 0px 6px;
        text-align: left;
        }
    .boxright {
        background-color: #ffffff;
        border: 2px solid #c0c0c0;
        padding: 8px;
        }
    .boxright:before {
        content: url('../Images/box_top1.png');
        display: block;
        line-height: 0.1em;
        margin: -10px -10px -22px -10px;
        }
    .boxright:after {
        clear: both;
        content: url('../Images/box_btm1.png');
        display: block;
        line-height: 0.1em;
        margin: 0 -10px -10px -10px;
        }
    .boxright h5 {
        margin-top: 5px;
        }
    .boxright p {
        font-size : 10pt;
        }

    #textboxleftbig {
        float: right;
        width: 570px;
        margin: 0px 6px 0px 3px;
        text-align: left;
        }
    .boxleftbig {
        background-color: #ffffff;
        border: 2px solid #c0c0c0;
        padding: 8px;
        }
    .boxleftbig:before {
        content: url('../Images/box_top3.png');
        display: block;
        line-height: 0.1em;
        margin: -10px -10px -22px -10px;
        }
    .boxleftbig:after {
        clear: both;
        content: url('../Images/box_btm3.png');
        display: block;
        line-height: 0.1em;
        margin: 0 -10px -10px -10px;
        }
    .boxleftbig h5 {
        margin-top: 5px;
        }
    .boxleftbig p {
        font-size : 10pt;
        }

    #textboxleftbigger {
        float: right;
        width: 780px;
        margin: 0px 6px 0px 3px;
        text-align: left;
        }
    .boxleftbigger {
        background-color: #ffffff;
        border: 2px solid #c0c0c0;
        padding: 8px;
        }
    .boxleftbigger:before {
        content: url('../Images/box_top4.png');
        display: block;
        line-height: 0.1em;
        margin: -10px -10px -22px -10px;
        }
    .boxleftbigger:after {
        clear: both;
        content: url('../Images/box_btm4.png');
        display: block;
        line-height: 0.1em;
        margin: 0 -10px -10px -10px;
        }
    .boxleftbigger h5 {
        margin-top: 5px;
        }
    .boxleftbigger p {
        font-size : 12pt;
        }

    #textboxmain {
        float: right;
        width: 590px;
        margin: 3px 6px 3px 3px;
        text-align: left;
        }
    .boxmain {
        background-color: #ffffff;
        border: 2px solid #c0c0c0;
        padding: 8px;
        }
    .boxmain:before {
        content: url('../Images/box_top4.png');
        display: block;
        line-height: 0.1em;
        margin: -10px -10px -22px -10px;
        }
    .boxmain:after {
        clear: both;
        content: url('../Images/box_btm4.png');
        display: block;
        line-height: 0.1em;
        margin: 0 -10px -10px -10px;
        }
    .boxmain h5 {
        margin-top: 5px;
        }
    .boxmain p {
        font-size : 12pt;
        }
