body { 	margin-top: 0px; 
	margin-bottom: 0px;
	border: 0px; 
	padding: 0px;
	background-color: black; }


/* For Debugging Purposes */
div { border: 0px solid red; } 


/* Style for the top logo banner */
#topbackgrounddiv { width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative; }


/* Style for the top navigation bar links */
#topnavlinksdiv { width: 800px;
	position: absolute;
	top: 76px;
	left: 20px;
	text-align: left;
	font-family: Arial, 'Times New Roman';
	font-size: 11pt;
	margin-left: auto;
	margin-right: auto; }
#topnavlinksdiv a {text-decoration: none;
	color: white; 
	font-family: Arial, 'Times New Roman';
	font-size: 11pt; }
#topnavlinksdiv a:hover { color: rgb(204,204,204); }
#activelink { color: rgb(204,204,204); }


/* Style for top navigation bar search form */
#topnavformdiv { width: 800px;
	position: absolute;
	top: 106px;
	left: 20px;
	z-index: 2;
	text-align: left;
	font-size: 11pt;
	margin-left: auto;
	margin-right: auto; }
#topnavform { display: inline }


/* Styles for the top search bar */
#searchsel { position: relative;
	top: 0px;
	left: 0px }
#searchtxt { position: relative;
	top: 0px;
	left: 0px }
#searchbtn { position: relative;
	top: 0px;
	left: 0px }


