body {background-color:#F8D6F0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 72.5%;}


.lang{font-size: 10px; font-family: "Times New Roman", Times, serif; Helvetica, sans-serif; color: #FFFFFF;}



p {background-color: #f8d6f0;
        margin-bottom: 15px;
   margin-top: 15px;
}



h1 {    background-color: #f8d6f0;
        color: #654040;

        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 4.6em;
}


.red {color: #614240;}

h2 {
        color: #87a448;

        font-size: 1.6em;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
}

h3 {


        padding-top: 20px;
        padding-left: 75px;
        font-size: 1.6em;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: bold;
        color: #84A54A;
        border-bottom: 1px dotted #CCCCCC;
}

h4 {
        width: 210px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #f8d6f0;
        padding: 5px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: dotted;
        border-bottom-style: dotted;
        border-top-color: #CEAC86;
        border-bottom-color: #CEAC86;
        font-size: 1.2em;
        color: #A6BB7A;
}


.float_left {float: left;
              margin-right: 10px;}

.float_right {float: right;
              margin-left: 10px;}

a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
        list-style-type: none;
        font-weight: bold;
        color: #990000;
}

#navcontainer a
{
        display: block;
        padding-top: 17px;
        padding-left: 37px;
        width: 162px;
        background-color: #DCE3ED;
        border-bottom: 1px solid #eee;
        background-image: url(images/menu.jpg);
        background-repeat: repeat-x;
        height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover
{
        background: url(images/menu.png) 0 -45px;
        color: #562930;
}
