* {
    margin: 0;
    padding: 0;
}

img { border: none; }

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    background: #fdfdfd;
    color: #606060;
    width: 100%;
}

#content h1,#content h2,#content h3 {
    font-size: 14pt;
    margin-bottom: .25em;
}

#content h2 { font-size: 12pt; }

#content h3 { font-size: 10pt; }

#header {
    background: #f0f0f0;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 10pt;
}

#header-box {
    float: left;
}

#header img {
    vertical-align: middle;
    margin: 1em;
}

#header a {
    color: #333;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}

#download-app {
    text-align: right;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
    width: 50%;
}

.float-right {
    float: left;
    width: 50%;
}

.content-right {
    text-align: right;
    width: 49%;
}

.overflow {
    width: 100%;
}

#content {
    float: right;
    width: 80%;
    margin-top: 1em;
}

#left-menu {
    float: right;
    width: 20%;
    margin-top: 1em;
}

#left-menu h3 {
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-left: 3px solid #D70751;
    padding: 0.3em;
    font-size: 8pt;
    margin: 0 1em;
}

#left-menu ul {
    margin: 1em 2em;
    list-style: none;
}

#left-menu ul.last a {
    font-weight: bold;
}



#left-menu li {
    margin: .3em 0;
}

/*#left-menu li a {
    text-decoration: underline;
}*/

#left-menu li span {
    font-size: 7pt;
}

#footer {
    font-size: 8pt;
    position: relative;
    z-index: 1;
    padding: 1em 0 2em 0;
    margin-top: 1em;
    text-align: center;
    border-top: 1px solid #b0b0b0;
    background: #f0f0f0;
}

p {
    font-size: 8pt;
    margin: .5em 0;
}

input,textarea,select {
    padding: 3px;
    border: 1px solid #b0b0b0;
    color: #606060;
    margin: .1em 0;
}

input.button {
    background: #F5F5F5;
    padding-left: 2em;
    padding-right: 2em;
}

input:hover,textarea:hover,select:hover {
    border-color: #666;
}

input:focus,textarea:focus,select:focus {
    border-color: #666;
}

textarea {
    width: 98%;
    margin: 0;
    margin-bottom: .5em
}

a {
    color: #3252B2;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

#left-menu a {
    color: #606060;
    text-decoration: none;
}

#left-menu a:hover {
    text-decoration: underline;
    color: #222222;
}

#content ol,#content ul {
    margin: 3em;
    margin-left: 5em;
}

td {
    padding-right: .5em;
}














