/* HTML Tag Defaults */
    body { margin : 10px; padding : 0; color : #000; }
    html, body { font-size : 85%; font-family : Arial, Verdana, Helvetica, sans-serif; }
    img { border : 0; vertical-align : middle; }
    input { vertical-align : middle; }
    h1 { color : #017f01; font-size : 140%; margin-bottom : 6px; }
    h2 { font-size : 130%; }
    h3 { font-size : 115%; }
    h4 { font-size : 100%; }
    p { margin-top : 5px; }

    a { color : #017f01; }
    a:hover { color : #006; }

    ul { list-style-type : square; margin-left : 17px; }

/* Page */
    #primary-nav { display : none; }
    #sidebar { display : none; }

    #header { background : #fff; padding : 5px; margin-bottom : 10px; text-align : center; }
    #slogan { display : none }

    #nav-header { display : none; }

/* Footer */
    #footer { font-size : 95%; }
    #footer a { color : #390; }
    #footer-links { display : none; }

/* Breadcrumbs */
    #breadcrumbs { font-size : 95%; color : #017f01; }

/* misc */
#page-options { display : none; }

    .pager { text-align : center; font-size : 95%; }

/* teasers */

    .news-teaser { margin-bottom : 15px; }
    .news-teaser-date { color : #017f01; font-size : 85%; }
    .news-teaser h4 { margin : 0; }
    .news-teaser h4 a { color : #006; text-decoration : none; }
    .news-teaser h4 a:hover { text-decoration : underline; }
    .news-teaser p { margin : 0; }
    .news-teaser-more { color : #017f01; }

