table.nav-bar {
	width: 100%;
	background-color: #A3BFF5;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	padding-left: 1em;
	padding-right: 1em;
}

td.nav-bar-left {
	width: 50%;
	text-align: left;
}

td.nav-bar-right {
	width: 50%;
	text-align: right;
	color: red;
}

table.nav-bar * .separator {
	color: black;
	font-weight: bold;
	padding-right: 0.4ex;
}

table.nav-bar a {
	color: black;
}

table.logos {
	width: 100%;
}

table.logos * td {
	vertical-align: top;
}

a:link, a:visited, a:active {
	color: blue;
} 

a:hover {
	background: #99CCFF;
}

div.left_logo {
	float: left;
}

img#unofficial_logo {
	height: 10em;
	padding-left: 5em;
}

table.guide {
	width: 100%;
}

div.box {
	padding: 5px;
	margin: 5px;
	border: 1px solid #999999;
	background-color: #F8F8FF;
}

div.box * hr {
	border: 0px;
	border-top: 1px solid #999999;
}

div.box div.header {
	text-align: center;
	letter-spacing: 0.1em;
	right-margin: auto;
	font-weight: bold;
	padding: 2px;
	text-transform:uppercase;
	background-color: #ccddff;
}

td.frame {
	width: 25%;
	vertical-align: top;
}

div.content {
	margin-top: 0.5em;
}

div.content ul {
	color: blue;
	list-style-position: inside;
	margin: 0px;
	padding-left: 0.5em;	
	text-decoration: none;
}

div.content a {
	color: blue;	
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.content div.indent {
	margin-left: 1em;
}

