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


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

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

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


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

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

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

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

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

#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 ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6{ color: #666;}



