/* Main Link Colors */
a:link {
    color: #0D7F54;
}
a:visited {
    color: #0D7F54;
}
a:hover, a:focus {
    color: #006A42;
}
a:active {
    color: #FEC010;
}

#pdfDownloadLink {
  color:#FFFFFF;
}

/*Top Nav Link Colors */
nav a:link {
    color: #cccccc;
}
nav a:visited {
    color: #cccccc;
}
nav a:hover, nav a:focus { 
    color: #0066ff;
} 
nav a:active {
    color: #0066ff;
}

/* Footer Link Colors */
#pageFooter a:hover, #pageFooter a:focus {
    color: #006A42;
}
#pageFooter a:active { 
    color: #FEC010;
}

/* Button Colors */
.button, .action, .options, .toggleExtras-inactive, .toggleExtras-active, .largeButton a {
    background-color: #0D7F54;
    border-color: #006A42;
}
.button:hover, .action:hover, .options:hover, .toggleExtras-inactive:hover, .toggleExtras-active:hover, .largeButton a:hover,
.button:focus, .action:focus, .options:focus, .toggleExtras-inactive:focus, .toggleExtras-active:focus, .largeButton a:focus,
.button:active, .action:active, .options:active, .toggleExtras-inactive:active, .toggleExtras-active:active, .largeButton a:active {
    background-color: #4DB080;
    color: white;
}