html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #9BA9D2;
	color: black;
	font-family: sans-serif;
	font-size: 11pt;
	position: relative;
	left: 0;
	top: 0;
	z-index: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 3px;
	background-color: #C0C0C0;
	border: 0;
}

.titlebar {
	position: relative;
	width: 464px;
	height: 32px;
	margin: 0 auto;
	background-image: url("/_site_images/titlebar_bg.png");
	background-repeat: repeat-x;
	text-align: center;
	z-index: 2;
}
.binflash {
	width: 100%;
	height: 32px;
}
.satdish {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

td.menu {
	background: #800000;
	text-align: left;
	vertical-align: top;
	font-size: 80%;
	font-weight: bold;
	color: #F0E0FF;
}
td.menu ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
}
td.menu ul li {
	padding: 5px 0;
}
td.menu a {
	color: #F0E0FF;
}
td.menu a:hover {
	color: white;
}

.max {
	margin: 0 auto;
	max-width: 870px;
	width:expression(document.body.clientWidth > 870 ? "870px" : "auto");
}

.min {
	width: 500px;
}

table, table tr th td {
	padding: 0px;
	margin: 0px;
}

div.maincontent {
	padding: 0 0 0 15px;
	background: url("/_site_images/bincor.png") top right no-repeat;
}
div.news {
	position: relative;
	left: 16px;
	margin: 0 0 5px -31px;
	padding: 0 16px 0 0;
	background-color: #e0e0e0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #c0c0c0;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
table.news, table.news tr {
	border-bottom: 1px solid #c0c0c0;
	border-color: #c0c0c0;
	border-collapse: collapse;
}
table.news td {
	font-size: 80%;
	margin: 0;
	padding: 5px 0 3px 0;
}
table.news td.title {
	font-size: 80%;
	margin: 0;
	padding: 5px 5px 3px 0;
}

div.pagetitle {
	margin: 0 auto 2em 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

a.hl, a.hl:visited {
	text-decoration: underline;
	color: #ffffa0;
}



li#xcmenu {
	padding-left: 1.5em;
}

ul#productsmenu {
	margin-left: 0;
}

li.xc {
	list-style: none;
}
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -2em;
	float: left;
	width: 2em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	color: white;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
