

body {
        padding:12px;
        background:#FFFFFF url(/img/body.gif) repeat-x;
        font-family:Verdana,Arial,sans-serif;
        color:#00000;
}


#main {
        font-size:13px;
        margin-left:auto;
        margin-right:auto;
        width:900px;
        display:block;
        background:#555;
        border-color:#555;
        border-style:solid;
        border-width:0px 0px 2px 0px;
}



#main div {
        clear:none;
        float:left;
}

#logo {
        width:880px;
        clear:both;
        height:126px;
        padding:10px;
        background:#FF3333;
        border-bottom:0px solid #666;

}

#menu {
      font-size:14px;  
display:block;
        float:left;
        top:0px;
        left:0px;
        width:170px;
        background:#FF3333;
}

#menu ul {
        margin:0px;
        padding:0px;
}

#menu ul li {
        list-style:none;
        width:168px;
        height:35px;
        border-bottom:1px solid #555;
        border-right:1px solid #555;
        border-top:1px solid #555;
        border-left:1px solid #555;
        background:url(/img/button.gif) no-repeat;
}

#menu a {
        display:block;
        padding:10px 10px 0px 10px;
        color:#FF3333;
        width:148px;
        font-weight:bold;
        height:20px;
}


#menu a:link, #menu a:visited {
        text-decoration:none;
        color:#FFFFFF;
}

#menu a:hover {
        color:#FFFF00;
        text-decoration:none;
}

#content {
        font-size:14px;
        float:left;
        display:block;
        top:0px;
        left:0px;
        width:710px;
        background:#eee;
        padding:10px;
}





#content ul li {
        list-style-image:url(/img/arrow2.gif);
        color:#333;
}

#tail {
        position:relative;
        display:inline;
        top:0px;
        left:0px;
        width:880px;
        background:#555;
        padding:10px;
        text-align:right;
        color:#eee;
        font-size:11px;
}

#tail ul {
        margin:0px;
        padding:0px;
}

#tail ul li {
        display:inline;
        margin-right:10px;
}

#tail a {
        color:#fff;
        text-decoration:none;
}



#tail a:link, #tail a:visited, {
        color:#fff;
        text-decoration:none;
}

#tail a:hover {
        color:#fff;
        text-decoration:underline;
}

h2, h3 {
        font-family:Verdana;
        font-weight:bold;
        font-size:18px;
        color:#FFFFFF;
        letter-spacing:1px;
        border-bottom:1px solid #555;
}


h3 {
        font-size:16px;

}



p {
        line-height:150%;
        text-align:justify;
        padding-left:40px;
        padding-right:10px;
        color:#333;

}



td {
        font-family:Verdana;
        text-align:left;
        color:#FFFFFF;
        background:#eee;
        padding-left:5px;
        padding-right:5px;
}


.table {
        margin-top:10px;
}



.nowrap {

        white-space:nowrap;

        vertical-align:top;

}



.tableleft {

        vertical-align:top;

        font-weight:bold;

        width:115px;

}



.form {

        width:203px;

}



#content h1 {

        font-family:Verdana;

        font-weight:bold;

        font-size:17px;

        color:#555;

        letter-spacing:1px;

        border-bottom:1px solid #FF3333;

}



a:link, a:visited {

        color:#2040a0;

        text-decoration:underline;

}



a:hover, a:active {

        color:#FF3333;

        text-decoration:none;

}