
#content p {
	text-align: justify;
}

#content table#guide tr td.title {
	width: 15%;
	vertical-align: top;
}

/* The whole navigation column. */
#navbar {
	width: 198px; /* -2px from 200 for border */
	color: #FFCC00;
	background-color: #000066;
	border: 1px solid #FFCC00;
	text-align: center;
	padding-bottom: 0px;
}
/* One special item at the top of the navbar */
#navbar #fleur {
	width: 150px;
	height: 107px;
	border: none;
	margin: none;
}
/* Individual cells in the coloumn */
#navbar .navcell {
		width: 196px; /* -2px from #navbar for border */
		color: #FFCC00;
		background-color: #000066;
		border: 1px solid #FFCC00;
		border-bottom: 0px;
}
/* Objects inside the navbar need to have yellow borders, blue backgrounds */
input.nav,combo.nav,select.nav,option.nav {
	border: 1px solid #FFCC00;
	color : #FFCC00;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navcell a {
	text-decoration:none;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navcell a:visited {
	color:#FFCC00;
}
.navcell a:hover {color:#FFCC00; cursor: hand;}
.navcell a:active { color:#FFCC00; }
.navcell a:link { color:#FFCC00; cursor:hand; }


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
