table.gov tr td{
font-size:12px;
}

table#board {
margin-left: auto;
margin-right: auto;
text-align:center;
}

table#board td{
vertical-align:top;
padding-right:10px;
padding-left:10px;
}

tbody.board_row tr:first-child td{
/*border:1px solid red;*/
padding-top:50px;
}

img {border-width:0px;}

*

.wrap {
border:1px solid #15532C;
width:800px;
}

a:link {
text-decoration: none;
font-family:palatino;
font-size:16px;
font-weight:bold;
}


a:hover {
text-decoration: none;
color:red;
}



.maincontent  {
text-decoration: none;
font-family: palatino;
font-weight:normal;
font-size:17px;
color:black;
margin-left:30px;
margin-right:20px;
margin-top:10px
margin-bottom: 20px;
text-align:left;
}

.footer {
text-desoration: none;
font-family:palatino;
font-weight:normal;
font-size:12px;
color:white;
text-align:center;
margin-top:5px;
margin-bottom:5px;

}
.navbar {
text-decoration:none;
font-family:palatino;
font-weight:bold;
font-size:12px;
color:white;
text-align:center;
margin-top:10px;
margin-bottom:10px;

}
.XX  {
border-top: 1px solid white;
border-bottom:2px solid white;

}
.heading {
text-decoration:none;
font-weight:bold;
font-family: palatino;
font-size:26px;
color:#000000;
}


table.center {
margin-left:auto;
margin-right:auto;
}

/* ##########  styles for the navbar ############# */

/* styles for the navbar  */

/* These styles just pretty up the page a bit.*/


#wrap {
        font-size: 1.3em;
        width:500px;
        height:45px;
        padding:0px;
        margin: 0 auto;
        position: relative;
        background-color:white;
        }
 */
/* These styles create the dropdown menus. */
#navbar {
        margin: 0;
        padding: 0;
        height:45px;
        width:500px;
        padding-left:4em;
        }
#navbar li {
        list-style: none;
        float:left;

         }

/* controls the over all size and display of the navbar */
#navbar li a {
        display:block;
        padding: 0px 30px;
        color: #FFFFFF;
        text-decoration:none;
        font-family:palatino;
        font-weight:bold;
        font-size:14px;
        border:0px solid black;
        padding-bottom:2px;
         }
         /* controls the main link hover over color */
 #navbar li a:hover {
         color:#ffff00; }


        /* opera hack */
#navbar li ul {
        display:none;
        width: 10em; /* Width to help Opera out */
        background-color: #69f;
        text-decoration:none:}

 /* controls the sub menu display */
#navbar li:hover ul, #navbar li.hover ul {
        display:block;
        position: absolute;
        margin: 0;
        padding:0px;
        }

#navbar li:hover li, #navbar li.hover li {
        float: none;
        }

        /* controls the sub menus */
#navbar li:hover li a, #navbar li.hover li a {
        background-color: #b8dac2;
        border-bottom: 1px solid #fff;
        text-decoration:none;
        font-family:palatino;
        font-size:12px;
        font-weight:bold;
        color: black;}

/* controls the hover over color */
#navbar li li a:hover {
        background-color: #3fbe14; }

/* end of navbar styles */