/* style-main.css */
html {
    overflow: hidden;
  }


body {
    background-color : #fff;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 1em;
    height : 100%;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    overflow : hidden;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    width : 100%;
  }


h2 {
    margin: 0;
    padding: 0;
  }


a {
    color : #00703c;
    font-weight : bold;
    text-decoration : underline;
  }


a:hover {
    background-color : #ccc;
    color : #050;
    text-decoration : none;
  }


#head {
    height : 132px;
    width : 100%;
  }


#top {
    border-bottom-color : #585858;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    height : 132px;
    left : 0px;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    overflow : hidden;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    position : absolute;
    top : 0px;
    width : 100%;
  }


#main {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 132px;
    left: 205px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
  }


#side {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 132px;
    left: 10px;
    bottom: 10px;
    width: 200px;
    overflow: auto;
  }

/* menu ID */

#navigation {
    left : 0px;
    margin-bottom : 0px;
    margin-left : 6px;
    margin-right : 6px;
    margin-top : 0px;
    width : 180px;
  }


#navigation a {
    background-color : #c0ffc0;
    color : #004000;
    display : block;
    font-size : 14px;
    font-weight : bold;
    letter-spacing : .1em;
    line-height : 16px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 2px;
    padding-left : 6px;
    padding-right : 0px;
    padding-top : 2px;
    text-decoration : none;
  }


#navigation a:hover {
    background-color : #008000;
    color : #ffffff;
  }


.content {
    padding: 6px;
  }


.head-left {
    position: absolute;
    left : 10px;
    width: 640px;
  }


.head-right {
    background-color : #fff;
    position: absolute;
    left : 640px;
    width: 400px;
  }


.text_bold {
    color : #008000;
    font-weight : bold;
  }


.text_head {
    color : #800000;
    font-size : 12pt;
    font-weight : bold;
  }


.text_big {
    color : #000000;
    font-size : 18pt;
    font-weight : bold;
    text-align : center;
  }


.text_big_green {
    color : #008000;
    font-size : 22pt;
    font-weight : bold;
    text-align : center;
  }

.text_title {
    color : #008000;
    font-size : 18pt;
    font-weight : bold;
  }

