body {
		background-color: #fff;
		font-family: "Trebuchet MS", "Times New Roman", Geneva, sans-serif;
	}
	
	#colorbar { 
		display:none;
	}	

	/* Top Styles */
	#header { width: 750px; margin: 0 auto; padding: 0; background-color: #fff; }
	.logo img { float: left; }
	.logo a { border: none;	}
	.services {	font:  0.7em "Trebuchet MS", "Times New Roman", Geneva, sans-serif; color: #999999; text-align: right; }
	.slogan {
		font: italic 20px "Trebuchet MS", "Times New Roman", Geneva, sans-serif;
		color: #0054A6;
		text-align: right;
		margin-top: 15px;
	}
	.empslogan {
		color: #fa0;
	}
	.title {
		color: #333;
		font: italic 18px "Trebuchet MS", "Times New Roman", Geneva, sans-serif;
	}
	
	/* Main Content Styles */
	.main-content {
		font-size: 10pt;
		font-family: "Trebuchet MS", "Times New Roman", Geneva, sans-serif;
		font-weight: normal;
	}

	/* Navigation Styles */
	#navcontainer {
		display: none;
	}
	
	/* Footer Styles */
	#footer {
		font-family:  "Trebuchet MS", "Times New Roman", Geneva, sans-serif;
		text-align: center;
	}
	.footer-nav {
		font-size:  0.7em;
		color: #0054A6;
	}
	.copyright {
		font-size:  0.7em;
		color: #999;
	}

