/* sidebar.css
 *
 * Displays the ~160 pixel sidebar on the page
 *
 */
 
#ccsa-content {
	position: relative;
	margin: auto;
	width: 800px;
	border: 1px solid #999;
}

	/* This style is only for IE5 browsers */

#ccsa-content {
	background: #fff;
	background: url(/images/background.gif) repeat-y #fff;
}

/* IE5 hack \*/
#ccsa-content {
	background: #fff;
	background: url(/images/background.gif) repeat-y #fff;
}
/* end hack */

	/* main - This is the main box for all pages other than the home page */

#ccsa-main {
	padding: 10px;
	margin: 0 0 0 165px;	
}

ul#ccsa-licensesteps li {
	text-align: center;
	padding: 5px;
	border: 1px solid #f1f1de;
	color: #fff;
	background: #ccc;
	margin: 10px;
}

ul#ccsa-licensesteps li a {
	color: #fff;
}

ul#ccsa-licensesteps li#current {
	background: #fff;
	color: #000;
}

ul#ccsa-licensesteps li#current a {
	color: #000;
}