@charset "UTF-8";
/* CSS Document */


/* ------------------------------------------------------ Top and Bottom Strip Colors ----------------------------------------- */

#wrapper .top_strip, #wrapper .bottom_strip{ border-color: #004c6a;} /* Thin Line */

#wrapper .top_strip .info, #wrapper .bottom_strip .info{ background-color: #666;} /* Thick Line */


/* ------------------------------------------------------ Specific Font Styles --------------------------------------------------------- */

#wrapper .content .title{ color: #282625;} /* Content Title Color */

#wrapper #col_left #nav div a{ color: #c70000;} /* Navigation Bar Link Color */

#wrapper #col_left #nav div a:hover{ color: #000;}

#wrapper #col_left #nav div.active a, #wrapper #col_left #nav div.active a:hover{ color: #000;}

#wrapper #col_left #nav div.heading span{ color: #fff;}


/* ------------------------------------------------------ Turns off and On Particular Information ---------------------------- */

#wrapper #col_right .content_optional{ display: block;} /* Information Box just above main site content (DEFAULT = BLOCK) */

marquee{ display: block; } /* Scrolling Information at top of main site content (DEFAULT = BLOCK) */


/* ------------------------------------------------------ General Styles ---------------------------------------------------- */




li{ list-style-position: outside;}

em.smart span{ font-size: .9em; vertical-align: super; margin-left: 2px;}