@charset "utf-8";
/* CSS Document */

body {
	background-color:#d4ddf6;
	margin: 0;
}
#myBody {
	background-color:#d4ddf6;
	margin:1em 15% 1em 15%;
	height:1%;
}
#navBar {
	float:left;
	width:8em;
	margin:0 -9em 0 0;
}
ol {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
p {
	margin: 0 0 1em 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#0b1349;
}
ol li {
	list-style:none;
	border-bottom:1px solid #0b1349;
	border-right:4px solid #0b1349;
	padding: 0.5em;
}
ol li#last {
	border-bottom-color:#d4ddf6;
	color:#FF0000;
}
ol li.current {
	border-right-color:#d4ddf6;
}
ol li.current a {
	font-size:larger;
}
ol li a {
	text-decoration:none;
	font-weight:bold;
	color:#0b1349;
}
p#footer {
	clear:both;
	display:block;
	color:#AAAAAA;
	padding:2px;
	border-top:2px solid #0b1349;
	font-size:smaller;
}
.content {
	margin:0 1em 0 9em;
	
	float:left;
	height:1%;
}
.content img.l {
	float:left;
	margin:1em 1em 1em 0;
}
.content img.r {
	float:right;
	margin:1em 0 1em 1em;
}
.content ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#0b1349;
}
img
{  border-style: none;
}
