html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background: url('../images/blueback.gif') repeat-x;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 150%;
	}

h1 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 16px;
	}
	
li {
	margin-left: 30px;
	font-size: 12px;
	color: #333333;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
.navLinks {
	padding: 10px 20px 0px 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 14px;
	color: #999;
	text-align:center;
	}
	
.navLinks a	{ color: #2E4A68; font-weight: bold; text-decoration: none; margin:auto 15px;}
.navLinks a:active   { color: #999; }
.navLinks a:hover	{ color: #000; }
	
#logo {
	float: left;
	margin: 0px;
	}

#phone {
	float: right;
	margin: 30px 30px 0px 0px;
	font-family: Verdana, Arial, sans serif;
	font-size: 20px;
	color: #FFFFFF;
	}

#nav-links {
	position: absolute;
	margin-top: 5px;
	padding: 5px 10px 0px 0px;
	right: 0px;
	}
#byline .navLinks {
	font-size: 11px;
	color: #999999;
}
#mainContent {
	width: 500px;
	margin: 20px 0px 0px 25px;
	padding: 20px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 150%;
	}

#lofts {
	width: 700px;
	background-color: #CCCCCC;
	}
	
table td {
	margin-left: 20px;
	padding: 10px 0px 20px 20px;
	}

.indent {
	margin: 30px 0px 0px 50px;
	}
	
#odd {
	background-color: #BBB4B4;
	}
	
#byline {
	width: 100%;
	margin: 50px 0px 50px 0px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 150%;
}
#byline a {
	color: #2E4A68;
	font-weight: bolder;
	text-decoration: none;
}
#byline a:hover {
	color: #000;
}
#byline a:active {
	color: #999;
}
#byline .navLinks {
	text-align:center;
}
	
#backtotop {
	font-size: 11px;
	color: #2E4A68;
	text-align: center;
	}
	
a.backtotop:link	{ color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.backtotop:visited  { color: #2E4A68; font-weight: bolder; text-decoration: none; }
	A.backtotop:active   { color: #999999;  }
	A.backtotop:hover	{ color: #000000; text-decoration: none; }

