/* ------main page links ------ */
a {  color: #006666;  text-decoration: underline;  font-weight: normal }
a:visited { color: #FF0000; text-decoration: underline; font-weight: normal }
a:hover { color: #0000ff; text-decoration: underline; font-weight: normal }

/* ------large text header ------ */
h1 {  font-family: Verdana, sans-serif; font-size: 0.85em; color: #006666; font-weight: bold; margin-left: 15px; }

/* ------ small text white ------ */
h2 {  font-family: Verdana, sans-serif; font-size: 0.65em; color: #FFFFFF; font-weight: normal  }

/* ------ small text black ------ */
h3 {  font-family: Verdana, sans-serif; font-size: 0.65em; color: #000000; font-weight: normal  }
/* ------ body copy ------ */
p { font-family: Verdana, sans-serif; font-size: 0.75em; margin-left: 15px; margin-right: 10px; }

/* ------ white nav links for web editor footer ------ */
a.nav:link {color: #ffffff; text-decoration: none; font-weight: normal}
a.nav:visited {color: #ffffff; text-decoration: underline; font-weight: normal}
a.nav:active {color: #ffffff; text-decoration: none; font-weight: normal}
a.nav:hover {color: #ffffff; text-decoration: underline; font-weight: normal}

/* ------ cookiecrumb text links ------ */
a.tracking:link {font-family: Verdana, sans-serif; font-size: 0.65em; font-weight:normal; color:#3D3B8D; text-decoration: none; }
a.tracking:hover  { font-family: Verdana, sans-serif; font-size: 0.65em; color:#3D3B8D; text-decoration: underline;} 
a.tracking:visited  {font-family: Verdana, sans-serif; font-size: 0.65em; color:#3D3B8D;  text-decoration: none; }

/* ------ sidebar navigation ------ */
a.sidebar:link {font-family: Verdana, sans-serif; font-size: 0.65em; font-weight:normal; color:#000000; text-decoration: none; }
a.sidebar:hover  {font-family: Verdana, sans-serif; font-size: 0.65em; font-weight: normal; color:#000000; text-decoration: none; background-color: #FFFFFF;} 
a.sidebar:active  {font-family: Verdana, sans-serif; font-size: 0.65em;font-weight: normal;color:#000000; text-decoration: none;}
a.sidebar:visited  {font-family: Verdana, sans-serif;  font-size: 0.65em; font-weight:normal; color:#333399;  text-decoration: none; }

/* ------ lists styles ------ */
li { font-family: Verdana, sans-serif; font-size: 0.85em;}
ul { font-family: Verdana, sans-serif; font-size: 0.85em;}
ol { font-family: Verdana, sans-serif; font-size: 0.85em;}
