body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	color: #000;
}

#leftcol{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	padding: 5em 3em 3em 3em;
	width: 20em; /*Width of frame div*/
	height: auto; /*prevents scrolling*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align:right;
}

#maincontent{
	position: fixed;
	top: 0;
	padding: 5em 8em 3em 3em;
	left: 23em; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
}

p {
	line-height: 1.75em;
	letter-spacing: 0.08em;
	word-spacing: -0.1em;
}

h3 {
//letter-spacing: 0.09em;word-spacing: -0.1em;
}

.callout
{
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
	font-weight: bold;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 20em; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
/* Stylesheet: ibp_pract1 css Modified On 2013-04-26 17:41:28 */
