* {
    font-family: Arial, Verdana;
    font-size: 14px;
}

body {
    background-color: #fff;
    margin: 8;
    padding: 0;
    text-align: center; /* IE center */
}

h1 {
    font-family: Arial, Verdana;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

a {
    text-decoration: none;
    color: #000;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
    color: #7a5c15;
}    

#grid {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
}

#grid td {

}

#grid .title {
    background-color: #f4b827;
}

#grid .banner {
    background: #fff;
    cursor: hand;
}

#grid .content {
    background: #fff url('../img/logo.jpg') no-repeat bottom right;
}
#grid .content .text {
    padding: 8px;
    height: 232px;
    overflow: auto;
    text-align: justify;
}

#grid .menu {
    padding: 8px;
}

#grid .menu div {
    background-color: #fff;
    width: 180px;
    height: 310px;
    opacity: .85;
    filter: alpha(opacity=85);
    float: left;
    
}

#grid .menu div.submenu {
    background-color: #d2d2d2;
    float: right;
    overflow: auto;
}

#grid .menu div ul {
    margin:0;
    padding:18px;
    list-style: none;
    
}

#grid .menu div ul li {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #7a5c15;
}

#grid .menu div ul li a {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#overlay {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    visibility: hidden;    
}

#overOverlay {
    margin: 0;
    padding-top: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
}
#overOverlay #overlayImage {
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #fff;
    cursor: hand;
    background-color: #fff;
}
.copyright {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
    font-size: 10px;
    color: #6b6b6b;
}
.copyright a {
    font-size: 10px;
    color: #6b6b6b;
}

p {
    margin-top: 0;
}