img {
	display: block;
}

a img {
	border-style: none;
}

html {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#ie5bugs {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url(../images/onepixelhoriz.gif) repeat-y;
}

#leftjamb {
	width: 292px;
	float: left;
	background-color: #3c6796;
}

#lintel {
	width: 508px;
	height: 84px;	
	background-color: #3c6796;
	float: right;
}

#content {
	float: right;
}

#threshold {
	height: 14px;
	clear: both;
	background-color: #003333;
	padding: 2px 0;
}

#threshold p {
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 0px 292px;
	font: bold 9pt Arial, sans-serif;
}

#threshold a {
	color: #ffffff;
	text-decoration: none;
}

#navbar {
	width: 508px;
	height: 22px;
	border-top: 1px solid #899dbd;
	background: url(../images/threebythree.gif) repeat;
}

#navbar a {
	float: left;
	margin: 0px 0px 0px 7px;
}

#navbar a img.on {
	display: none;
}

#navbar a:hover img.on {
	display: block;
}

#navbar a:hover img.off {
	display: none;
}

#credit {
	background-color: #ffffff;
	text-align: center;
	color: #666666;
	font: 10px Arial, sans-serif;
	padding-top: 10px;
}

#credit p {
	margin: 0px;
}

#credit a {
	color: #666666;
}