body {
	background-color: #000000;
	text-align: center; /* to get IE5/WIN to center the div */
	min-width: 750px;	/* for mozilla */
	font-size: 12px;
	font-family: arial, helvetica, "san-serif";
	color: #999999;
}
	
p {
	font-size: 12px;
	font-family: arial, helvetica, "san-serif";
}

#container {
	margin: 20px auto 0 auto; /* to center div in middle of page with 20px margin at top */
	width: 750px;
	text-align: left; /* to override body's "text-align: center" */
}

#header {
	position: relative;
	float: left;
	height: 60px;
	width: 454px;
	text-indent: -5000px; /* using Phark Method to hide text */
	background:   url(images/rsp-small.gif) no-repeat bottom left;
	margin: 0;
}

#upperlinkslist {						/*ul*/
	position: relative;
	top: 48px;
	bottom: 0;
	margin-left: 0;
	list-style: none; 	/*turn off bullets*/
	display: inline;
	/*font-family: geneva;*/
}

#upperlinkslist li {
	position: relative;
	padding: 0px 7px 0 7px;
	height: 13px;
	list-style: none;		
	display: inline; 	/*make list horizontal*/
	/*background-color: #333333;*/
}

#upperlinkslist li a {
	font-size: 11px;
	font-family: arial, helvetica, "san-serif";
	color: #9FBBD1;
	letter-spacing: 2px;
	text-decoration: none;
}

#upperlinkslist li a:hover {
	letter-spacing: 2px;
	text-decoration: underline;
}

#topline {
	clear: left;
	margin: 0;
	height: 10px;
	width: 750px;
	background:  url(images/top-line.gif) no-repeat left center;
}

#linkslist {						/*ul*/
	position: relative;
	float: left;
	margin: 0 0 0 24px;
	padding: 0;
	height: 14px;	
	list-style: none; 	/*turn off bullets*/
	display: inline;
}

#linkslist li {
	/*margin-left: 12px;
	margin-right: 12px;
	margin-top: 0;
	margin-bottom: 0;*/
	margin: 0;
	padding: 0;
	list-style: none;		
	display: inline; 	/*make list horizontal*/
}

/*end top of page.*/
