/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #000000;
    background: #808080;
}
img {
    background: transparent;
    border: 1px solid #b0b0b0;
    padding: 5px 4px 5px 4px;
}
table {
    border-collapse: collapse;
}
td {
    padding: 2px 5px 3px 5px;
    border: 1px solid #b0b0b0;
}
ul {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    font-weight: bold;
    color: #272727;
}
ul.circleList {
	list-style: circle outside; 
}
ul a {
    color: #000000;
}
ul a:hover {
    color: #ffffff;
    text-decoration: none;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #272727;
}
.header {
    position: relative;
    width: 100%;
    height: 180px;
    background: transparent url('./topgradient.png') repeat-x 0px 0px;
    text-align: center;
}
.headerContainer {
    position: relative;
    width: 900px;
    margin: auto;
}
.headerLogotype {
    position: absolute;
    top: 38px;
    left: 37px;
}
.headerLogotype img {
    border: 0px;
    padding: 0px;
}
.pageTitle {
    position: absolute;
    top: 28px;
    left: 238px;
    font-size: 23pt;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.page {
    clear: both;
    width: 900px;
    margin: 0;
    padding: 0;
    margin: auto;
    text-align: left;
}
.sidebar {
    float: left;
    width: 240px;
}
.menu {
    width:180px;
    position: relative;
    top: 9px;
    left: 42px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
}
.menu a {
    padding: 0px 0px 0px 11px;
    color: #000000;
}
.menu a:hover, .selectedItem {
    color: #ffffff;
    background: #6f6f6f url('./menudot.png') no-repeat 0px 4px;
    text-decoration: none;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0;
}
.leftColumn {
    float: left;
    margin: 0;
    padding: 0;
    width: 295px;
}
.rightColumn {
    margin-left:585px;
    padding-top:1px;
    width:295px;
}
.footer {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
    margin-top: 50px;
    background: #000000 url('./bottomgradient.png') repeat-x 0px 0px;
    text-align: center;
    color: #ffffff;
}
.footerText {
    position: relative;
    top: 30px;
    width: 900px;
    margin: auto;
}
.footerText a {
    font-weight: bold;
    color: #ffffff;
}
.footerText a:hover {
    color: #787878;
}
