body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000;
    font: 76% sans-serif, Geneva, Arial, Helvetica;
}

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

a:hover {
    text-decoration: underline;
}

img, fieldset {
    border: 0px;
}

.clear {
    clear: both;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.textJustify {
    text-align: justify;
}

#wrap {
    padding-top: 20px;
    width: 900px;
    margin: auto;
    text-align: left;
}

#boxMenuTop {
    display: table;
    width: 100%;
}

#boxMenuTop ul {
    margin: 0px;
    padding: 0px;
}

#boxMenuTop ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    float: right;
    border-right: 1px solid #018b00;
    padding: 0px 5px;
}

#boxMenuTop ul li.last {
    border: 0px;
}

#boxMenuTop ul li a {
    color: #018b00;
}

#boxLogo {
    display: inline-block;
    float: left;
    width: 500px;
    height: 54px;
    position: relative;
    margin-top: -22px;
}

#boxMenu {
    display: inline-block;
    float: right;
    width: 395px;
    height: 32px;
    background: #018b00 url('../images/bg-menu-left.png') no-repeat;
    margin-bottom: 10px;
}

#boxMenu ul {
    margin: 0px;
    padding: 0px;
    width: 395px;
    height: 32px;
    background: url('../images/bg-menu-right.png') no-repeat right;
}

#boxMenu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0px;
    height: 32px;
}

#boxMenu ul li a {
    line-height: 15px;
    display: inline-block;
    border-right: 1px solid #fff;
    margin-top: 8px;
    padding: 0px 12px 0px 28px;
    color: #fff;
}

#boxMenu ul li.last a {
    border: 0px;
}

#boxHeaderLeft {
    display: inline-block;
    float: left;
    width: 692px;
    height: 317px;
    background: url('../images/bg-header.jpg') no-repeat;
}

#boxHeaderRight {
    display: inline-block;
    float: right;
    width: 189px;
    height: 317px;
}

#boxHeaderLeft .boxSquare,
#boxHeaderRight .boxSquare {
    display: block;
    width: 189px;
    height: 148px;
    background: url('../images/bg-header-square.png') no-repeat;
}

#boxHeaderLeft .boxSquare:hover,
#boxHeaderRight .boxSquare:hover {
    background: url('../images/bg-header-square-hover.png') no-repeat;
    cursor: pointer;
}

#boxHeaderLeft .boxSquare {
    position: absolute;
    margin-top: 169px;
    margin-left: 503px;
}

#boxHeaderLeft .boxSquare h1,
#boxHeaderRight .boxSquare h1 {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 20px 0px 0px 15px;
}

#boxHeaderLeft .boxSquare h2,
#boxHeaderRight .boxSquare h2 {
    margin: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0px 0px 15px;
}

#boxHeaderText {
    position: absolute;
    margin-left: 270px;
    width: 300px;
    height: 200px;
}

#boxHeaderText h1,
#boxHeaderText h2 {
    margin: 0px;
    color: #fff;
    font-weight: normal;
}

#boxHeaderText h1 {
    font-size: 34px;
}

#boxHeaderText h2 {
    padding-top: 25px;
    font-size: 24px;
}

#boxHeaderText p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

#boxHeaderText p b {
    text-decoration: underline;
    display: block;
}

#boxHeaderText a.buttonKnowMore {
    position: absolute;
    margin-top: 9px;
    margin-left: 107px;
}

#middle {
    color: #616161;
    padding-top: 20px;
}

#middle a {
    color: #616161;
}

#middle h1 {
    margin: 0px;
    padding: 0px 24px;
    font-size: 16px;
    color: #677b02;
    font-family: "Trebuchet MS";
}

#middle p,
#middle form {
    margin: 0px;
    padding: 5px 24px;
}

#content {
    background: #fdfdfd url('../images/bg-content.png') no-repeat top;
    width: 692px;
    min-height: 110px;
    float: left;
    display: inline-block;
    padding: 14px 0px;
}

#content table.tableContent {
    margin-bottom: 20px;
    border-collapse: collapse;
}

#content table.tableContent tr td,
#content table.tableContent tr th {
    color: #000;
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #94b100;
}

#content table.tableContent th {
    background: #94b100;
    text-align: center;
}

#content img.imgLeft {
    float: left;
    padding-right: 20px;
    padding-bottom: 0px;
}

#news {
    background: #e2f3c7 url('../images/bg-news-top.png') no-repeat top;
    width: 192px;
    float: right;
    display: inline-block;
    padding-top: 13px;
}

#news em {
    display: block;
    margin: 0px;
    padding: 0px;
    background: red;
    height: 13px;
    background: url('../images/bg-news-bottom.png') no-repeat bottom;
}

#middleRight {
    width: 192px;
    float: right;
    display: inline-block;
}

#footer {
    color: #616161;
    padding-top: 20px;  
}