	 
	/* ####################
	WE NEED THIS html STYLE TO ADD A SCROLLBAR TO FIREFOX SO AS TO GET RID OF THE 20 PIXEL SHIFT THAT THEY SO LOVINGLY ADD TO LONG PAGES
	############################## */
	html {
		overflow: -moz-scrollbars-vertical;
	}

	body {
		color: #58595b;
		font-family: Helvitica Neue, Arial;
	}
	
	#main_nav {
		border-bottom: 1px solid #0068a9;
	}
	
	#logo {
		color: white;
		background-color: #0068a9;
		padding: 2px;
		text-align: center;
		font-size: 1.2em;
	}
	
	#nav_links {
		list-style: none;
		margin: 0px;
		padding-left: 0px;
	}

	#nav_links li {
		background-color: #EEE;
		margin-top: 2px;
		color: #0068a9;
		font-weight: bold;
		padding-left: 10px;
	}
	
	#nav_links a:link, #nav_links a:visited {
		text-decoration: none;
		color: #0068a9;
	}
	
	#breadcrumb {
		padding-top: 2px;
		padding-bottom: 5px;
		color: #0068a9;
		padding-left: 2px;
		font-weight: bold;
	}
	
	#breadcrumb a:link, #breadcrumb a:visited {
		text-decoration: none;
		color: #0068a9;
	}
	
	#main_content {
		padding-left: 2px;
	}
	
	h1 {
		color: #0068a9;
		font-weight: bold;
	}
	
	h2 {
		color: #ff9900;
		font-weight: none;
		font-style: italic;
	}

	h3 {
		color: #ff9900;
		font-weight: none;
		font-style: italic;
	}
	
	#footer {
		color: #0068a9;
		background-color: #EEE;
		font-weight: bold;
		border-top: 1px solid #0068a9;
		padding-left: 10px;
		text-align:center;
	}

	#footer-divider{
		margin-right:10px;
		margin-left:10px;
	}
	
	#footer a:link, #footer a:visited {
		text-decoration: none;
		color: #0068a9;
	}
		