body {
	background-color: black;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#container {
	margin: 0 auto;
	width: 80%;
	background-color: black;
	}
	
#header {
	text-align: center;
	color: #FFCC00;
	margin-bottom: 2%;
	}
	
#navigation {
	float: left;
	width: 20%;
	color: orange;
	text-align: center;
	margin-top: 3%;
	}
	
#navigation ul li a {
	color: orange;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
	
#navigation ul li a:hover {
	text-decoration: underline;
	}
	
#mainContent {
	color: yellow;
	float: left;
	margin-left: 1%;
	width: 60%;
	text-align: left;
	}
	
#mainContent a {
	color: orange;
	}
	
#mainContent table {
	border: none;
	text-align: center;
	margin-top: 3%;
	}
	
#mainContent table tr td{
	padding:2px;
	}
	
#mainContent .centerRed {
	text-align: center;
	color: red;
	}
	
#footer {
	color: orange;
	margin-top: 3%;
	}
	
.clearfloat {
	font-size: 1px;
	line-height: 0;
	margin: 0;
	height: 0;
	clear: both;
	}
	
.taskForces {
	color: red;
	}
	
#login {
	float: left;
	width:12%;
	color:red;
	margin-top: 15%;
	}