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


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

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

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


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

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

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

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

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

#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; border: none; margin: 0; padding: 0; } /* Scrolling Information at top of main site content (DEFAULT = BLOCK) */


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




.content ul{
	list-style-position: outside;
}

body{ background-color: #4c0204;}
