


/* get rid of the body bg, change the font and size to be print friendly*/
body {
	background: none;   
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/*let the wrapper take the available room*/
#wrapper {
margin:0pt auto;
position:relative;
text-align:left;
width:766px;
}



/*then center the content within the wrapper*/
.sidenav {
font-size:90%;
float:left;
}
#content {
margin-left:230px;
padding:7px 0pt 10px;
width:510px;
}



#content h2 {
	color: #0D1448;
	font-size: 14pt;
}





