/* external style sheet for Resources for Educators web page */
/* Once Netscape no longer messes up inheritance, I'll delete the repeated definitions of color, font-family, etc. */
/* Once Netscape recognizes BORDER attribute in CSS, I'll delete them from IMG tags */
/* Once Netscape recognizes DIV=center in CSS, I'll delete the duplicate CENTER tags */

BODY {background: white url(images/schbkg.gif) repeat;
color: navy;
font-family: Palatino, Times New Roman, Times, serif;
margin-left: 18%}

IMG {border: none;
text-align: center}

IMG.dl {border: none;
position: relative;
left: -10}

A:link, A:active, A:visited {text-decoration: underline;
font-weight: bold;
background-color: white}

A:link {color: blue}

A:visited {color: navy}

A:active {color: cyan}

/* only recognized by IE */
A:hover {color:#949CCE}

H1 {font-family: Palatino, Times New Roman, Times, serif;
font-size: x-large;
font-weight: 900;
text-align: center;
color: navy}

H2 {font-family: Palatino, Times New Roman, Times, serif;
font-size: large;
font-weight: 600;
text-align: center;
color: navy;
background-color: white}

H2.left {font-family: Palatino, Times New Roman, Times, serif;
font-size: large;
font-weight: 600;
text-align: left;
color: navy;
background-color: white}

H2.medium {font-family: Palatino, Times New Roman, Times, serif;
font-size: medium;
font-weight: 600;
text-align: center;
color: navy;
background-color: white}

P {font-family: Palatino, Times New Roman, Times, serif;
font-size: medium;
font-weight: 400;
text-align: left;
color: navy;
background-color: white}

TH {font-family: Palatino, Times New Roman, Times, serif;
color: navy;
font-size: medium;
font-weight: 600;
text-align: center;
background-color: white}

TD {font-family: Palatino, Times New Roman, Times, serif;
color: navy;
font-size: small;
text-align: left;
background-color: white}

TD.center {font-family: Palatino, Times New Roman, Times, serif;
color: navy;
font-size: medium;
font-weight: 400;
text-align: center;
valign: top;
background-color: white}

TD.bold {font-family: Palatino, Times New Roman, Times, serif;
color: navy;
font-size: small;
font-weight: 600;
text-align: center;
background-color: white}

TD.ctrbright {font-family: Arial, sans-serif;
font-size: small;
font-weight: 400;
text-align: center;
color: orange;
background-color: white}

TD.foot {font-family: Arial, sans-serif;
font-size: xx-small;
font-weight: 400;
text-align: center;
color: navy;
background-color: white}

TD.right {font-family: Palatino, Times New Roman, Times, serif;
color: navy;
font-size: medium;
font-weight: 400;
text-align: right;
valign: top;
background-color: white}

HR {color:#27ACAC; width:70%; size:4; align:center; noshade}

HR.left {color:navy; width:200; size:2; align:left}

SPAN.orange {color: #FF8429}

SPAN.italic {font-style: italic}

SPAN.xsbold {font-weight: 600;
font-size: x-small}

SPAN.small {font-size: small}

SPAN.xs {font-size: x-small}

