body { background-color: #404040; }
p {  font-family: "Times New Roman", Times, serif; font-size: 14px; }
h1 { color: #660000; font-weight: bold; font-size: 1.3em; }

/* Navigation */
#nav {
	display: inline;
	text-align: left;
	background: #FFF;
	width: 100%;
}

#footer { text-align: center; color: #FFF; font-size: 12px; }

.df {  font-family: "Times New Roman", Times, serif; font-size: 14px}
.special { text-align: center; color: #660000; }
.leftImage { float: left; padding: 0 5px 0 0; }

/* Links */
a:link {color: #000; text-decoration: underline; }
a:visited {color: #000; text-decoration: underline; }
a:active {color: #000; text-decoration: underline; }
a:hover {color: #000; text-decoration: none; }

#nav a:link { color: #000; text-decoration: none; }
#nav a:visited { color: #000; text-decoration: none; }
#nav a:active { color: #000; text-decoration: none; }
#nav a:hover { color: #999; text-decoration: underline; }

#footer a:link {color: #FFF; text-decoration: underline}
#footer a:visited {color: #FFF; text-decoration: underline}
#footer a:active {color: #FFF; text-decoration: underline}
#footer a:hover {color: #FFF; text-decoration: none}

a.checkavailability
{
	background-color:#4A5173;
	color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666666;
	border-bottom-color:#333333;
	border-left-color:#858585;
	text-decoration:none;
	display:block;	
	padding:0 5px 0 5px;
	width: 140px;
	text-align: center;
}

a:link.checkavailability, a:visited.checkavailability, a:hover.checkavailability, a:active.checkavailability
{
	color:#FFFFFF;
	text-decoration:none;
}
