﻿#itbContent
{ 
    font: 12px Arial, Verdana, , Helvetica, sans-serif;
	width: 99%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	color : #454c54;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.itbHeading
{
    font-family: Arial;
    font-size: 16px;
    color: #2a6ba5;
    font-weight:bold;
}

.itbSubHeading
{
    font-family: Arial;
    font-size: 12px;
    color: #2a6ba5;
    font-weight:bold;
}

#itbSidebar1
{
	float: left; 
	width: 48%; /* since this element is floated, a width must be given */
	margin: 0 20px 0 0;
}

#itbSidebar2
{ 
    margin: 0;
} 


hr
{
    border: 1px solid #cccccc;
}
