body {
	margin:0px;
	padding: 24px 0px;
	background-color:black;
}
#popupheader {
	position:fixed; /* IE unsupported */
	top:0px;
	left:0px;
	width:100%;
	height:24px;
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	text-align:center;
}
#contentwrapper { /* IE: for keeping the scrollbar on the right while centering the content */
	text-align:center; /* IE centering */
	padding: 15px; /* put this here so you don't have to do box-model hack on #popupcontent with all its custom width settings */
}
#popupcontent {
	text-align:left; /* [N/A: IE undo centering] */
	margin:0px auto;
/*	min-width:350px; /* optionally overridden in the popup's code */
/*	max-width:550px; /* optionally overridden in the popup's code */
/*	background-color:#9933CC; 
*/}
#popupcontent img {display:block;margin:0px auto;text-align:center;}
.popupfooter {
	position:fixed; /* IE unsupported */
	bottom:0px;
	left:0px;
	width:100%;
	height:24px;
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
}
.popupfooter #footernav {font-size:12px; margin-top:3px; color:#444;}
.popupfooter #footernav a {text-decoration:none; color:#990000;}

#backbutton {
	display:none;
}
#closebutton {
	display:inline;
}

p {
	word-spacing:1px;
	font: 0.85em/1.4 Georgia, "Times New Roman", Times, serif;
	color:#CCCC99;
	margin:1em 0 0;

}
.popuptitle {
	margin:0;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
}
.glossaryheading {
	margin-top:34px;
	margin-bottom:0px;
	font-weight:bold;
}
.lettersnav {
	margin-top:39px;
	margin-bottom:0px;
	white-space:nowrap;
	text-align:justify;
}
.lettersnav a {text-decoration:none;}

.activeletter {
	font-weight:bold;
	font-size:2em;
	color:#990000;
}

.toplink {text-align:right;}

.floatleft {
	float:left;
	margin-right:15px;
}
.floatright {
	float:right;
}

