/* CSS Document */

/* ========      HEADER    ======== */

#header{
	background:#003366;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	}
		
/* ========      RED BAR    ======== */

#red-bar{
	background: #003366;
	width: 945px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: right;
	}
	/* ========      white BAR    ======== */

#white-bar{
	background: #ffffff;
	width: 650px;
	margin: 5px 0 0 0;
	overflow: auto;
	padding: 0;
	text-align: left;
	
	}
	/* ========      gree BAR    ======== */

#green-bar{
	background: #333300;
	width: 650px;
	margin: 5px 0 0 0;
	overflow: auto;
	padding: 0;
	text-align: left;
	
	}
	/* ========      gree BAR    ======== */

#blank-bar{
    background:inherit;
    border:solid #666666 2px;
	width: 400px;
	margin: 5px 0 0 0;
	overflow: auto;
	padding: 0;
	text-align: left;
		
	}
	/* ========      gree BAR    ======== */

#blank-bar2{
    background:inherit;
    border:solid #666666 2px;
	width: 225px;
	margin: 5px 0 0 0;
	overflow: auto;
	padding: 0;
	text-align: left;
		
	}
	/* ========      TACTICAL3    ======== */

#tactical3-links{
	display: block;
	margin: 0 0 0 0;
	background: #ffffff;
	}
	
#tactical3-links li{
	display: inherit;
	list-style-type: none;
	margin: 0 0 0 0;
	background: #ffffff;
	}

#tactical3-links li a{
	color: #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	}

#tactical3-links li a:hover{ text-decoration: line-through;
	background: #ffffff;}
	/* ========      TACTICAL2    ======== */

#tactical2-links{
	display: block;
	margin: 6px 0 0 0;
	background: #333300;
	}
	
#tactical2-links li{
	display: inline;
	list-style-type: none;
	margin: 0 7px 0 0;
	background: #333300;
	}

#tactical2-links li a{
	color: #ffffff;
	font-family:tohoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background: #333300;
	}

#tactical2-links li a:hover{ 
    text-decoration: line-through;
	font-family:tohoma,Verdana, Arial, Helvetica, sans-serif;
	background: #333300;}

#tactical2-links li a:active{ 
    text-decoration: line-through;
	font-family:tohoma,Verdana, Arial, Helvetica, sans-serif;
	background: #333300;}
	/* ========      TACTICAL    ======== */

#tactical-links{
	display: block;
	margin: 6px 0 0;
	background: #003366;
	}
	
#tactical-links li{
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	background: #003366;
	}

#tactical-links li a{
	color: #fff;
	font-size: 93%;
	font-weight: normal;
	text-decoration: none;
	background: #003366;
	}

#tactical-links li a:hover{ text-decoration: underline;
	background: #003366;}
	
	/* ========      TACTICAL    ======== */

#footer-links{
	display: block;
	margin: 0px 0 0;
	background: #333300;
	}
	
#footer-links li{
	display: inline;
	list-style-type: none;
	margin: 0 0px 0 0;
	background: #333300;
	}

#footer-links li a{
	color: #ffffff;
	font-size: 93%;
	font-weight: normal;
	text-decoration: none;
	background: #333300;
	}

#footer-links li a:hover{ text-decoration: underline;
	background: #333300;}

