/* Define the document layout */

body {
	font-family: "Nimbus Sans L", sans-serif;
}

#menu {
	float: left;
	width: 12em;
	margin-right: 2em;
	margin-bottom: 2em;
	background-color: orange;
}
#menu li.current {
	list-style-type: circle;
}
#badges {
	float: left;
	width: 12em;
	clear: left;
}

#main {
	margin-left: 1em;
}
div.rightimage {
	float:right;
}

#footer  {
	clear: both;
	border-top: 1px solid #369;
	font-size: small;
}
#footericons {
	float: right;
}
#footericons img {
	border: 0;
}


/* Generic text features */
#title {
    margin-left:14em; 
    background-color:light blue;
}
#title h1 {
	text-align: center;
}
#title h2 {
	text-align: center;
	color: red;
}

p.justify {
	text-align: justify;
}
span.imath {
	font-style: italic;
}
a.pdf:after {
	content: url("images/15x18-fileicon-pdf.png");
}

img.emplicon {  margin: 10px;
		width: 128px;
		height: 178px; }
