* {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}
body {
    background: green;
}


option {color: yellow;}


.zebra1 td { color: pink; }
.zebra2 td { color: blue; }
.ptcList td { color: yellow }


.footer {
    width: 700px;
    margin: 0 auto;
    background: #f1e9d4;
    text-align: center;
    border: 1px;
    border-color: red;
    border-style: outset;
}



.home {
    font-size: 18px;
color: red;
     text-align: center;
}



.main_table_upper {
    margin: 0 auto;
    border: 0px orange;
}
.main_table_lower {
    width: 900px;
    margin: 0 auto;
    height: 300px;
}
.header_picture {
    background-image:url('/images/header.jpg');
    height: 200px;
    width: 800px;
}
.header_menu {
    background: #f1e9d4;
    text-align: center;
    width: 900px;
    height: 50px;
}
.loginbox {
border-top: 0px green;
    text-align: center;
padding-bottom: 5px;
}

/* Default Link Style */
A:link{color:#000000; text-decoration:none}
A:visited{color:#000000; text-decoration:none}
A:active{color:#000000; text-decoration:none}
A:hover{color:#000000; text-decoration:none;}

/* Main Menu Link Style */
A.main_menu {padding: 0px 6px; font-weight: bold;}
A:link.main_menu{color:#000000; text-decoration:none}
A:visited.main_menu{color:#000000; text-decoration:none}
A:active.main_menu{color:#000000; text-decoration:none}
A:hover.main_menu{color:#000000; text-decoration:none;}

/* Main structure classes */
.main_table_side {
    width: 180px;
    background: #f1e9d4;
    border: 0px orange;
}
.main_table_separator {
    width: 20px ! important;
}
.main_table_content {
    background: #f1e9d4;
    width: 700px;
    border: 0px green;

}
.contentBox h2 {
border-top: 0px green;
    border-bottom: 1px green;
    font-size: 100%;
    background: orange;
color: white;
    font-weight: bold;
    margin: 0 0 2px 0;
    padding: 2px 0;
    text-align: center;
}
.content {
    text-align: center;
    padding-bottom: 5px;
}

.bottom_banner {
    padding: 5px;
    text-align:center;
}

#menu li{  
            list-style: none;
            float: left;
            }
#menu ul {
          margin:0;
          list-style:none;
          }
#menu a{
        color: white;
        padding-top: 10px;
        }

#menu ul li.button{
                   background: url(images/buttonbg.png) ;
                   background-position: top;
                   width:100px;
                   height: 40px;
                   padding: 0 0 0 5px;
                   text-align: center;
                   }
#menu ul li.button:hover {
                          background: url(images/buttonbgh.png);
                          }