body{
    font-family: Tahoma;
    color: #333333;
    font-size: 0.9em;
}

.header{
    width: 100%;
    height: 300px;
    background: url("../images/header-bg-tile.jpg") repeat-y 0 0;
}

.header_wrap{
    width: 800px;
    margin-top: 20px;
    margin-left: 330px;
}

.mtiad_1950{
    width: 128px;
    margin-left: auto;
    margin-right: auto;
}

.header_title {
    text-align: center;
    line-height: 1.5em;
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: bold;

}

.leftMenu{
    margin-top: 65px;
    padding-left: 14px;
    font-weight: bold;
}

.menuItem {
    background: url("../images/link-bg.png") no-repeat 0 0;
    padding-left: 40px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.links-title {
    color: #3738a2;
    margin-left: 40px;
    font-size: larger;
}

.contentDiv{
    text-align: justify;
    line-height: 1.5em;
    margin-top: 65px;
}

a:link {color: #282828; text-decoration: none   ;}      /* unvisited link */
a:visited {color: #282828; text-decoration: none;}  /* visited link */
a:hover {color: #e87d1c; text-decoration: none;}  /* mouse over link */
a:active {color: #282828; text-decoration: none;}  /* selected link */

.contentHeader{
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}