body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color:#666666;
        text-align: center;
        background: #FFFFFF;
        line-height: 18px;
}       
h1 {
        font-size: 14px;
        font-weight: bold;
        display: inline;
}
h2 {
        font-size: 12px;
        font-weight: bold;
        display: inline;
}
#pagecontainer {
        width: 760px;
        text-align: left;
        margin: auto;
        background-color: #FFFFFF;
        /*border: thin solid #FF0000; for debugging*/
}
#header {
        height: 60px;
        background-image: url(images/header.gif);
        background-repeat: no-repeat;
}
#sidebarleft{
        width: 150px;
        height: auto;
        min-height: 450px; /* IE does not know min-height, see workaround in maintemplate */
        float: left;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 10px;
        /*border: thin solid #FFFF00; for debugging*/
}
#sidebarright{
        width: 150px;
        height: auto;
        min-height: 450px; /* IE does not know min-height, see workaround in maintemplate */
        float: right;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 10px;
        /*border: thin solid #FFFF00; for debugging*/
}
#menu {
        font-size: 11px;
        text-transform: uppercase;
}
.menuitem {
        height: 18px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #CCCCCC;
        border-right-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
        border-left-color: #CCCCCC;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
}
.menuitem a:link {
        color:#666666;
        text-decoration: none;
}
.menuitem a:visited { 
    color:#666666;
        text-decoration: none;
}
.menuitem a:hover {
        color: #FF0000;
        text-decoration: none;
}
.menuitem a:active { 
    color:#666666;
        text-decoration: none;
}
.horizontalmenuitem {
        height: 18px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: #CCCCCC;
        border-bottom-color: #CCCCCC;
        border-left-color: #CCCCCC;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
}
.horizontalmenuitem a:link {
        color:#666666;
        text-decoration: none;
}
.horizontalmenuitem a:visited { 
    color:#666666;
        text-decoration: none;
}
.horizontalmenuitem a:hover {
        color: #FF0000;
        text-decoration: none;
}
.horizontalmenuitem a:active { 
    color:#666666;
        text-decoration: none;
}
#content {
        height: auto;
        min-height: 450px; /* IE does not know min-height, see workaround in maintemplate */
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: 175px;
        border-left-width: thin;
        border-left-style: dashed;
        border-left-color: #CCCCCC;
        border-right-width: thin;
        border-right-style: none;
        border-right-color: #CCCCCC;
        padding: 10px;  
        /*border: thin solid #0000FF; for debugging*/
}
#contentsidebarright {
        height: auto;
        min-height: 450px; /* IE does not know min-height, see workaround in maintemplate */
        margin-top: 10px;
        margin-right: 175px;
        margin-bottom: 10px;
        margin-left: 175px;
        border-left-width: thin;
        border-left-style: dashed;
        border-left-color: #CCCCCC;
        border-right-width: thin;
        border-right-style: dashed;
        border-right-color: #CCCCCC;
        padding: 10px;  
        /*border: thin solid #0000FF; for debugging*/
}
#footer {
        background-image: url(images/footer.gif);
        background-repeat: no-repeat;
        font-size: 10px;
        color: #666666;
        text-align: center;
        padding: 8px 0px;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto; 
        /*border: thin solid #FF00FF; for debugging*/
}
.tableboderlefttop {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}
.tableboderlefttopright {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}
.tableboderlefttopbottom {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}
.tableboderlefttoprightbottom {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}
.tableboderleftbottom {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}
.tableboderleftrightbottom {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #666666;
        margin: 0px;
        padding-top: 2px;
        padding-right: 1px;
        padding-bottom: 2px;
        padding-left: 1px;
}