body 
{
	background: url("../images/pattern.gif");
	margin: 0;
}

#contentHolder
{
	background: #ffffff url("../images/franchiseeBorder.gif") left repeat-y;
	font-family: Verdana; 
	font-size: 12px;
	width: 694px;
	margin: 0 auto;
	height: 100%;
	padding-left: 3px;
}

#rightBorder
{
	background: url("../images/franchiseeBorder.gif") right repeat-y;
	padding-right: 3px;
}

#textHolder
{
	padding: 5px;
}

#header
{
	background: url("../images/CBheaderbg.jpg") left repeat-x;
	height: 114px;
}

#c21header
{
	background: url("../images/C21headerbg.jpg") left repeat-x;
	height: 114px;
}

#ERAheader
{
	background: url("../images/ERAheaderbg.jpg") left repeat-x;
	height: 114px;
}

.blockIMG
{
	display: block;
}

#navBar
{
	background: url("../images/navbg.gif") left repeat-x;
	height: 28px;
}

.flRight
{
	float: right;
}

.flLeft
{
	display: block;
	float: left;
}

.navTab
{
	background: url("../images/tabbg.gif") left repeat-x;
	height: 28px;
}

.navLink
{
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
	vertical-align: middle;
}

.navLink:link
{
	text-decoration: none;
}

.navLink:hover
{
	text-decoration: underline;
}

span
{
	behavior: url('IEfix.htc');
}


