html, body {
    margin: 0;   
    padding: 0;
}

html {    
    background-color: #fff;
}

#content {
    height: 100%;
}

#content ul,
#content ol{
    margin: 10px 0 20px 0px;
    line-height: 20px;
    margin-left: 0px;
}

#content li a {
    text-decoration: none;
    font-size: 16px;
    color: #797979;
}

#content li a:hover {
    color: #0083cb;
}

ul#pdfContent {
    padding:0 0 0 35px;
    list-style-image: url(../images/pdffile.gif);
}

h2 {
    font-size: 20px;
    color: #0083cb;
    font-weight: normal;
    
    margin: 12px;
}

p {    
    line-height: 19px;

}
p + p {
    margin-top: 7px;
}

p a {
    color: #0083cb;
    text-decoration: none;    
}
p a:hover {
    color: #9ba21b;
    text-decoration: none;
}

.clear {
    clear:left;
}