/* Define the document layout */
body {
	margin: 0;
	padding:0;
	font-family: "Nimbus Sans L", sans-serif;
	font-size:11pt;
}

#title {
	padding-top:0.5em;
	padding-bottom: 0;
	text-align:center;
	background-color: black;
	background-image: url(images/stars2.jpeg);
}
#title strong.a {
	margin-top: 0;
	margin-bottom:0;
	font-size: 20pt;
	font-weight: bold;
	color:white;
}
#title strong.b {
	margin-top:0;
	margin-bottom:0;
	color: white;
	font-size: 16pt;
	font-weight: bold;
}
#title ul {
	margin: 0 0.4em 0;
	padding: 0 0 0;
	text-align:left;
	list-style: none;
}
#title li {
	margin: 0;
	padding: 0;
	margin-right: 1em;
	display:inline;
}
#title a {
	color:white;
	text-decoration:none;	
}
#title a:visited {
	color:white;
	text-decoration:none;	
}
#title a:hover {
	color:white;
	border-bottom:solid 1px;
}
#title span.white {
	color:white;
	border-bottom:solid 1px;
}


#menu {
	float: left;
	width: 12em;
	margin: 0 0 0;
	padding: 0 0 0;
	background-color: black;
	background-image: url(images/stars_menu.jpeg);
}
#menu ul {
	margin-left: 0;
	margin-right:1em;
	padding-left: 1.5em;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(images/item_menu.jpg);
}
#menu a {
	color:white;
	text-decoration:none;	
}
#menu a:visited {
	color:white;
	text-decoration:none;	
}
#menu a:hover {
	color:white;
	border-bottom:solid 1px;
}
#menu span.white {
	color:white;
	border-bottom:solid 1px;
}
#badges {
	float: left;
	width: 12em;
	clear: left;
}
#main0 {
	padding: 1em;
}

#main {
	margin-left:12em;
        padding: 1em;
}

#submenu {
	float:right;
	margin: 0 0 0;
	padding:0 0 0;
}
#submenu ul {
	margin: 0 0.4em 0;
	padding: 0 0 0;
	text-align:left;
	list-style: none;
}
#submenu li {
	margin: 0;
	margin-right: 0.5em;
	display:inline;
	display:inline-block;
}
#submenu a {
	color:black;
	text-decoration:none;	
}
#submenu a:visited {
	color:black;
	text-decoration:none;	
}
#submenu a:hover {
	color:black;
	border-bottom:solid 1px;
}
#submenu span.black {
	color:black;
	border-bottom:solid 1px;
}
div.rightimage {
	float:right;
}
#footer  {
	clear: both;
	border-top: 1px solid black;
	font-size: small;
}
#footericons {
	float: right;
}
#footericons img {
	border: 0;
}

a {
	color:black;
}
a:visited {
	color:black;
}
a:hover { 
	text-decoration: none; 
	color:black;
}
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; }

