body, html {
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    background-image: url("../images/home-header-pattern.gif");
    background-repeat: repeat-x;
    background-position: top;
}

div#mainbox {
    width: 772px;
    position: relative;
    top: 0px;
    left: 50%;
    margin: 0px 0 0 -385px;
}

div#header {
    width: 772px;
    height: 97px;
}

div#headerLeft {
    width: 163px;
    float: left;
    height: 97px;
    text-align: right;
}

div#headerLeft img {
    position: relative;
    top: 31px;
}

div#headerRight {
    width: 327px;
    float: right;
    height: 97px;
    text-align: right;
}

div#headerRightLine {
    postion: relative;
    top: 62px;
    margin-top: 60px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #231f20;
    font-size: 11px;
}

div#headerRightLine a {
    font-weight: bold;
    color: #231f20;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 15px;
}

div#headerRightLine a:hover {
    font-weight: bold;
    color: #231f20;
    text-decoration: underline;
}

input#searchTextbox {
    background-color: #f5f5f5;
    border: 2px solid #d0d9de;
    /* width: 176px; */
    width: 166px;
    height: 15px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #231f20;
}

div#headerRightLine img {
    vertical-align: middle;
    margin-top: -4px;
}

div#headerRightLine input {
    vertical-align: middle;
}

div#mainMenu {
    width: 772px;
    height: 34px;
    background-image: url('../images/menu-back.gif');
    background-repeat: no-repeat;
}

div.mainMenuButton {
    width: 109px;
    height: 34px;
    border-right: 1px solid #557a8f;
    float: left;
    color: #cbd7de;
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    text-align: center;
}

div.mainMenuLastButton {
    border-right: none;
}

div.mainMenuButton span {
    position: relative;
    top: 8px;
}

div.mainMenuButton a {
    color: #cbd7de;
    text-decoration: none;
}

div.mainMenuButton a:hover {
    color: #cbd7de;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    top: 7px;
}

div#mainMenuShadow {
    width: 772px;
    height: 7px;
    background-image: url('../images/menu-shadow.gif');
    background-repeat: no-repeat;
}

div#showcase {
    width: 772px;
    height: 198px;
}

div#rightArea {
    width: 275px;
    float: right;
    padding-right: 2px;
}

img.homeBanner {
    margin-bottom: 3px;
}

div#newsArea {
    width: 495px;
    float: left;
    background-image: url('../images/newsarea-back-pattern.gif');
    background-repeat: repeat-x;
}

div#newsArea h1 {
    color: #4995c2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23.85px;
    margin-top: 15px;
    margin-left: 5px;
    font-weight: normal;
}

div.newsItem {
    width: 100%;
    height: 70px;
    padding-top: 0px;
}

div.newsItemLeft {
    width: 102px;
    height: 70px;
    background-image: url('../images/home-news-vdiv.gif');
    background-position: right;
    background-repeat: no-repeat;
    float: left;
}

div.newsItemDay {
    color: #4995c2;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    font-size: 30.85px;
}

div.newsItemMonth {
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    font-size: 11.85px;
}

div.newsItemRight {
    width: 393px;
    height: 70px;
    float: right;
}

img#newsAreaHeader {
    position: relative;
    top: 0px;
}

div.newsItemRight p {
    overflow: hidden;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    font-size: 12.45px;
    margin-left: 10px;
    margin-right: 16px;
    margin-top: 8px;
}

div.newsItemReadMore {
    text-align: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10.85px;
}

div.newsItemReadMore img {
    margin-right: 15px;
    margin-left: 5px;
    vertical-align: middle;
}

div.newsItemReadMore a {
    color: #4995c2;
    text-decoration: none;
}

div.newsItemReadMore a:hover {
    color: #4995c2;
    text-decoration: underline;
}

div.newsItemDiv {
    width: 100%;
    height: 19px;
    background-image: url('../images/home-news-hdiv.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 45px;
}

div#footer {
    position: relative;
    top: 20px;
    clear: both;
    background-color: #494949;
    width: 100%;
    height: 188px;
    background-image: url('../images/home-footer-pattern.gif');
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
}

div#footerMain {
    width: 772px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0px 0 0 -385px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
}

div#footerQuality {
    float: left;
    width: 100px;
    height: 50px;
}

div#footerQuality img {
    margin-top: 2px;
}

div#footerLeft {
    width: 395px;
    float: left;
    height: 50px;
}

div#footerRight {
    width: 275px;
    float: right;
    height: 50px;
}

p#footerFirst {
    color: #f0fcfe;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0px;
}

p#footerSecond {
    color: #8f9596;
    text-align: left;
    margin-left: 55px;
    margin-top: 2px;
    margin-bottom: 0px;
}

div#footerRight p {
    margin-top: 8px;
    color: #f0fcfe;
    text-align: right;
}

div#footerRight a {
    text-decoration: none;
    color: #f0fcfe;
    margin-left: 2px;
    margin-right: 2px;
}

div#footerRight a:hover {
    text-decoration: underline;
    color: #f0fcfe;
    margin-left: 2px;
    margin-right: 2px;
}

div#footerLinksArea {
    position: relative;
    top: 8px;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
}

div#footerLinksArea p {
    color: #8f9596;
}

div#footerLinksArea a {
    text-decoration: none;
    color: #8f9596;
    margin-left: 2px;
    margin-right: 2px;
}

div#footerLinksArea a:hover {
    text-decoration: underline;
    color: #8f9596;
    margin-left: 2px;
    margin-right: 2px;
}

div#logosArea {
    position: relative;
    top: 20px;
    text-align: left;
}

