html, body {
    height: 100%;
}

body {
    margin: 0;
    background: #FFFFFF;
    font: 0.9em Tahoma;
}

#frame {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
    width: 820px;
    overflow-y: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#menu {
    overflow-y: hidden;
    margin-top: 15px;
    margin-left: 3px;
}

li.for-main {
    padding-left: 18px;    
}

#menu ul {
    overflow-y: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu ul li {
    display: block;
    float: left;
}

li.item {
    padding-right: 25px;
}

li#marks {
    padding-left: 233px;
}

a.no-link {
    text-decoration: none;
    border-bottom: 1px dotted #0000ee;
}

a.no-link:visited {
    text-decoration: none;
    border-bottom: 1px dotted #551a8b;
}

#body {
    margin: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 120px;
}

#body p {
    width: 800px;
}

#body ul, #body ol {
    padding-left: 40px;
    width: 760px;
}

#body ul ul, #body ol ol {
    width: auto;
}

.mark {
    width: 800px;
    margin-bottom: 30px; 
}

#body .mark p {
    width: auto;
    padding-left: 40px;
}

#footer {
    background: #f2f2f2;
    font-size: 0.9em;
    overflow: hidden;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    height: 20px;
}

#footer p {
    padding: 0px 30px;
    margin: 0px;
}

#li {
    position: absolute;
    top: 15px;
    left: 790px;    
}

h1, h2, h3 {
    clear: both;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    color: #333333;
}

h1 {
    font-style: italic;
    font-family: Georgia;
    margin-bottom: 3px;
}

h2 {
    margin-bottom: 10px;
}

h3 {
    background-color: #f2f2f2;
    margin-left: -20px;
    padding: 5px 0px 5px 20px;
    margin-bottom: 7px;
    margin-top: 7px;
}

h4 {
    margin-bottom: 3px;
    color: #333333;
}

.title {
    margin-top: 52px;
}

.first {
    margin-bottom: 15px;
}

hr {
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 1px;
    border-width: 0px;
    margin-left: -20px;
}

p, ul, ol {
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

a img {
    border: none;
}

a.current {
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
    width: 800px;
}

table#hometable {
    margin: 10px 0px;
}

table#onmain {
    margin-top: 4px;
}

table td {
    border: 1px solid #D1DBE7;    
}

table.noborder td {
    border: none;
    width: 395px;
}

.trcolor {
    background-color: #9fc5e8;
}

.tdcolor {
    background-color: #b6d7a8;
}

.access {
    background-color: #6aa84f;
}

blockquote {
    font-style: italic;
    padding-bottom: 15px;
    font-family: Georgia;
}

span {
    font-style: italic;
    padding-bottom: 15px;
    font-family: Georgia;
    display: block;
    margin: 14px 0px 14px 40px;
}

small {
    font-size: 0.75em;
}

.active {
    color: #0000ee;
    border-bottom: 1px dotted #0000ee;
    display: inline;
    cursor: pointer;
}