body {
    background-color: teal;
    color: #dddddd;
    font-family: sans-serif;
    margin: 1ex;
}
a {
    color: #dddddd;
    text-decoration: underline;
}
a:hover {
    background-color: #00A080;
    text-decoration: none;
}
a.image:hover {
    background-color: teal;
    border: none;
}

a img {
    border: none;
}


a.header {
    background: inherit;
    text-decoration: none;
}
a.header:hover {
    background: inherit;
    text-decoration: none;
}
div.header {
    background-color: #00A080;
    border-bottom: 0.4ex solid #009878;
    border-top: 0.4ex solid #00A888;
    font-size:large;
    margin-top: 0.5ex;
}
div.header div.title {
    margin: 1ex 0;
    text-align: center;
    width: 33%;
}
div.header div.titleleft {
    float:left;
}
div.header div.titleright {
    float: right;
}
div.header div.titleoneline {
    clear: both;
    width: 100%;
}

div.body {
    margin: 2ex 1ex;
}

div.menubox {
    float: left;
    margin-right: 2ex;
    width: 23ex;
}
div.menu {
    background: #009080;
    border: 3px solid #009080;
}
div.menu:hover {
    background: #009080;
}
div.menu a {
    border: none;
    text-decoration: none;
    width: 22ex;
}
div.menu div.menulvl0 {
    font-weight: bold;
}
div.menu div.menulvl1 {
    padding-left: 2ex;
}
div.menu div.menulvl2 {
    padding-left: 4ex;
}
div.menu div.menuselected {
    background-color: #00A080;
}
div.menu div {
    cursor: default;
    margin: 0.5ex ;
    padding-left: 0.5ex;
    vertical-align: middle;
}
div.menu div:hover {
    background-color: #00A780;
    font-style: italic;
}
div.menu a div {
    cursor: pointer;
}

div.content {
    margin-left: 25ex;
}
div.content_pgcenter {
    margin: 0 25ex 0 0;
}
div.content h1 {
    font-size: 14.5pt;
    margin: 4px 0 2ex 0;
    padding: 0.3em 0.1em;
    text-align: center;
}
div.content h2 {
    font-size: 13pt;
    margin: 0 0 1.5ex 0;
    padding: 0.2em 0.5em 0 0;
    border-bottom: 0.5ex solid #00A080;
}
div.content h3 {
    font-size: 12pt;
    font-weight:lighter;
    margin: 3ex 0 1ex 0;
    border-bottom: 0.25ex double #00A080;
}
div.content h4 {
    xdisplay:inline;
    font-size: 10pt;
    font-weight:lighter;
    margin: 3ex 0 1ex 0;
    border-bottom: thin dotted #00A080;
}
div.itemcontent div.imgblock {
    margin-bottom:3ex;
    margin-top:5ex;
}
div.itemcontent div.imgblock td.imgimage {
    text-align:center;
}
div.itemcontent div.imgblock td.imgtext,
div.itemcontent div.imgblock div.imgtext {
    margin-top:2ex;
    vertical-align:middle;
}
div.itemcontent div.imgblock div.imgdesc {
    font-size:smaller;
    margin-top:0.7ex;
    text-align:center;
}
div.itemcontent ul li {
    padding-left:1ex;
}

div.footer {
    background-color: #00A080;
    border-bottom: 0.4ex solid #009878;
    border-top: 0.4ex solid #00A888;
    clear: both;
    font-size: medium;
    margin-top: 4ex;
    text-align: center;
}
div.footer span {
    margin: auto 1ex;
}
div.footer a {
    padding: 0 1ex;
    text-decoration: none;
}
div.footer a:hover {
    background-color: #009080;
}

/* misc */

div.navprevnext {
    margin-top: 1ex;
    text-align: center;
}
div.navprevnext span.navprev {
    padding:0 5px 0 0;
    width:50px;
}
div.navprevnext span.navnext {
    padding:0 0 0 5px;
    width:50px;
}

div.langsel {
    margin-top: 1ex;
    text-align: center;
}
div.langsel a {
    border: none;
}
div.langsel a:hover {
    background-color:transparent;
}
div.langsel img {
    border:3px solid #00A080;
    height:11px;
    padding:2px;
    width:16px;
}
div.langsel a img {
    border:none;
    height:11px;
    margin: 3px;
    padding:2px;
    width:16px;
}

/* news */

div.embeddedNews {
    border: 2px solid lightgrey;
}
div.embeddedNews * {
    line-height: 120%;
    font-size: small;
    margin: 0;
}
div.embeddedNews h1 {
    background: transparent;
    font-size: 12pt;
    text-align: left;
    text-decoration: none;
    margin: 0 0 0 1ex;
}
div.embeddedNews div.newsitem {
    background-color: #007575;
    margin: 1ex 1ex;
}
div.embeddedNews div.newsitem h2,
div.embeddedNews div.newsitem h3,
div.embeddedNews div.newsitem h4 {
    border: none;
    font-size: 10pt;
    font-weight: normal;
    margin:0;
    padding-top:0;
    text-align: left;
    text-decoration: none;
}
div.embeddedNews div.newsitem a {
    text-decoration: none;
}
