html, body{
        padding: 0px;
        margin: 0px;
		background-color: #101010;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
}


#fbFooter {
	display:block;
	top:0px;
	width:100%;
	height: 49px;
	background-color: #444;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}
#inFooter {
	height: 18px;
	background-color: #333;
	border-top:solid 1px black;
	/*background-image: url('../img/footerBackground.gif');*/
	background-repeat: repeat-x;
	z-index:10;
}
.coordinates {
	color:#bbb;
	float:right;
	padding-right:15px;
	paddint-top:4px;
}
.fbPaginationMinor {
	color: #888;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}
#RegMenu {
	float: right;
	margin-top: 3px;
	margin-right: 35px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	text-align:center;
	filter: alpha(opacity=60);
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#logo {
	margin-top:4px;
	margin-left:15px;
	float:left;
}
a.altlink:link {
	color: #118;
}

a.altlink:visited {
	color: #118;
}

a.altlink:hover{
	color: #44b;
}

#jsddm{
	margin: 0;
	padding: 0
}

#jsddm li, #MenuList li{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a, #MenuList li a{
	display: block;
	/*background: #20548E;*/
	padding: 5px 38px 5px 28px;
	text-decoration: none;
	border-right: 1px solid #111;
	width: 110px;
	color: #EAFFED;
	white-space: nowrap
}

#jsddm li a:hover{
	/*background: #1A4473*/
}

#MenuList ul{
	display:block;
	margin: 0;
	padding: 0;
	position: absolute;
	border-top: 1px solid #111;
	z-index:15;
}

#MenuList ul li{
	position: relative;
/*	left:15px;*/
	float: none;
	display: inline
}

#MenuList ul li a {
	width: auto;
	background: #3B3B3B
}

#MenuList ul li a:hover{
	background: #161616
}

#jsddm li a#registration {
	position: relative;
	top:3px;
	display:block;
	width:164px;
	height:35px;
	padding: 0;
	text-decoration: none;
	border-right: 0px solid #111;
	background: url(../img/registration.png);
}
#jsddm li a#registration:hover {
	cursor:pointer;
	background-position: 0px -36px;
}
#jsddm li a#registration:active {
	cursor:pointer;
	background-position: 0px -72px;
}
#fbBackButton span, #fbForwardButton span {
	color:#9f9f9f;
	position:relative;
	top:-15px;
}
#fbContainer {
	z-index:-1;
}
#MenuList {
	display:block;
	position:absolute;
	visibility:hidden;
	z-index:100;
	width:111px;
	top:0;
}