/*css styles to be displayed when looking at the document on the screen*/
@media screen {
div#content_inset div#cell01 p {
	margin:10px;
}
	
	div#cell01 { width: 100%; }
	div#cell01 strong { color: #330066; }
	
	div#cell01 div.inset
	{
		padding: 20px;
		font-size: 12px;
		line-height: 20px;
	}
td#blue_right_bar {
	background:#036;
	border-right: 1px #FFFFFF solid;
}
td#sidebar {
	background-color: #26004D;
}
div#sidenav li a:focus,
div#sidenav li a:hover,
div#sidenav li a:active,
div#sidenav li a.nav_selected {
	background-color: #010027;
}
div#sidenav h1 {
	font-size: 14px;
	margin: 10px;
	margin-top: 20px;
	color: #9B7BB8;
}

}

/*css styles to be displayed when printing the document*/
@media print {

}
