body {
	background-color: #e8e8e8;
	margin: 0px;
	font-size: 0.9em;
	color: #000000;
	font-style: normal;
	font-family: Tahoma, Ariel;
	line-height: 1.5em;
}

#wrapper {
	width: 880px;
	height: 100%;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#topbar {
	background-color: #cecdcd;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	float:none;
	position: relative;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	float:left;
	position: relative;
	
}


a:visited, a:link {
	font-weight: normal;
	color: #000000;
}





#topbar img {
	margin-top: 34px;
}



#topnav {
	position:relative;
	font-size: 85%;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	float:left;
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
#topnav li {
	float:left;
	margin:0;
}

#topnav li a:link, #topnav li a:visited {
	display: block;
	background-color: #E1E1E1;
	text-decoration:none;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}

#topnav li a:hover{
	background-color: #FFFFFF;
}

#topnav li a:active {
	background-color: #FFFFFF;
	font-weight: bold;
	outline: none;
}

#topnav li a.current {
	background-color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}

#footer {
	height: 70px;
	float: left;
}
#mainContent  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#addressbox {
	font-size: 78%;
	line-height: 1.7em;
	float: left;
	position: relative;
	width: 300px;
}
a:focus
{
	-moz-outline-style: none;
} 
