
/*used for external urls and pdf docs */
a[icon ^="pdf"] {   padding-right: 20px;   background: transparent url(pdf-icon-trans.png) no-repeat center right;}
a[icon ^="out"] {   padding-right: 20px;   background: transparent url(external.gif) no-repeat center right;}

/*this is to keep page from shifting to left on load in safari and firefox*/
html {overflow-y: scroll;}


body {
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background: #ffffff;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    /*color: #919191;*/
    height: 100%;
}

h3 {
    font-size: 1.0em;	
}

a:link, a:visited
{
    color: #004267;
    text-decoration:underline;   
}

a:hover, a:active
{
    color:#999999;
}
