@charset "utf-8";
/* CSS Document */
h1 {
font-size: 18px;
color: #bf2c37;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 17px;
color: #ea8b1c;
font-weight: bold;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #bf2c37;
font-style: italic;
}
.footer {
text-align: right;
color: #FFFFFF;
font-weight: bold;
}
.footertext {
text-align: left;
color: #FFFFFF;
font-style: italic;
font-size:11px;
}
.redtext {
color: #bf2c37;
font-style:italic;
}
.spotlight {
border: 2px solid #bf2c37;
background: #fddab5;
}
.orangehead {
color: #ea8b1c;
font-weight: bold;
}
.redsub {
font-size: 11px;
color: #bf2c37;
font-weight: bold;
}


/* Menu CSS */

#menu {
width: 12em;
background-color: #e4f2fb;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000000;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000000;
background: #e4f2fb;
text-align: left;
}

#menu a {
color: #000;
background: #e4f2fb;
text-decoration: none;
}

#menu a:hover {
background: #003300;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}


div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}