@import "/main/css/format.css";

h1, h2, h3, h4, h5, h6, p {
        padding: 0 1em;
}

ul, ol {
        position: relative;
        padding: 0 3em;
}

/** Various classes for P tags **/
p.footnote {
    text-align: left;
        font-size: smaller;
}

p.section {
    font-family: arial, times, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
}

p.indent {
    text-indent: 0.5in;
}

p.ident {
    text-indent:0.5in;
}

/** Classes to color text **/
strong.green {
    color: #008800;
        background-color: #FFF;
        font-weight: bold;
}

strong.red {
    color: #CC0033;
        background-color: #FFF;
        font-weight: bold;
}

/** Class to center text **/
.center {
    text-align: center;
}

/** Class to bold text **/
.strong {
    font-weight: bold;
}

/** Class to center small text, such as for a footer **/
.footer {
    text-align: center;
        font-size: smaller;
}

/** Class to make a hanging indent **/
.hang {
    text-indent: -3em;
        margin-left: 3em;
}

/** Class to prevent wrapping of text **/
.nowrap {
    white-space: nowrap;
}

/** Class to make left aligned text small **/
.small {
    text-align: left;
        font-size: smaller;
}

/** Class to make text as small as possible **/
.smaller {
    font-size: smaller;
}

/** Classes for New Feeds **/
.newsfeeds {
        float: right;
        width: 30%;
        border: double #000033;
        background: #f2f6f9;
        padding: 5px;
        margin: 5px 5px 5px 10px;
}

.newsfeeds h3 {
        color: #600;
        font-family: Verdana, Arial, sans-serif;
        font-size: medium;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
}

.newsitem {
        color: #333;
        font-family: Verdana, Arial, sans-serif;
        font-size: smaller;
        font-weight: normal;
        text-align: left;
        margin: 5px 5px 10px 15px;
}

/** Classes to hide skip links **/
.hide {
        text-decoration: none;
        display: none;
}

.hide a, .hide a:link, .hide a:visited, .hide a:hover{
        text-decoration: none;
        display: none;
}