﻿body, input
{
    color: #54545b;
    background-color: White;
    font-family: Arial;
    font-size: 14px;
}

img
{
    border-style: none;
    border-width: 0;
}

input, input[type="subtmit"]
{
    border: 1px solid #54545b;
}

input[type="radio"]
{
    border-style: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Times New Roman';
    font-weight: normal;
}

h3
{
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 5px;
}


#DivMainContainer
{
    width: 980px;
    margin: auto;
}

#DivLeft
{
    position: absolute;
    top: 0;
    width: 623px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#DivImage
{
    float: right;
    width: 357px;
    height: 478px;
    margin-top: 15px;
}
#DivLogo
{
    width: 623px;
    height: 136px;
    position: relative;
    top: 0px;
    left: 0px;
}

#DivMenu
{
    float: left;
    width: 170px;
    height: 750px;
    padding-left: 4px;
}
#DivMainText
{
    float: right;
    width: 407px;
    padding-right: 42px;
    text-align: justify;
}

ul.Menu1
{
    font-family: 'Times New Roman';
    font-size: 20px;
    text-transform: uppercase;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 15px;
}

a
{
    color: inherit;
}

a:hover.Menu1, .ActiveLinkMenu1, .HighLight
{
    color: #bd102a;
}

.HighLight
{
    font-weight: bold;
}

a:hover.Menu2, a:hover.MenuLogIn, .ActiveLinkMenu2
{
    color: #df8422;
}
a.Menu1, a.Menu2, a.MenuLogIn, .ActiveLinkMenu2
{
    text-decoration: none;
}

a.Menu2, a.MenuLogIn
{
    color: #0083c0;
}

p.Menu2
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.TextboxLong, .TextboxBig
{
    width: 400px;
}

.TextboxShort
{
    width: 200px;
}

.TextboxBig
{
    height: 250px;
}

