/* CSS Document */
      *{
        margin: 0px;
        padding: 0px; 
      }
      body{
        background: #ffffff url("img/page_bg.png") repeat-x;
        font-family: Verdana, Tahoma;
        line-height: 1.6;
      }
      #page{
        width:882px;
        padding:0; 
        margin:0 auto;
      }
      #top{
        position: absolute;
        top: 0px;
        width: 880px;
        min-height: 257px;
        _height: 257px;
        background: #ffffff url("img/top.jpg") no-repeat;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
      }
      #top h1{
        color: #00d200;
        font-family: Tahoma, Verdana;
        font-size: 28px;
        font-style: italic;
        position: absolute;
        top: 55px;
        margin-left: 115px;
      }

      #menu{
        position: absolute;
        top: 140px;
        margin-left: 50px;
      }
      #menu ul li{
        list-style-image: url("img/li.png");
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 12px;
      }
      #menu ul li a{
        color: #ffffff;
        font-weight: bold;
      }
      #menu ul li a:hover{
        text-decoration: none;
      }
      #menu strong{
        font-weight: bold;
        color: #ffffff;
      }
      #content{
        position: relative;
        top: 265px;
        width: 860px;
        margin: 15px;
      }
      #content h2{
        color: #054896;
        font-size: 15px;
        border-bottom: 1px solid #a0c9df;
        padding-bottom: 10x;
      }
      #content p{
        padding: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12px;
      }
      #pata{
        position: relative;
        top: 300px;
        background: url(img/pata.png) no-repeat;
        height: 60px;
        width: 870px;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        padding-left: 31px;
        padding-top: 12px;
      }
      form{
      	font-size: 11px;
      }
      fieldset{
        border: 1px solid #a0c9df;
        font-size: 12px;
      	padding: 15px;
      }
      legend{
        font-weight: bold;
        color: #054896;
        padding-left: 5px;
        padding-right: 5px;
      }
      input, textarea{
	      margin: 0 0 5px 0;
      }
      textarea{
        width: 100%;
      }
      #content ul{
        margin: 10px;
      }
      #content ul li{
        list-style-image: url("img/li.png");
        padding-top: 2px;
        padding-bottom: 2px;
        margin-left: 20px;
        font-size: 12px;
      }
      #content strong{
        font-weight: bold;
      }
      #content a{
        color: #054896;
      }
      #content a:hover{
        text-decoration: none;
      }
      b{
        color: grey;
        padding-bottom: 4px;
      }
