h1, h2, h3, body, p, td, .small {
  font-family: Arial, Helvetica, sans-serif;
}
body, h3, p, td {
  font-size: 10pt;
}
.small {
  font-size: 8pt;
}
h1, h2, h3 {
  font-weight: bold;
}
h1, h2 {
  color: black;
  /*
  color: #408080;
  */
}
h1 {
  text-align: center;
  font-size: 14pt;
}
h2 {
  text-align: left;
  font-size: 12pt;
}
h3 {
  text-align: left;
  font-size: 10pt;
}
li {
  margin-bottom: 10pt;
}

.nomargin li {
  margin-bottom: 0pt;
}
a:active, a:link, a:visited {
  background-color: transparent;
}
a:link, select.linkcolor, select.linkcolor option {
  color: #009;
}
a:visited {
  color: purple;
}
a:active {
  color: red;
}
a:hover {
  color: red;
}
a.menu:active, a.menu:link, a.menu:visited {
  text-decoration: none;
}
a.menu:hover {
  text-decoration: underline;
}
.bold, a.bold:active, a.bold:link, a.bold:visited, a.bold:hover {
  font-weight: bold;
}
a.letter:active, a.letter:link, a.letter:visited, a.letter:hover {
  font-size: 12pt;
  font-weight: bold;
}
.libhead {
  margin-bottom: 2pt;
  margin-left: 0;
  margin-right: 0;
}
table.mainpage tr td div.libhead {
  width: 299;
}

.libheadspan {
  background-color: #cc9966;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  padding-left: 0.5em;
  padding-right: 0.5em;
}


.libheadspan2 {
  color: #408080;
  font-weight: bold;
  font-size: 12pt;
}
table.grey td {
  background-color: #dddddd; 
}
tr.header {
  background-color: #cc9966;
  color: #FFFFFF;
}
tr.header td {
  font-size: 12pt;
  font-weight: bold;
}
tr.even {
  background-color: #e7e7e7;
}
tr.odd {
  background-color: #ffffff;
}
table.tdpad td {
  padding: 2px 0.25em;
}
.new, .newmulti {
  color: black;
  background-color: yellow;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.new {
  display: inline;
}
.newmulti {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.required {
  background-color: #FFFFCC;
}

#footer {
  height: 60px;
  font-size: 11px;
  background-color: white;
  margin-top: 2em;
}

#mascot {
  float: left;
}

#footer-nav {
  float: left;
  margin-left: 0.5em;
  color: #808080;
  margin-top: 0;
  padding-top: 0;
}

#mcccd-mymaricopa {
  float: right;
}

img {
  border: 0;
}


