/* ----------------------------------------------------------------- */
/* TITLE: Audit Section Stylesheet		//////////////////////////// */
/* DATE: 10/03/2006						//////////////////////////// */
/* LAST UPDATED: 10/03/2006				//////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .leftcol h1.audit 
{
	background: url('../images/audit/circleAudit.gif') no-repeat left;
}

/* ----------------------------------------------------------------- */
/* Navigation      ///////////////////////////////////////////////// */
/* ----------------------------------------------------------------- */

/* sets 'Audit' button to ON */
#nav li a.audit
{
	background: #EEEEEE url('../images/structure/navBkgOn.gif') repeat-x bottom left;
	color: #052A69
}

/* sets 'Audit' button rollover properties while ON */
#nav li a.audit:hover
{
	background: #CCCCCC url('../images/structure/navBkgOver.gif') repeat-x bottom left;
	color: #FFFFFF
}

/* ----------------------------------------------------------------- */
/* Right Column Controls      ////////////////////////////////////// */
/* ----------------------------------------------------------------- */

#body_tbl .rightcol
{
	background: #FFFFFF url('../images/audit/rightColumnAudit.gif') repeat-x top;
	width: 26%;
	padding-top: 195px;
	background-color: #EBEDEE;
	min-height: 100%;
	height: 100%;
	float: right;
	clear: right;
	/*vertical-align: top;*/
}