html{
    overflow-x:hidden;
}
* { 
    margin: 0;
    padding: 0;
}

a{

   background : transparent;
   text-decoration : none;
}

a:link {
   color : #000;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #000;
   text-decoration : none;
}

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

a:active {
   color : #000;
}



a img {
    border: 1px solid #ddd;
}



body { 
    background: #fff; 
    font: 76% Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #555;
    margin:0;
}

#container {
    width: 860px;
    margin: 0 auto;
    background-color:#fff;
    padding: 0px 12px 0px 12px;
}

#content {
    width:858px;
    margin:2px;
    height: auto;
}

#content img.pic {
    float: left;
    border: 1px solid #DFF7E4;
    padding:10px;
    margin:8px 0 8px 12px;
}

#content img.pic2 {
    border: 1px solid #DFF7E4;
    padding:10px;
    margin:8px 12px 8px 0;
}

#content h1 { 
    margin:0; 
    color:#ddd;
    background:#fff;
    padding-bottom:3px;
    padding-top:10px;
    clear:both;
}

#content h2 { 
font-family: Tahoma;
background-color: #fff;
color:#666666;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.6em;
padding:5px 0 3px 0;
}

#content p {
    
    text-align:left;
    font-family: Verdana;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.4em;
    margin-bottom:20px;
    text-align:justify;
}


td.pagemiddle{
    border:1px solid #fff;
}

#footer {
    border-top: 1px solid #A1E197;
    padding-bottom: 35px;
    height:10px;
}

#footer p{
    float:left;
    font-size: 10px;
    text-align: left;
    color:#555;
}

#footer a{
    font-size: 10px;
    text-align: left;
    color:#555;
    border:none;
}

#footer a:hover {
    font-size: 10px;
    text-align: left;
    color:#555;
}

#footer img{
    border:none;
    padding:3px 0;
}

#footer img.link{
    float:right;
    border:none;
    margin-top:-15px;
}

#header {
    position:relative;
    margin-top:5px;
    margin-bottom:5px;
    background: url(img/header.jpg) no-repeat;
    width:858px;
    height:50px;
    border: 1px solid #DFF7E4;
    border-color: #DFF7E4 #A1E197;
}

/* navigation */

#idList {
    float: left;
    margin: 0;
    padding: 0;
}

#idList li {
    display: block;
    /*float: left;*/
    margin: 0;
    padding: 0px;
    /*width: 6em;*/
    font-size:1.6em;
    line-height:1.6em;
}

#idList a{
color:#3DA657;
width:100%;
padding:10px 10px 10px 10px;
text-decoration:none;
}

#idList a:hover {
color:#016744;
}

