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


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

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

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


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

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

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

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

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


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

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

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


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

h3{
	display: block;
	margin-bottom: 25px;
}


/* ------------------------------------------------------- Specific Areas --------------------------------------------------- */
.end_notes{
	text-align: center;
	padding: 5px;
	border-top: 1px solid #999;
}

.about_note{
	width: 282px;
	margin: 25px auto;
}

.about_note em{
	display: block;
	float: none;
	text-align: center;
}

.about_note img{
	margin: 0 auto 5px auto;
	float: none;
}

.content .info #countries{
	padding-top: 5px;
	border-top: 1px solid #999;
	margin: 5px auto 0 auto;
}

.content .info #countries td{
	width: 150px;
	text-align: center;
	font-weight: bold;
}

