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


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

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

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


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

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

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

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

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

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


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




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

body{ background-color: #666;}

center img{ margin: 5px;}

#nav div.info img{ display: block; clear: both; margin: 10px auto;}
