a:link { font-family: "arial"; color: black}
a:visited { font-family: "arial"; color: #990000 }
a:hover {text-decoration: none; color: #000000;}
a:active {color: red;text-decoration: none}
body { background-color:#ffffff; }
.category { font-family: "arial"; font-size: 18px; color: black}
.copyrightText { font-family: "arial"; font-size: 14px; color: black}
.logo{ font-family: "arial"; font-size: 75px; font-style: italic; color: black}
.mainText { font-family: "arial"; font-size: 12px; color: black}
.mainText2 { font-family: "arial"; font-size: 16px; color: black}
.mainText2Bold { font-family: "arial"; font-size: 16px; color: black; font-weight: bold}
.mainHeading {font-family: "arial"; font-size: 50px; color:#990000; font-weight: bold;text-indent: 0px; text-shadow: 5px 5px 8px #808080;}
.mainHeadingBlue { font-family: "arial"; font-size: 50px; color:#034ea2; font-weight: bold;text-indent: 0px}
.mainHeadingGreen { font-family: "arial"; font-size: 50px; color:#00a651; font-weight: bold;text-indent: 0px}
.menuTitle {font-family: Arial, Helvetica, sans-serif;font-weight: bold;color: #990000;}
.subHeading { font-family: "arial"; font-size: 25px; color:#990000; font-weight: bold;text-indent: 0px}
.subHeadingBlue { font-family: "arial"; font-size: 25px; color:#034ea2; font-weight: bold;text-indent: 0px}
.subHeadingGreen { font-family: "arial"; font-size: 25px; color:#00a651; font-weight: bold;text-indent: 0px}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #990000;
border-bottom-width: 0;
width: 180px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 14px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's*/
color: white;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: white;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}