* {
    font-family: verdana;
    font-size: 0.96em;
}

body {
    background-color: #97C000;
    margin: 0px;
}

.green {
    background-color: #E0ECB2;
}

.greenb {
    background-color: #CBDF7F;
}

.light_green {
    background-color: #EAF2CC;
}

.span {
    width: 342px;
}

a {
    color: #000;
}

p {
    margin: 0px;
}

#center {
    margin: auto;
    
    width: 850px;
    background-color: #FFF;
    margin-top: 100px;
}

#center table {
    width: 850px;
    margin-bottom: -3px;
}
#center table th {
    width: 150px;
    height: 136px;
    color: #81001E;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    line-height: 15px;
    font-weight: normal;
    overflow: hidden;
    cursor: pointer;
}
#center table th a {
    text-decoration: none;
}

#center table td {
    width: 170px;
    height: 136px;
    overflow: hidden;
    text-align: right;
    padding: 0px;
}

#subcenter_red {
    width: 100%;
    text-align: center;
    height: 18px;
    padding-top: 2px;
    background-color: #81001E;
    color: #FFF;
}

#subcenter_red a {
    color: #FFF;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
    margin-right: 15px;
}
#subcenter_red a:hover {
    text-decoration: underline;
}

#subcenter_white {
    width: 100%;
    text-align: center;
    height: 118px;
    background-color: #FFF;
    background-image:url("../../gfx/landing_border_bottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
}
#subcenter_white img {
    margin-top: 22px;
}
