@charset "utf-8";
/* CSS Document */

TABLE.DualPageLayout		{ width:758px; height:100%; margin:0px 0px; }
	TD.DualPageLayout_LeftColumn	{ width:192px; height:100; vertical-align:top; padding:16px 0px 16px 10px; }
	TD.DualPageLayout_RightColumn	{ width:555px; height:100%; vertical-align:top; }
	TD.DualPageLayout_InnerSep		{ width:11px; }
	
	
	TABLE.LeftColumn		{ width:192px; height:100%;  }
		TD.LeftColumnEdge	{ width:192px; height:9px; }
		TD.LeftColumnButton	{ width:192px; height:40px; background-repeat:no-repeat; background-position:top left; text-align:left; }
		TD.LeftColumnButton A	{ display:block; width:181px; height:40px; margin-left:7px; overflow:hidden; }
			TD.ButtonOn		{ background-image:url(../img/leftcol_button_on.gif); }
			TD.ButtonOff	{ background-image:url(../img/leftcol_button_off.gif); }
		TD.LeftColumnSpacer	{ height:100%; background-image:url(../img/leftcol_borders.gif); background-repeat:repeat-y; }
		TD.LeftColumnSpacer DIV	{ height:100%; background-image:url(../img/leftcol_grad.gif); background-position:center top; background-repeat:no-repeat; }
		
	TABLE.RightColumn		{ width:555px; height:100%; }
		TD.RightColumnTop		{ height:26px; vertical-align:bottom; }
		TD.RigthColumnBottom	{ height:26px; vertical-align:top; }
		TD.RightColumnMiddle	{ height:100%; background-image:url(../img/rightcol_middle.gif); background-repeat:repeat-y; vertical-align:top; }
		TD.RightColumnMiddle H1		{ width:539px !important; height:58px; background-image:url(../img/rightcol_header.gif); background-repeat:no-repeat;
									  padding:0px 0px 0px 16px; margin:0px; width:555px; text-align:left; }
		TD.RightColumnMiddle P, TD.RightColumnMiddle DIV		{ font:normal 13px/20px Verdana; color:#3B3B3B; padding:10px 20px 0px ; text-align:left; margin:0px; }
		TD.RightColumnMiddle UL		{ margin:10px 20px 10px 40px !important; margin:10px 20px 10px 38px; padding:0px; text-align:left; }
		TD.RightColumnMiddle UL LI		{ margin:0px; padding:2px 10px; list-style-position:outside;
										  list-style-image:url(../img/bullet.gif) !important; list-style-image:url(../img/bullet_ie.gif);
										  font:normal 13px/20px Verdana; color:#3B3B3B; }