/* CSS Document 
grey #909090
blue #446689
*/

#errorcatcher {
/* Some browsers ignore the first style */
	background : transparent;
}

.floatleft {
	float: left;
	clear: right;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.footer {
	font-size: 1em;
	text-align: center;
}

.leadenhall {
	font-size: .9em;
	text-align: center;
}

.copyright {
	font-size: .9em;
	font-style: italic;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: white;
/*	width: 595px;
	padding-left: 50%; /*
}

#container {
	width: 595px;
	margin-left: -300px;
}




#headcontainer {
	width: 740px;
	background-color: #909090;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#head {
	width: 540px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#searchheader {
	margin: 17px 0px 0px 0px;
	padding: 0px 0px -15px 0px;
	float: right;
	height: 20px;
	width: 200px;
	text-align: center;
}

#topnavigation {
	margin: -15px 0px 0px 0px;
	padding: 0px;
}

.navigation table {
	background-color: white;
}

.navigation td {
/*	vertical-align: bottom;
	white-space: nowrap;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px; */
	margin: 0px;
	padding: 2px 5px 10px 5px;
}

.navigation a, .navigation a:hover {
	color: #000000;
/*	border-right: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc; */
	border-bottom: 6px solid #446689;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px; 
	text-decoration: none;
}

.navigation a:hover {
	border-bottom: 6px solid #909090;
}

.at a {
	border-bottom: 6px solid yellow;
}

#youarehere {
	border-top: 1px dashed #CCCCCC;
	padding: 5px 5px 5px 10px;
	color: #446689;
	text-transform: uppercase;
}

#leftnav {
	background-color: white;
	height: auto;
	width: 100px;
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-right: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
}

#content {
	width: 604px;
	background-color: white;
	margin: 0px;
	padding: 10px 5px 10px 10px;
	float: right;
	border-top: 1px dashed #CCCCCC;
}

#navfooter {
	width: 740px;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-top: 1px dashed #CCCCCC;
}

.leftcol {
	color:	black;
	text-align: center;
}

.footercol {
	color:	black;
	font-size: 0.75em;
	text-align: center;
}

.pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
}
