



.twoColFixRt #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/r_bg.gif) no-repeat top;
	padding: 15px 10px;
	height: 800px;
}

.twoColFixRt #mainContent { 
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20 20 80; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	margin: 2 0 20 20;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	margin: 0 0 14 20;
	border: 4px solid #efefef;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 2 20 20 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#BreadCrumbs {
	margin: 0 10 4 0;
	padding-top:15px;
	font-size: 10px;
	
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #c1c1c1;
	
}

#calendar {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
}


#PgTtl {
	margin: 6 10 6 0;
	padding-top:5px;
	
	
}


#actifirmSubNav01 {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: 330033;
	padding: 20 8 6 8;
}

#actifirmSubNav02 {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: ffffff;
	text-decoration: none;
	padding: 2 8 4 8;
}


.actifirmSubNav03 {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 2 8 4 8;
}

.actifirmSubNav03:visited {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 2 8 4 8;
}

.actifirmSubNav03:active {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
		text-decoration: underline;
	padding: 2 8 4 8;
}

.actifirmSubNav03:hover {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	padding: 2 8 4 8;
}

#actifirmPageTitle {
	width: 602px;
	height: 59px;
	background: url(images/t_08.gif) no-repeat top;
}

#actifirmPageTitle1 {
	padding: 15 20 0 23;
}

#actifirmPageTitle2 {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 26px;
	color: ffffff;
	font-weight: normal;
}

#actifirmMain {
	width: 552px;

}


#actifirmMain2 {
	padding: 10 27 10 23;

}

#actifirmPressPages {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
}


#actifirmPressTitle {
	font-family: helvetica,"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: 660066;
	font-weight: bold;
}