/*  
FILE NAME: unit2.css 
DATE MODIFIED:18 January 2007  
DESCRIPTION: This stylesheet styles the look and feel for the CLI Resource Management Framework (RMF) CD-ROM and HTML products. 
It cascades from the default CLI style sheet ips2.css. 
VERSION:  6.2.1
AUTHOR: Ed B */

/* ------------------ Core Layout styles --------------------- */
*{ margin:0;
	padding:0;
	}
body {
	font-family:Verdana, helvetica, Arial, sans-serif;
	font-size:76%;
	margin:0;
	background-image: url(graphics/bg_1.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #CCCCCC;
	background-position: top;
}
#content{
	width:700px;
	margin: 0 auto 0;
	}

/* bottom navigation */
#navlist2 {
	margin:0;
	height:10px;
	padding: 0 0 8px 0;
	text-align: center;
}
	
div#navlist2 ul {
	margin-bottom:0;
	color: #FFFFFF;
}
	
div#navlist2 ul li {
	padding:0;
	vertical-align:middle;
	word-spacing:normal;
	display:inline;
	font-size:80%;

}
	
div#navlist2 ul li a {
	color:#999999;
	text-decoration:none;
	word-spacing:normal;
	padding: 0 8px;
	text-align: center;
}
	
#navlist2 ul li a:focus, #navlist2 ul li a:hover,#navlist2 ul li a:active {
	color: #FFFFFF;
}
