﻿
.linkGreen
{
    display: block;
    background-color: #1a632e;
    color: #ffffff;
    font-family: Helvetica, Arial;
    font-size: 15px;
    width: 100%;
    padding: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.linkGreenSelected
{
    display: block;
    background-color: #a9d6ac;
    color: #ffffff;
    font-family: Helvetica, Arial;
    font-size: 15px;
    width: 100%;
    padding: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.linkGreen:hover
{
    background-color: #a9d6ac;
}

.chamberNews
{
    background-color: #e8f4e8;
    width: 100%;
    height: 325px;
    padding: 0px;
}
.chamberNewsInner
{
    padding: 8px;
    color: #174079;
    font-family: Helvetica, Arial;
    font-size: 12px;
}
.chamberMore
{
    background-color: #a9d6ac;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #1a632e;
    font-family: Helvetica, Arial;
    font-size: 12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.chamberTitle
{
    font-size: 33px;
    font-weight: normal;
    line-height: 38px;
    color: #1b3378;
    height: 162px;
}
.chamberTitleMark
{
    color: #22a9eb;
}
.chamberMainL
{
    width: 380px;
    height: 350px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #fff;
    float: left;
    color: #174079;
    font-family: verdana, Arial;
    font-size: 14px;
    font-style: normal;
    padding-right: 5px;
    font-weight: normal;
}

.chamberMainL ul {
    margin-left: 0px;
    padding-left:15px;
}

.chamberMainR
{
    background-color: #c7dcf2;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 368px;
    height: 350px;
    float: left;
    padding: 15px;
    font-family: verdana, Arial;
    font-size: 14px;
    color: #174079 !important;
    font-weight: normal;
}

.chamberMainR p
{
    color: #174079 !important;
}

.chamberMainR h1
{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
}
.chamberMainR h2
{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
}
.clear
{
    clear: both;
}

.chamber_login
{
    background-color: #e8f4e8;
    padding-left: 186px;
    padding-top: 50px;
    height: 224px;
    width: 563px;
}

.chamber_register
{
    background-color: #e8f4e8;
    padding: 8px;
}

.chamber_login .standardbutton, .chamber_register .standardbutton {
    background-color: #1a632e;
    color: #ffffff;
}

.chamber_login .section, .chamber_register .section, .chamber_register .linkbluesmall, .chamber_login .linkbluesmall {
    color: #1a632e !important;
}