.icons {
   padding-bottom : 5pt;
}
.head {
   font-size : larger;
   font-weight : bold;
   color : #993399;
}
.question {
   font-family : Arial, Helvetica, sans-serif;
   color : #003366;
   font-size : 16pt;
}
.answer {
   font-family : Arial, Helvetica, sans-serif;
   color : #003366;
   font-size : 12pt;
   font-weight : bold;
}
.yes {
   font-family : "Times New Roman", Times, serif;
   color : #009933;
   text-decoration : none;
   font-weight : bold;
   font-size : 25pt;
}
.no {
   font-family : "Times New Roman", Times, serif;
   color : #FF0000;
   text-decoration : none;
   font-weight : bold;
   font-size : 25pt;
}
A.sbar:HOVER {
   text-decoration : underline;
   font-style : normal;
   color : #009999;
}
A.jsbars:HOVER {
   text-decoration : underline;
   font-style : normal;
   font-weight : bold;
   color : #993399;
}
A.jsbar:HOVER {
   text-decoration : underline;
   font-style : normal;
   color : #993399;
}
A:HOVER {
   text-decoration : underline;
}

.myh2 {
   display: inline;
   color : #993399;
   font-size: 17pt;
   font-weight: bolder;
   font-family : Arial, Helvetica, sans-serif;
}

.myh3 {
   display: inline;
   color : #993399;
   font-size: 15pt;
   font-weight: bold;
   font-family : Arial, Helvetica, sans-serif;
}


h2 {
   color : #993399;
   font-family : Arial, Helvetica, sans-serif;
}

H3 {
   color : #993399;
   font-family : Arial, Helvetica, sans-serif;
}
.tabi {
   font-weight : bold;
   font-size : smaller;
   text-decoration : none;
   color : Black;
}
.tabs {
   font-weight : bold;
   font-size : smaller;
   color : White;
   text-decoration : none;
}
.bar {
   color : #003333;
   text-decoration : none;
   font-size : smaller;
   font-weight : bold;
}
.jsbars {
   color : #009933;
   text-decoration : none;
   font-family : Arial Narrow, Arial, Helvetica, sans-serif;
}
.sbar {
   color : #006666;
   text-decoration : none;
   font-family : Arial Narrow, Arial, Helvetica, sans-serif;
   font-weight : bold;
}
.jsbar {
   color : #009933;
   text-decoration : none;
   font-family : Arial Narrow, Arial, Helvetica, sans-serif;
   font-weight : bold;
}
.find {
   font-family : Arial Narrow, Arial, Helvetica, sans-serif;
   color : White;
   text-decoration : none;
   font-weight : bold;
   font-size : 14pt;
}
.title {
   color : #993399;
   text-decoration : none;
   font-weight : bold;
}
.sans_link {
   font-size : smaller;
   text-decoration : none;
}
.sans_sm {
   font-size : smaller;
}
.button {
    font-family: arial unicode MS, lucida sans unicode, helvetica, arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #808052;
    border-style: solid;
    border-width: 2px 3px 3px 2px;
    border-color: #ffffff #b0b0b0 #b0b0b0 #ffffff;
    background-color: #EEEECC;
}
BODY {
   color : #660066;
   background-color : White;
   font-family : Arial, Helvetica, sans-serif;
}

.indented {
   margin-left: 240px;
}

/* Vacation Reading Program Menu */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #660066;
background-color: #ccccff;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #ffffff;
background-color: #660066;
}


