
body
{
    margin: 15px;
    margin-top: 0px;
    color: WindowText;
    background: white;
    font-family: "Arial Unicode MS" , Arial, Verdana, sans-serif;
    text-align: center;
}

a img
{
    outline: none;
}
img
{
    border: 0;
}
.menu
{
    padding: 0;
    margin: 0;
    height: 2em;
    color: white;
    text-align: center;
    background: #00ABA5;
}

.menu a, .menu a:visited
{
    float: left;
    width: 14%;
    height: 1.6em;
    padding-top: .3em;
    padding-bottom: .1em;
    display: block;
    text-align: center;
    border-left: 1px solid #aaa;
    background: transparent;
    text-decoration: none;
    color: white;
}

.menu a:hover
{
    text-decoration: none;
    font-weight: bolder;
}



#box1
{
    width: 98%;
    margin: auto;
    text-align: left;
}
#box1PREleft
{
    float: left;
    width: 2%;
}
#box1left
{
    float: left;
    width: 46%;
    height: 350px;
    background: #CCCCFF;
    margin-bottom: 40px;
}
#box1PREright
{
    float: right;
    width: 2%;
}
#box1right
{
    float: right;
    width: 46%;
    height: 350px;
    background: #FFCCFF;
    margin-bottom: 40px;
}


ul
{
    margin-left: 5em;
}

em
{
    margin: 20px;
    font-size: 1.2em;
    color: #00ABA5;
    font-weight: bold;
    font-style: normal;
}


.footer
{
    clear: both;
    color: white;
    text-align: center;
    background: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer a, .footer a:visited
{
    color: white;
}


.footer a:hover
{
    text-decoration: none;
    font-weight: bolder;
}


