/**
 * @license
 * MyFonts Webfont Build ID 2986852, 2015-03-08T19:53:19-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Oxford by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/oxford/oxford/
 * Copyright: Copyright &#x00A9; 1992 by Agfa Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2986852
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d9364");
 	
@font-face {font-family: 'Oxford';src: url('webfonts/2D9364_0_0.eot');src: url('webfonts/2D9364_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D9364_0_0.woff2') format('woff2'),url('webfonts/2D9364_0_0.woff') format('woff'),url('webfonts/2D9364_0_0.ttf') format('truetype');}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head><title>two column css for narrow images</title>
<!-- This style sheet used to create nav-tile version of original image-based diamond shaped index files (homepages) -->
<style type="text/css">


body {
background: #fff
width: 690px;

}




.nav2-tile
{

color: #FFFF00;
background-color: #0b0bf5;
width: 72px;
height: 72px;
text-align: center;
padding-top: 1px;
font-family: Oxford, ‘Metrophobic’, Helvetica, serif; font-weight: 300; 
font-size: 110%;
line-height: 1.0;
margin: 0px;
}

.nav3-tile
{

color: #0b0bf5;
background-color: #ffffff;
width: 160px;
height: 72px;
text-align: center;
font-family: Oxford, ‘Metrophobic’, Helvetica, serif; font-weight: 400; 
font-size: 180%;
margin: 1px;
}

.navtop-tile
{

color: #FFFF00;
background-color: #0b0bf5;
width: 720px;
height: 42px;
text-align: center;
font-family: Oxford, ‘Metrophobic’, Helvetica, serif; font-weight: 600; 
font-size: 150%;
margin: 3px;
}


/* link overrides */
.nav-tile a {
text-decoration: none;
color: #000;
}

.nav-tile a:visited {
text-decoration: none;
color: #000;
}

.nav-tile a:hover {
text-decoration: underline;
color: #000;
}


a {

text-decoration: none;
#000;
}

 a:link, a:visited { 
	color: #000;
	text-decoration: none;
	}


a:hover {
text-decoration: underline;
color: #000;
}	
