html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	behavior: url(/css/csshover3.htc); 	/* Fix stupid IE problems */
	margin: 0;
	padding: 0;
	background-color: #000000;
	min-width: 600px;
}

a:link {
	color: #8888ff;
}
a:visited {
	color: #8888ff;
}
a:active {
	color: #8888ff;
}
a:hover {
	color: #66c6f3;
}

.container {
	width: 500px;
	margin: 30px;
	margin: 30px auto 0 auto;
}

.separator {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	height: 5px;
	background-color: #9999bb;
}

.roundCorner {
	clear: both;
	margin: 0px auto 0 auto;
}

.logo {
	text-align: center;
	width: 100%;
}

/* menubar is the container - menu tabs are "topic" */
.menubar {
	clear: both;
	text-align: center;
	width: 100%;
	height: 30px;
}

.menu {
	/* position: absolute; */
	margin-top: 10px;
	/*font-variant: small-caps;*/
	display: inline-block;
}
.menu ul .topic { margin-bottom: 3px; }
.menu ul .item { display: none; }
.menu ul:hover .item {
	display: block;
	text-align: left;
	width: 160px;
	color: #46b6f3;
	background-color: #29292b;
	padding: 4px 15px 4px 15px;
	margin: 0px;
}

/* .menu ul:hover .item a { color: blue; text-decoration: none; } */
/* .menu ul:hover .item a:hover { color: purple; } */
.menu ul:hover .item a:hover { background: #555555; }
.menu ul:hover .topic a:hover { background: #555555; }
.menuSelected { background: #555555; }

.menu ul {
	width: 80px;
	float: left;
	margin: 0px;
	padding:0px;
	list-style:none;

	color: #46b6f3;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Layout */
.inner {
	margin: 0px;
	padding: 0px;
	background-color: #29292b;
	min-height: 500px;
}

.content {
	float: left;	/* We need this for the menu hover to work */
	background-color: #29292b;
	width: 480px;
	margin: 0;
	padding: 15px 10px 5px;
	overflow: auto;
	font-size: 14px;
}

.content h1 {
	color: #c3c3c3;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.content h2 {
	color: #c3c3c3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

/* rounded corners without images */
b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
		    overflow: hidden; background: #29292b}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px} 
