body {
    margin: 0px;
    background: #758890;
    background-repeat: repeat-x;
    color: white;
    font-family: Verdana;
    font-size: 10pt;
}

/***********
 * links
 ***********/

a {
    text-decoration: none;
    color: #00a;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a.light {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/***********
 * span
 ***********/



/***********
 * div
 ***********/

div#titlebar {
    margin: 0px;
    padding: 0px;
    background: url('img/header2.png');
    height: 59px;
    border-bottom: 1px solid #c1c5c5;
}
div#maincontainer {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #758890;
    width: 700px;
    color: black;
}
div.header {
    font-weight: bold;
    font-size: 14pt;
    padding-left: 2px;
    font-family: Sans-Serif;
    text-align: center;
    color: black;
    padding-bottom: 15px;
    padding-top: 20px;
}
div#footer {
    background: #374d53;
    color: white;
    text-align: right;
    padding: 1px 1em 0px;
    font-size: 10pt;
    font-family: Verdana;
}
div.spacer {
    height: 1em;
}
div.iecenter {
    text-align: center;
}
div.centercontainer {
    text-align: left;
}
div#toplinks {
    padding-left: 1em;
    padding-right: 1em;
    background: #ced1d3;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}
div#toplinksright {
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    background: #ced1d3;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}
div#toplinksright img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div#titlelinks {
    position: relative;
    top: 90px;
    height: 17px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 12px;
}
div#titlelinks span.link {
    background: #f6f6f6;
    color: black;
    padding: 2px 5px 2px;
    margin-right: 15px;
}

div#navicontainer {
    float: left;
    width: 200px;
    color: black;
    font-weight: bold;
    text-align: center;
    padding-top: 1em;
}
div#navi {
    text-align: left;
    padding-left: 1em;
    font-family: Verdana, sans;
}
div#contentcontainer {
    margin-left: 0px;
    width: 700px;
    background: #fff;
    color: black;
    margin-top: 0px;
    padding: 0px;
}
div#content {
    /* text-align: justify; */
    /* border: 1px solid #5e6d1b; */
    border-top: 0px;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 1em;
    background: #fffffa;
}
div#header {
    /* background: #444; */
    background: #000;
    color: white;
    /* font-weight: bold; */
    text-align: right;
    padding: 1px 1em 0px;
    border-bottom: 1px solid #334;
    font-weight: bold;
    font-size: 80%;
}

/***********
 * img
 ***********/

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

img.float {
    float: right;
    border: 1px solid #88a;
    margin-left: 2em;
}

/***********
 * table
 ***********/

table.references {
    margin-left: auto;
    margin-right: auto;
}
table.references th {
    padding-left: 20px;
}
table.references td {
    padding-left: 20px;
}

table.contact {
    margin-left: auto;
    margin-right: auto;
}
table.contact td {
    padding-left: 14px;
    padding-right: 14px;
}

table.contactform {
    margin-left: 3em;
}
table.contactform td {
    vertical-align: top;
    text-align: left;
}
table.contactform input.wide {
    width: 260px;
}
table.contactform input.checkbox {
}
table.contactform textarea {
    width: 260px;
}
td.label {
    width: 15em;
    vertical-align: top;
}

/***********
 * misc
 ***********/

ul {
    margin-top: 1em;
}
li {
    padding-bottom: 5px;
}


/***********
 * presentation specials
 ***********/

#menu {
    text-align: right;
}

#menu a {
    font: 12px/12px verdana, arial, helvetica;
    color: red;
    font-weight: bold;
    text-decoration: none;
    padding: 4px; 
}

#menu a.selected {
    background: pink;
}

#menu a:hover {
    background: #ddd;
}

#menu a.selected:hover {
    background: pink;
}

h1 {
    font: 14px/14px verdana, arial, helvetica;
    font-weight: bold;
    color: black;
}

h3 {
    font: 11px/12px verdana, arial, helvetica;        
    font-weight: bold;        
    color: #690;
    margin-top: 20px;
    color: black;       
}

#screenshots {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    border-style: dotted;
    border-style: solid;
    border-color: #690;
    border-width: 2px;
    background: #f0f6f3;
    background: white;
    padding: 20px;
    visibility: hidden;
}

img.screenshot {
    border-style: solid;
    border-width: 2px;
    border-color: #369; 
    margin-left: 20px;
}

strong {
    color: red;
}

