/* CSS Document */

/*content divs */
/*text styles*/
h1 {
font-size: 2em;
padding: 0 0 10px 0;
}
h2 {
font-size: 1.8em;
padding: 10px 0 10px 0;
}
h3 {
font-size: 1.3em;
padding: 10px 0 10px 0;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.2em;
}
p {
font-size: 1.2em;
line-height: 1.6em;
padding: 5px 10px 10px 15px;
text-align: justify;
}
strong {
font-weight: bold;
}
#content a, #content a:link, #content a:visited {
color:#9F0;
background-color: transparent;
text-decoration: underline;
}
#content a, #content a:hover, #content a:active {
color: #fff;
background-color: transparent;
text-decoration: none;
}
#content ul ol {
margin: 0px 10px;
}
#content li {
font-size: 1.2em;
line-height: 1.5em;
padding: 0px 20px 10px 20px;
}



/*classes*/
.float-right {
float: right;
padding: 0 0px 0 10px;

}
.off-left {
text-indent: -5000px
}

.clearall {
clear: both;
}
.clearall-space {
clear: both;
padding: 10px 0;
}


.flash {
padding-left: 40px;
}
