@charset "utf-8";
/* CSS Document */

html {
	background-color: #ececec;
}
body {
    background-image:url(https://www.alz.org/images_custom/header/header_bg_repeat.jpg); 
    background-repeat:repeat-x;
	background-color: #ececec;
}
.topNav a:link, a:visited, a:active { color: #404040; text-decoration: none;}

.findUsText a {
    color: #336699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-left: 8px;
    margin-top: 19px;
    text-decoration: underline;
}

.findUsText a:hover {
    text-decoration: none;
}
.findUsText a:visited, .findUsText a:active{
    color: #336699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-left: 8px;
    margin-top: 19px;
    text-decoration: underline;
}
h2 {
    color: #65378F;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0;
    padding-bottom: 0;
}
