* { 
    margin: 0; 
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Baskerville, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color: #0000FF;
    background-color: white;
    background: url('ramp.png') repeat-x top right;
    margin: 0; padding: 0;
}

.l, .r, .b {
    position: fixed;
}

.l, .r {
    height: 100%;
    width: 20px;
    top: 0;
}

.l {
    background: url('leftramp.png') repeat-y top left;	
    left: 0;
}

.r {
    background: url('rightramp.png') repeat-y top right;
    right: 0;
}

.b {
    background: url('bottomramp.png') repeat-x bottom right;
    width: 100%;
    height: 20px;
}

.p { 
    height: 20px; 
}

h1, h2, h3, h4, h5, h1 a {
    color: #0000FF;
}

a {
    text-decoration: none;
    color: #000080;
}

.maincontent {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px auto;    
    width: 30em;
}

.description {
    word-spacing: .1em;
}

.bodytext{
    line-height: 22px;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: justify;
}

p,li {
    line-height: 22px;
    font-size: 16px;
}

p {
    margin-top: 22px;
    margin-bottom: 22px;
}

h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    margin-top: 0px;
    padding-top: 88px;
    margin-bottom: 44px;
}


h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 22px;
    margin-top: 22px
    margin-bottom: 22px;
    font-variant: small-caps;
    text-transform: lowercase;
}

hr {  
    height:1px;
    border:none;
    color: blue;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 22px;
}

ul,ol {
    margin-top: 1em;
    margin-left: 2em;
    margin-bottom: 1em;
}

.dateline {
    font-variant: small-caps;
    text-transform: lowercase;
}


table.nav {
    border: none;
    text-align: left;
    margin-top: 22px;
    margin-bottom: 22px;
}

tbody {
    padding: 0; margin:0;
}
tr { 
    line-height: 20px; 
}
td { 
    font-size: 12px;
    line-height: 20px;
}

table.nav tr > td:first-child { 
    text-align: right; 
}

div.buttonbar {
    line-height: 22px;
    height: 44px;
    margin-top: 44px;
    margin-bottom: 0px
}

.icon {
    float: left;
    border: dotted 1px #0000FF;
    padding: 8px;
    margin-left: 8px;
    height: 16px;

}

.icon img {
    border: none;
}

.buttonbar a:hover {
    background: white;      
}

 .icon:hover {
    border: solid 1px #0000FF;
    cursor: pointer;
    background: white;
}


.footer {
    font-size: 12px;
    margin-bottom: 0; padding-bottom: 44px;

}

acronym {
    font-variant: small-caps;
    text-transform: lowercase;
}

.tags {
    font-variant: small-caps;
    text-transform: lowercase;
}

.sidenav {
    text-align: right; 
    width: 8em; 
    float: left; 
    margin-left: -12em; 
    font-size: 12px;
    line-height: 22px; 
    border-right: dotted 1px blue; 
    padding-right: 2em;
}

img {
    border: none;
}

blockquote {
    margin-left: 2em;
}
