﻿body
{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    background-color:#FFFFFF;
}
a img
{
    border:0 none;
}

div.Main
{
    position:absolute;
    top:0;
    right:50%;
    width:790px;
    margin:0 -395px 0 0;
    background-image:url('../images/bg-main.gif');
    background-repeat:no-repeat;
    background-position:center bottom;
}
p.Logo
{
    position:absolute;
    top:0;
    left:0;
    margin:0;
    width:100%;
    font-family:'Times New Roman';
    font-size:1em;
    font-weight:bold;
    color:#FFFFFF;
    text-align:left;
}
img.Logo
{
    position:absolute;
    top:14px;
    left:23px;
}
div.Header
{
    float:right;
    clear:both;
    width:100%;
    padding-bottom:0.5em;
    background-color:#003882;
}

div.wtf
{
    width:636px;
    margin:10px 0 0 0;
    text-align:center;
}
h1.wtf
{
    display:inline;
    margin:0;
    font-size:0.9em;
    font-weight:normal;
    color:#FFFFFF;
}
h2.wtf
{
    display:inline;
    margin:0;
    font-size:0.9em;
    font-weight:normal;
    color:#FFFFFF;
}
h1
{
    margin:0.2em 0 0 0;
    font-size:1.7em;
    font-weight:bold;
    color:#FFE033;
}

h2
{
    margin:0;
    font-size:2.3em;
    font-weight:bold;
    color:#FFFFFF;
}
h2 span.blt
{
    display:inline-block;
    vertical-align:middle;
    width:10px;
    height:1em;
    margin:0 10px;
    background-image:url('../images/bullet-header.png');
    background-repeat:no-repeat;
    background-position:center center;
}



div.MainPage
{
    position:relative;
    float:right;
    clear:both;
    width:100%;
}
img.PageImg
{
    display:block;
    position:absolute;
    top:28px;
    left:28px;
}
h3
{
    margin:0.3em 30px 0 0;
    font-size:1.7em;
    font-weight:normal;
    color:#FF5D05;
}
ul.Study
{
    width:423px;
    margin:16px 30px 0 0;
    padding:0;
}
ul.Study li
{
    margin-top:0.3em;
    padding-right:30px;
    font-size:1.15em;
    font-weight:bold;
    color:#003882;
    list-style-type:none;
    background-image:url('../images/bullet-list.png');
    background-repeat:no-repeat;
    background-position:right -3px;
}

p.Doron
{
    margin:1.8em 30px 0 0;
    font-size:1em;
    color:#003882;
}
a.Contact
{
    position:absolute;
    top:267px;
    left:58px;
    display:block;
    width:230px;
    height:37px;
    padding-top:8px;
    font-size:1.4em;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
    background-image:url('../images/button-contact.png');
    background-repeat:no-repeat;
    background-position:center center;
}

span.Eng
{
    font-family:'Times New Roman';
    font-size:1.1em;
}
div.Footer
{
    float:right;
    clear:both;
    width:100%;
    height:67px;
    margin:18px 0 0 0;
    background-image:url('../images/bg-footer.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}
div.Footer p.contact
{
    width:100%;
    margin:13px 0 0 0;
    font-size:1.2em;
    font-weight:bold;
    color:#003882;
    text-align:center;
}
div.Footer p.contact a
{
    color:#003882;
    text-decoration:none;
}