BODY.home { 
	background-image: url("images/night_airport.jpg");
	background-attachment: fixed;
	background-position: 0px 200px;
	background-repeat: no-repeat;
	}
	
td.header { 
	background-image: url("images/morningline-logo.gif");
	background-attachment: fixed;
	background-position: 410px 110px;
	background-repeat: no-repeat;
	}
	

p {
	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	}

ul {
	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	list-style-type: square;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	}
	
p.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	line-height: 1.5em;
	}


p a {
	color: #777;
	text-decoration:none;
	}
	
p a:hover {
	color: #999;
	text-decoration:underline;
	}

a {
	color: #777;
	text-decoration:none;
	}
	
a:hover {
	color: #999;
	text-decoration:underline;
	}

td.hotLinks {
	font-family: Georgia, Garamond, 'Times new Roman', serif;
	font-size: 10pt;
	color: #888;
	line-height: 1.25;
	}

.columnHeader {
	font-family: Georgia, Garamond, 'Times new Roman', serif;
	font-size: 10px;
	font-weight: bold;
	color: #333399;
	line-height: 1.75em;
	text-decoration:none;
	text-transform:uppercase
	}

.columnSubHeader {
	font-size: 10px;
	font-weight: bold;
	color: #993333;
	line-height: 1.5em;
	text-decoration:none;
	}

img.logo {
	position: relative;
		left: 122px;
		bottom: 5px;
	}


/* Testing positioning of the bottom links...

table.footer {
	position: absolute;
		left: 0px;
		top: 200px;
	}

*/


/* Inline lists */

#pipe ul {
	font-family: Georgia, Garamond, 'Times new Roman', serif;
	/* font-family: 'Trebuchet MS', 'Lucida Serif', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; */
	font-size: 10pt;
	color: #FFEEAA;

	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 1px 24px;
	border-left: 1px solid #AAA;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#pipe li a {
	color: #FFEEAA;
	text-decoration:none;
	}

html > body #pipe li a {
	width: auto;
	}
	
#pipe li a:hover {
	color: #FFFFFF;
	}