body {
    font-family: Tahoma;
    font-size: 12px;
    color: #03315C;
    background: #0458AE url('/static/img/top_short.jpg') repeat-x top left;
    margin:0;
}

a {
    color: #EC0C90;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

.clear {
    clear: both;
}

.searchHighlight {
    font-weight: bold;
}

.topSections {
    width: 1150px;
    height: 43px;
    margin: 0 auto;
    position: relative;
}

.topSectionsLanguage {
    position: absolute;
    left: 105px;
    top: 16px;
}

.topSectionsContainer {
    position: absolute;
    top:0;
    right:0;
    width: 650px;
    height: 43px;
    background: #0458AE url('/static/img/top_middle.jpg') repeat-x top left;
    z-index: 1;
}

.topSectionsLeftCorner {
    float: left;
    background: #0458AE url('/static/img/top_left.jpg') no-repeat top left;
    width: 11px;
    height: 43px;
}

.topSectionsRightCorner {
    float: right;
    background: #0458AE url('/static/img/top_right.jpg') no-repeat top left;
    width: 93px;
    height: 43px;
}

.topSectionsMenuItem {
    float: right;
    margin-top: 14px;
    margin-right: 15px;
}

.aTopMenu {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}
.aTopMenu:hover{
    color: #EC0C90;
}

.topFrame {
    width: 1150px;
    height: 261px;
    margin: 0 auto;
    position: relative;
    background: #0458AE url('/static/img/top_body.jpg') no-repeat top left;
}

.mainLogo {
    width: 484px;
    height: 112px;
    position: absolute;
    top: 40px;
    left: 35px;
}

.pinkArrow {
    width: 18px;
    height: 21px;
    position: absolute;
    top: 201px;
    left: 130px;
    background: #0458AE url('/static/img/arrow.jpg') no-repeat top left;
}

.headerText {
    width: 550px;
    height: 21px;
    position: absolute;
    top: 194px;
    left: 160px;
    color: #FFFFFF;
    font-size: 26px;
}

.searchBox {
    width: 300px;
    height: 21px;
    position: absolute;
    top: 199px;
    right: 30px;
    color: #FFFFFF;
}

.searchTextField {
    width: 170px;
    height: 19px;
    color: #03315C;
}

.searchSubmitBtn {
    background-color: #03315C;
    color: #FFFFFF;
    border: 0;
    height: 25px;
    width: 40px;
    cursor: pointer;
}


/* LOGIN FORM */
.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #FFFFFF;
    border: 8px solid #000000;
    display: none;
    text-align: left;
}

.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}

.loginForm .loginFormFields {
   width: 182px;
   float: left;
   padding-top: 17px;
   padding-left: 14px;
   color: #000000;
   font-family: Georgia;
   font-weight: bold;
   _margin-right: 8px;
}

.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.loginForm .loginFormFields input {
    width: 180px;
}

.loginFormButton {
    float: left;
    background-color: #191919;
    color: #D7D7D7;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}
.loginFormButtonHover {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}

.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}
/* End of Login Form. */



.coreFrame {
    width: 1150px;
    margin: 0 auto;
    background: #0458AE url('/static/img/middle.jpg') repeat-y top left;
    min-height: 450px;
}

.coreLeftCol {
    float: left;
    width: 240px;
    margin-left: 116px;
    background: #0458AE url('/static/img/left_menu_bg.jpg') repeat-y top left;
    min-height: 430px;
    background-color: #FFFFFF;
}

.leftMenu {
    margin-top: 50px;
}

.leftMenuLeft {
    float: left;
    background: #0458AE url('/static/img/menu_left.jpg') no-repeat top left;
    width: 8px;
    min-height: 235px;
    margin-left: 1px;
}

.leftMenuRight {
    float: right;
    background: #0458AE url('/static/img/menu_right.jpg') no-repeat top left;
    width: 8px;
    min-height: 235px;
    margin-right: 1px;
}

.leftMenuContainer {
    float: left;
}

.leftMenuContainerItem {
    height: 25px;
    width: 202px;
    padding-top: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.leftMenuContainerItemSel {
    height: 25px;
    width: 202px;
    padding-top: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    background-color: #03315C;
}

.aLeftMenu {
    color: #03315C;
    font-size: 14px;
    text-decoration: none;
}

.aLeftMenu:hover {
    color: #EC0C90;
}

.aLeftMenuSel {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.aLeftMenuSel:hover {
    color: #EC0C90;
}

.leftTemplateContainer {
    margin-left: 20px;
    width: 200px;
}

.coreRightCol {
    width: 690px;
    float: left;
}


.footerFrameSlice {
    width: 100%;
    height: 5px;
    background-color: #0458AE;
}

.footerFrameClose {
    width: 1150px;
    height: 8px;
    margin: 0 auto;
    background: #03315C url('/static/img/bottom.jpg') no-repeat top left;
}

.footerFinal {
    width: 100%;
    height: 120px;
    background-color: #03315C;
}

.copyright{
    width: 1150px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}