html {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    top: 0;
    margin: 0 auto;
    padding: 0;
    background: white;
    font-family: "DejaVu Sans","Bitstream Vera Sans","Myriad","Calibri","Lucida Sans",sans-serif;
    font-size: 12pt;
}

a, a:hover, a:visited, a:active {
    color: black;
    text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 2pt 0 0;
}

ul {
    margin: 4pt 0 2pt 4pt;
    padding: 0 0 0 7pt;
    list-style-type: none;
}

* html ul {
    list-style-type: disc;
}

ul li {
    padding: 0 0 0 7pt;
}

ul li:before {
    content: "-";
    float: left;
    margin: 0 0 0 -1em;
}

* html ul li {
    display: list-item;
    margin: 0;
}

#container {
    position: relative;
}

#topbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
}

#logo {
    background: url(/img/logo.png) no-repeat top left;
    width: 215px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 1em;
}

#logo h1 {
    display: none;
}

/* Navigation rules. */
#navbar {
    display: none;
}

#contentcontainer {
    text-align: center;
}

#content {
    margin: 40px auto 0;
    padding: 0 0 40px 0;
    text-align: justify;
}

img {
    margin: 3px;
    border: none;
}

div.column {
    clear: both;
}

#column1 {
    clear: none;
    width: 60%;
    float: left;
    margin: 0;
    padding: 0;
}

#column2 {
    clear: none;
    width: 40%;
    float: left;
    margin: 0;
    padding: 0;
}

#content div.column div {
    margin: -1px 4px 4px 0;
    padding: 1px 0 0;
    background: url(/img/corner.png) no-repeat top right;
}

#content #column1 div {
    margin: -1px 50px 4px 0;
}

div.column h1, div.column h2, div.column h3 {
    margin: 8px 4px 0 0;
    padding: 0 0 0 6px;
    font-weight: normal;
    font-size: 200%;
    border-bottom: 1px dashed #bcbdc1;
}

div.column h2 {
    font-weight: 170%;
}

div.column h3 {
   font-size: 140%;
}

#column1 h1, #column1 h2, #column1 h3 {
    margin: 8px 50px 0 0;
}

#content div.column div div {
    margin: 0;
    padding: 0;
    background: none !important;
}

#content div.column div h1, #content div.column div h2, #content div.column div h3 {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
}

.introtext {
    font-weight: bold;
}

/*** News ***/

.newsheader {
    border-bottom: 1px dashed #bcbdc1;
    font-weight: normal;
    font-size: 140%;
}

.newsdate {
    font-size: 80%;
}

.newsheader a {
    color: black;
    text-decoration: none;
}

.newsitem {
    padding: 1px 8px 6px 6px !important;
    margin: -1px -2px 0 40px !important;
    border: 2px dashed white;
    border-top: none;
    -moz-border-radius: 0 0 5px 20px;
    -webkit-border-bottom: 0 0 5px 20px;
    border-radius: 0 0 5px 20px;
}

.newsitemhighlight {
    border: 2px dashed #bcbdc1;
    border-top: none;
}

.newsitem .readmore {
    text-align: right;
    margin: -20px 0 0;
    clear: right;
}

ul.pagelist {
    list-style-type: none;
    text-align: center;
}

ul.pagelist li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.pagelist li a {
    padding: 0 2px;
}

/*** Footer ***/

#contact {
    width: 100%;
    height: 36px;
    font-size: 9pt;
    text-align: center;
    padding: 24px 0 0;
}

