/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	td#mission_statement_panel
	{
		border-right: 1px solid #FFF;
		width: 150px;
	}
}

/*css styles to be displayed when printing the document*/

@media print
{
	
}

