/* Start of CMSMS style sheet 'Layout: WAI-Online' */
html, body { height: 100%; }

body 
{
    margin: 0px;
}

dfn { display: none; }

#container
{
    background-color: #FEECD4;
    width: 800px;
    margin: 0px auto;
    font-family: "Verdana";
    font-size: 12px;
    line-height: 17px;
    color: #7C3E0B;
    min-height: 100%;
    border: 1px solid #7C3E0B;
    border-width: 0px 1px;
}

#header 
{
    height: 90px;
    background-image: url('images/wai-online_Met.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#menu 
{
    float: left; 
    width: 220px;
}

#menu a 
{
    color: #a75b1d;
    text-decoration: none;
}
#menu a:hover 
{ 
    color: #000; 
    text-decoration: underline;
}

#content h1 { margin-top: 0px; font-size: 130%; margin-bottom: 5px; }

#menu h3 
{ 
font-size: 100%; 
margin: 0px;

}

#menu ul {
    margin-left: 7px;
    padding-left: 8px;
    list-style-type: none;
    line-height: 24px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #e5cfb2;
}
#menu ul ul { border-width: 0px; }

#content 
{
    margin-left: 220px;
    padding: 10px;
}

#content a
{
    color: #a75b1d;
    text-decoration: underline;
}
#content a:hover { color: #62330c; }

#content p { margin-top: 0px; }

#breadcrumb 
{
    height: 25px;
    background-color: #7c3e0b;
    padding-left: 230px;
    color: #dd9960;
    line-height: 25px;
    font-size: 11px;
    border: 1px solid #fff;
    border-width: 1px 0px;
}

#breadcrumb a 
{
    color: #efb382;
    text-decoration: none;
}
/* End of 'Layout: WAI-Online' */