img.footerLogo {
/*margin-right: 60px; */
    margin-right: 44px;
}

div#leftMenu {
    width: 176px;
    background-image: url('../images/menuarea-pattern.gif');
    background-repeat: repeat-x;
    background-position: top;
    float: left;
    padding-top: 0px;
    min-height: 280px;
}

div.leftMenuItem1 {
    width: 100%;
    height: 21px;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 12.45px;
    background-color: #f0f0f0;
    margin-bottom: 2px;
    margin-top: 0px;
}

div.leftMenuItem1 p {
    padding-left: 8px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.leftMenuItem1 a {
    color: #373737;
    text-decoration: none;
}

div.leftMenuItem1 a:hover {
    color: #373737;
    text-decoration: underline;
}

div.leftMenuItem1 a.selected {
    color: #4995c2;
    text-decoration: none;
    font-weight: bold;
}

div.leftMenuItem1 a.selected:hover {
    color: #4995c2;
    text-decoration: none;
    font-weight: bold;
}

div.leftMenuItem2 {
    width: 100%;
    height: 21px;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 12.45px;
    background-color: #dfdfdf;
    margin-bottom: 2px;
    margin-top: 0px;
}

div.leftMenuItem2 p {
    padding-left: 23px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.leftMenuItem2 a {
    color: #373737;
    text-decoration: none;
}

div.leftMenuItem2 a:hover {
    color: #373737;
    text-decoration: underline;
}

div.leftMenuItem2 a.selected {
    color: #4995c2;
    text-decoration: none;
    font-weight: bold;
}

div.leftMenuItem2 a.selected:hover {
    color: #4995c2;
    text-decoration: underline;
    font-weight: bold;
}

/* Left Menu III */
div.leftMenuItem3 {
    width: 100%;
    height: 21px;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 11.45px;
    background-color: #dfdfdf;
    margin-bottom: 2px;
    margin-top: 0px;
}

div.leftMenuItem3 p {
    padding-left: 32px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.leftMenuItem3 a {
    color: #373737;
    text-decoration: none;
}

div.leftMenuItem3 a:hover {
    color: #373737;
    text-decoration: underline;
}

div.leftMenuItem3 a.selected {
    color: #4995c2;
    text-decoration: none;
    font-weight: bold;
}

div.leftMenuItem3 a.selected:hover {
    color: #4995c2;
    text-decoration: underline;
    font-weight: bold;
}

div#insideArea {
    width: 596px;
    min-height: 600px;
    float: right;
    text-align: left;
    margin-bottom: 20px;
}

div.insideImage {
    position: relative;
    text-align: center;
    margin-left: 29px;
    margin-right: 29px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10.45px;
}

div.insideImage img {
    border: 1px solid #333333;
    margin-bottom: 5px;
}

div#insideArea p {
    margin-left: 29px;
    margin-right: 29px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12.45px;
    line-height: 21.7px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: justify;
}

div#insideArea li {
    margin-left: 29px;
    margin-right: 29px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12.45px;
    line-height: 21.7px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: justify;
}

div#insideArea h1 {
    margin-left: 29px;
    margin-right: 29px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 32px;
    margin-top: 27px;
    margin-bottom: 24px;
    font-weight: normal;
}

div#siteMap {
    width: 100%;
    margin-left: 29px;
    margin-right: 29px;
    margin-top: 20px;
    color: #488bb3;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 12.45px;
}

div#siteMap a {
    color: #373737;
    text-decoration: none;
}

div#siteMap a:hover {
    color: #373737;
    text-decoration: underline;
}

a.about {
    color: #0066cc;
    text-decoration: none;
}

a.about:hover {
    color: #0066cc;
    text-decoration: underline;
}

div#insideShowcaseArea {
    width: 596px;
    min-height: 600px;
    float: right;
    text-align: left;
    margin-bottom: 20px;
}

div.resultItem {
    margin-right: 10px;
    margin-left: 29px;
    margin-bottom: 10px;
    padding: 0;
    padding-right: 20px;
    border-right: 3px solid #f5f5f5;
}

div.resultItem:hover {
    background-color: #f5f5f5;
    border-right: 3px solid #5f9647;

}

div#insideArea p.searchResult {
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12.45px;
    line-height: 21.7px;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;

}

div.resultItem h2 {
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14.45px;
    line-height: 21.7px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: justify;
}

span.searchResultHighlight {
    background-color: #edf5fc;
}

div.resultItem a {
    color: #373737;
    text-decoration: none;
}

div.resultItem a:hover {
    color: #373737;
    text-decoration: underline;
}

div.resultItem a.resultTitle {
    color: #66aacb;
    text-decoration: none;
}

div.resultItem a.resultTitle:hover {
    color: #66aacb;
    text-decoration: underline;
}

div.resultItem  a.resultPageLink {
    color: #5f9647;
    text-decoration: none;
    font-size: 11px;
}

div.resultItem  a.resultPageLink:hover {
    color: #5f9647;
    text-decoration: underline;
    font-size: 11px;
}

/**
 * Language
 */
div#languageSelector select {
    width: 200px;
    height: 24px;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 2px;
}

div#languageSelector input {
    width: 50px;
    height: 25px;
    color: #373737;
    font-family: Georgia, "Times New Roman", Times, serif;
    vertical-align: middle;
}

div.simpleMessage {
    margin-bottom: 20px;
}

div.simpleMessage p {
    background-color: #edf5fc;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #d1e8fc;

}

div#appRelease {
    clear: both;
    text-align: center;
    margin-top: 50px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#8f9596;
}
