body {
    margin: 0px;
    background-color: #656600;
    text-align: center;
}

* {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #e0e0a2;
    text-align: left;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

h1 acronym {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0px;
    display: inline;
}
h3 {
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}

a:link, a:visited, a:active {
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#pageContainer {
    width: 740px;
    margin: 0px auto;
    position: relative;
}


#mainMenuContainer {
    float: left;
    height: 96px;
    position: relative;
}

#mainMenu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 720px;
}
#mainMenu ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}
#mainMenu ul li {
    margin-left: 0;
    padding: 0px 3px;
    list-style: none;
    display: inline;
}
#mainMenu a:link, #mainMenu a:visited, #mainMenu a:active {
    text-decoration: none;
    font-weight: bold;
}
#mainMenu a:hover {
    text-decoration: underline;
    font-weight: bold;
}


#logo {
    float: right;
    position: relative;
    top: 13px;
    z-index: 10;
}


#topBorder {
    height: 18px;
    width: 100%;
    border-top: 1px solid #e0e0a2;
    border-bottom: 1px solid #e0e0a2;
    background-color: #8b8c2f;
    position: absolute;
    top: 99px;
}


#contentAndContact {
    position: absolute;
    top: 119px;
    width: 100%;
}


#content {
    background-color: #f1f1f1;
    color: black;
    border-bottom: 6px solid #656600;
    border-top: 6px solid #656600;
}

#content * {
    color: black;
}

#innerContent {
    vertical-align: top;
    padding: 20px;
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
    color: #656600;
    text-decoration: underline;
}


#contactDetails {
    height: 18px;
    border-top: 1px solid #e0e0a2;
    border-bottom: 1px solid #e0e0a2;
    background-color: #8b8c2f;
    position: relative;
}
#contactDetails * {
    font-weight: bold;
}

#subMenu {
    background-color: #e0e0a2;
    width: 150px;
    vertical-align: top;
    padding: 20px;
}

#subMenu a {
    color: #656600;
    font-weight: bold;
}
#subMenu p.litterMenu a {
    font-weight: normal;
}

#subMenu a.active {
    color: #8b8c2f;
}

#news {
    width: 250px;
    vertical-align: top;
    background-color: #e0e0a2;
}

#news p {
    margin-top: 0px;
}

.gbMsgs {
    border: 1px solid #656600;
    padding: 5px;
}

a img {
    border-color: #8b8c2f;
}

.resultDetails {
    color: black;
    background-color: #e0e0a2;
    padding: 2px;
}

.resultCritique {
    border: 1px solid #e0e0a2;
    padding: 5px;
}

input, textarea {
    background-color: #f1f1f1;
}

#designedByTB {
    display: block;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 15px;
    width: 160px;
    position: relative;
}
#designedByTB a {
    display: block;
    background: url(../graphics/tbDesign_logo.jpg)  0 15px no-repeat;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-decoration: none;
}
#designedByTB p {
    text-align: center;
    margin: 0px;
}

div#langSelect {
    display: block;
    width: 80px;
    margin: 10px auto;
}
div#langSelect a {
    display: block;
    height: 23px;
    width: 34px;
    text-indent: -2000px;
    float: left;
    margin-right: 6px;
    color: #fff;

}
div#langSelect a#norwegian {
    background: url(../graphics/flaggNorsk.jpg) no-repeat;
}
div#langSelect a#english {
    background: url(../graphics/flaggEngelsk.jpg) no-repeat;
}
div#langSelect a:hover {
    text-decoration: none;
    border: 1px solid white;
    width: 32px;
    height: 21px;
}

.button {
    padding: 5px;
    line-height: 30px;
    border: 2px outset #e0e0a2;
    background-color: #8b8c2f;
    color: #000 !important;
    text-decoration: none !important;
}

