#footer {	
	margin: 0;
	padding: 0;
	text-align:center;
}

	#footer #network{
		width:170px;
		float:center;
		font-family: Arial, sans-serif, Verdana;
		font-size:12px;
		color:#FFFFFF;
	}
	
	#footer #courses{
		width:100%;
		float:center;
		font-family: Arial, sans-serif, Verdana;
		font-size:11px;
		color:#FFFFFF;
	}

		#footer #network .first{
			color:#FFFFFF;
		}
		
		#footer #courses .first{
			color:#FFFFFF;
			padding:0px 0px 0px 0px;
		}
		
		#footer #courses .second{			
			padding:0px 0px 0px 10px;
		}
		
			#footer #courses .first a{
				color:#414141;
			}
			
			#footer #courses .first a:hover{
				color:#990000;
			}
			
			#footer #courses .second a{
				color:#FFFFFF;
			}
			
			#footer #courses .second a:hover{
				color:#B11A1C;
			}
			
		.first{
			height:40px;
			line-height:40px;
		}
		
		.second{
			height:35px;
			line-height:35px;
			color:#FFFFFF;
		}

	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#footer a:hover {
		color: #990000;
		text-decoration: none;
	}
