@charset "UTF-8";
/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#header, #mainnav, #right_col, .noprint { 
  display : none; 
}
#wrapper, #content, #left_body, #mainnav, #right_col{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	
}
