/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* custom */
body{

    font-family: Helvetica, Arial, 'Sans Serif';
    font-size: 14px;
    line-height: 21px;
    color: #3f4349;
}
    h1, h2, h3, h4, h5, h6{ line-height: 42px; }
    h1{ line-height: 63px; font-size: 28px; }


p{ margin-bottom:21px; }
#content{ padding: 21px 14px; }
.summary{ margin: 0 0 21px 0; font-size: 18px; font-weight: bold; }

p.meta{ color: #909da5; font-style: italic; font-size: 11px; margin-top: -14px;}

@media screen{
    img.logo{ margin: 84px 21px 0px 21px; }
    #toolbar{
        position: absolute;
        top: 0;
        font-size: 21px;
        line-height: 42px;
        padding-left: 42px;
        background-color: #454A50;
        width: 100%;
        height: 42px;
        border: 1px solid black;
        border-width: 0 0 1px 0;
    }
    #toolbar a{color: #fff; text-decoration: none; }
    #toolbar img { padding-right: 14px;}
    #toolbar a:hover{ text-decoration: none;}
}
@media print{
    img.logo{ margin: 0 21px; }
    #toolbar{ display: none;}
}
#footer{    border-top: 1px solid #95a2aa;    padding: 21px;    font-size: 11px;}
