html {
	overflow: hidden;
}

body {
	background-color: #F7FBFE;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

ul {
	padding: 0;
	margin: 0;
}

* {
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-align: left;
}

#page {
	display: table;
	margin: 60px auto;
	position: relative;
	width: 634px;
}

#menu {
	height: 31px;
	padding-right: 0px;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu li {
	float: right;
	display: block;
	margin-right: 16px;
}

#menu a {
	display: block;
	background-image: url('images/menu-non-selected.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	line-height: 31px;
	text-align: left;
	color: #555555;
}

#menu a:hover,#menu a:active {
	background-image: url('images/menu-hover.jpg');
	color: #000000;
}

#menu-selected {
	display: block;
	height: 31px;
	background-image: url('images/menu-selected.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	line-height: 31px;
	text-align: left;
}

.background {
	height: 217px;
	overflow: hidden;
	padding: 7px;
	background-image: url(images/bfs-background2.jpg);
	border: solid;
	border-width: 2px;
	border-color: #474747;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #C2E4F8;
}

.content {
	left: 128px;
	position: relative;
	top: 31px;
}

.copyright {
	color: #6B6054;
	margin: 5px;
	text-align: left;
}

.title {
	color: #333333;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
}

.subtitle {
	color: #555555;
	font-family: monospace;
	font-size: 13px;
	margin-left: 5px;
}

.activity {
	left: 38px;
	position: relative;
	top: 48px;
}

.activity td,.activity a {
	color: #555555;
	font-family: monospace;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.slogan {
	color: #555555;
	display: block;
	float: right;
	font-size: 11px;
	font-style: italic;
	left: 316px;
	position: absolute;
	top: 148px;
}

.contact {
	position: relative;
	left: 5px;
}

.contact td,.contact a {
	color: #555555;
	font-family: monospace;
	font-size: 11px;
	font-weight: bold;
}

.tech {
	position: relative;
	top: 10px;
}

.tech th {
	border: medium none;
	color: #555555;
	font-family: monospace;
	font-size: 13px;
	font-weight: bold;
}

.tech td {
	border-color: #F0FFFF;
	white-space: nowrap;
	border-width: 1px;
	border-style: inset;
}

.tech ul {
	margin: 3px 0 6px 10px;
	padding: 6px 0 0 32px;
}

.tech li {
	list-style-type: none;
	color: #555555;
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	left: 21px;
	margin: -3px 16px 1px -28px;
}

