.thrColFixHdr #container #mainContent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	height: 500px;
	overflow: auto;
	color: #333;
	line-height: 1.6;
	margin: 0px;
}
.thrColFixHdr #container {
	width: 78%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
	min-width: 935px;
	min-height: 563px;
	background-color: #FFF;
	background-image: url(../images/topref2.png);
	background-repeat: no-repeat;
	background-position: right 137px;
	z-index: 1;
}	
.thrColFixHdr #container #sidebar1 #Accordion .AccordionPanelContent.AccordionPanelOpen .style61 .style52 p {
	color: #FFF;
	padding: 7px;
}
 
	.AccordionPanelContent {
	overflow: visible;
	margin: 0px;
	height: auto;
	padding: 7px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 183px;
	padding-top: 0;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: justify;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px;
	height: 100%;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660066;
	overflow: visible;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: justify;
	height: 95%;
}

.thrColFixHdr #sidebar2b {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: justify;
	height: 95%;
	background-color: #FFEAFF;
}


.thrColFixHdr #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-align: left;
	height: 457px;
	line-height: 1.2;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	white-space: nowrap;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.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;
}
.footttt {
	height: 21px;
	width: 78%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../shads/bot.png);
	min-width: 935px;
}
.headbkg {
	background-image: url(../allbkgs/images/ftpghead_02.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 33px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../allbkgs/bkgfront.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
.greymaintxt {
	color: #2B2B2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}
.style50 {
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
.style52 {
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
.style54 {font-size: 10px}
.style55 {
	font-size: 20px;
	font-weight: bold;
	color: #660099;
}
.footx {
	background-color: #999999;
	height: 44px;
	width: 78%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	float: none;
	overflow: visible;
	line-height: 33px;
	min-width: 780px;
	background-image: url(../allbkgs/images/footerbkg1.jpg);
}
.style61 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 7px;
}
.style56 {
	font-size: xx-small;
	min-width: 935px;
}
a:link {
	text-decoration: none;
}
.style58 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	padding-left: 7px;
	overflow: visible;
}
.style30 {font-size: 9px}
.style60 {font-size: 11px}
a:visited {
	color: #333;
}
a:hover {
	color: ##333;
}
a:active {
	position: static;
	z-index: 1;
	top: 33px;
	left: 156px;
	width: 275px;
	height: auto;
	display: block;
	overflow: visible;
	visibility: visible;
	float: none;
	color: #333;
}
#layer2 {
	position: static;
	z-index: 2;
	top: 12px;
	left: 123px;
	width: 275px;
	height: 335px;
	visibility: hidden;
	display: block;
	overflow: hidden;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cde2e6;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9900CC;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#apDiv1 {
	position:absolute;
	width:851px;
	height:2347px;
	z-index:1;
	left: 196px;
	top: 188px;
	visibility: visible;
	background-image: url(../images/glossyback2.gif);
}
#apDiv2 {
	position:absolute;
	width:601px;
	height:432px;
	z-index:2;
	left: 214px;
	top: 179px;
	visibility: visible;
	overflow: hidden;
	padding-bottom: 33px;
}
#apDiv3 {
	position:absolute;
	left:285px;
	top:-1px;
	width:170px;
	height:145px;
	z-index:1;
	overflow: visible;
	visibility: visible;
	min-width: 780px;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #909;
	font-weight: bold;
	line-height: 1.5;
}
.AccordionPanelTabftpg {
	background-image: url(../allbkgs/glossyback2p.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-indent: 8px;
}
.linx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
}
.linx2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCC;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2a div p .style54.style56.style56.style56.style56.style65.style56 strong em {
	font-size: x-small;
	color: #006;
}
.rttxt {
	font-size: x-small;
	line-height: 1.2;
	text-align: left;
}
.rttxthead {
	font-weight: bold;
	font-size: 10px;
}
.rttxttt {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	line-height: 1.4;
	color: #333;
	font-weight: normal;
}
.cont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	background-color: #90C;
	height: auto;
	
	padding: 7px;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
	text-decoration: none;
	height: 233px;
} 
.thrColFixHdr #container #sidebar1 #Accordion .AccordionPanelContent.AccordionPanelOpen .style61 .AccordionPanelContent .style62 {
	font-size: xx-small;
}
.thrColFixHdr #container #sidebar1 #Accordion .AccordionPanelContent.AccordionPanelOpen .style61 .style52 .linx2 {
	font-size: xx-small;
}
.udev {
	font-size: xx-small;
}
.thrColFixHdr #container #sidebar1 #Accordion div .AccordionPanelContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}
#visdiv {
	height: auto;
	width: 577px;
}
.thrColFixHdr #container #sidebar1 #Accordion div .AccordionPanelTabftpg {
	background-image: url(../allbkgs/glossyback2p.png);
	background-repeat: repeat-x;
}
.AccordionPanelTabftpgCopy {
	background-image: url(../allbkgs/glossyback3.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-indent: 8px;
}
img {
	border: none;
	text-align: left;
	float: none;
}
.bk {
	background-image: url(../allbkgs/images/fsp4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 222px;
	width: 149px;
}
.thrColFixHdr #container #sidebar2ax {
}
.sb {
	background-image: url(../allbkgs/images/corppdf.png);
}
.thrColFixHdr #container #mainContent {
	color: #666;
}
#pregs {
	background-image: url(../allbkgs/images/preg1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 444px;
	width: 234px;
}
.thrColFixHdr #container #sidebar2a #sidebar2ax {
	background-image: url(../allbkgs/images/pregs.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 517px;
}
.thrColFixHdr #container #sidebar2a div p {
	font-style: italic;
}

