/* CSS Document */
*{margin:0;padding:0}
#body{
        text-align:center;
        font-size:62.5%;
        font-family:arial, sans-serif;
        border-top: solid #DEA6F4 10px;
        margin: auto;
        color: #000000;
        background-color: #FFDDFF;
}
#stage{
        width:780px;
        margin: auto;
        margin-top: 10px;
        background-color: #FFFFFF;
        border: solid black 1px;
}
#stage2{
        width:780px;
        text-align: center;
        background-color: #DEA6F4;
        margin: auto;
        border: solid #000 1px;
}
#stage3{
        width:780px;
        margin: auto;
        margin-top: 10px;
        background-color: #FFFFFF;
}

h1{
        height:170px;
        background:url(images/HEADER.gif) no-repeat;
        text-indent:-5000px;
}
h2{
        font-size:1.7em;
        font-weight:normal;
        text-transform: uppercase;
        color: #000000;
        padding: 0px 5px 0px 5px;
        text-align: center;
        padding-top: 10px;
}
h3{
        font-size:1.3em;
        font-weight:normal;
        color:#FFFFFF;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: center;
}
#pot4{
        width:580px;
        float: left;
        margin-right: 15px;

}
#pot6{
        width:180px;
        float:right;
        margin-right: 0px;
        text-align: center;
}

.maintext{
        color:#000000;
        font-size:1.3em;
        text-align: justify;
        padding: 10px;
}
.maintext a{
        color:#8a7d56;
        text-decoration: underline;
}
.maintext a:hover {
        color:#000000;
        text-decoration: underline;
}





a {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
        text-decoration: underline
}
a:hover{
        color: #336699;

}
#footer {
        clear:both;
        width:100%;
        margin-top: 20px;
        font-size: 1.1em;
        line-height: 3em;
        text-align: center;
        border-bottom: solid #DEA6F4 10px;
}
#footer a {color:#8a7d56}
#footer a:hover {color:#000000}