@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #e6e7e8;
	behavior: url("scripts/csshover3.htc"); 
}

img {
	border: 0;
}

div#topcontainer {
	height: 70px;	
	background-color: #000000;
	font-family: Tahoma, sans-serif;
}

div#leftlogo {
	float: left;
	width: 28%;
	padding-left: 2%;
	padding-top: 10px; 
}

div#header {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 45px;
	color: #e6e7e8;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
}

div#rightlogo{
	float: left;
	width: 28%;
	padding-right: 2%; 
	text-align: right;
	font-size: 11px;
}

div#sflink {
	padding: 5px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}
