	/*page*/
	body{background:#555;font:normal 11px Tahoma;padding:0px;padding-top:20px;padding-bottom:20px;margin:0px;}
	table.content{border:0;table-layout:fixed;height:100%;width:100%;}
	/*.bkgnd{background-image:url("images/saxs_Bkgnd.gif");background-repeat:repeat-x;height:72px;}*/
	.indent{height:100%;}
	.site{border:5px #333 solid;background:#FFF;height:100%;padding:1px;width:1000px;}
	.header{background:#FFFFFF;height:85px;padding:10px;}
	.controlPanel{border:1px #555 solid;background:#FFF;display:block;height:1%;width:100%;}
	.logo{background-image:url("images/saxs_Logo.gif");background-repeat:no-repeat;width:250px;}
	.crmlogo{background-image:url("images/saxs_CrmLogo.gif");background-position:10px 5px;background-repeat:no-repeat;width:300px;}
	.certlogo{background-color:#FFFFFF;background-image:url("images/saxs_CertLogo.gif");background-position:45px;background-repeat:no-repeat;border-bottom:1px #555 solid;height:70px;width:200px;}
	.presclublogo{background-color:#FFFFFF;background-image:url("images/saxs_PresClubLogo.gif");background-position:45px;background-repeat:no-repeat;border-bottom:1px #555 solid;height:70px;width:200px;}
	.menu{background-image:url("images/saxs_MenuBar.gif");background-repeat:repeat-x;height:23px;}
	.menusep{background-image:url("images/saxs_TabSeparator.gif");background-position:1px;background-repeat:no-repeat;height:23px;width:3px;}
	.user{background-image:url("images/saxs_UserBar.gif");background-repeat:repeat-x;color:#FFFFFF;height:26px;padding-left:10px;}
	.leftpane{background-image:url("images/saxs_LeftPane.gif");background-repeat:no-repeat;background-position: bottom;height:100%;width:200px;}
	.contextmenu{background:#EEE;border-top:1px #555 solid;border-bottom:1px #555 solid;height:200px;padding:3px;width:200px;}
	.contentpane{border:1px #555 solid;border-bottom:none;background:#FFF;display:block;height:100%;width:100%;overflow-y:scroll;padding-left:9px;padding-right:9px;padding-top:10px;}
	.rightpane{background:#EEE;border-top:1px #555 solid;border-bottom:1px #555 solid;display:block;height:100%;padding:10px;width:200px;}
	.footer{background-image:url("images/saxs_MenuBar.gif");background-repeat:repeat-x;height:24px;padding-top:2px;text-align:center;}


	/*text*/
	.normal,div,span,p,td,th,li,a{font:normal 11px Tahoma;color:#333;}
	.normal:link{font:normal 11px Tahoma;color:333;}
	.normal:visited{font:normal 11px Tahoma;color:333;}
	.normal:hover{color:333;text-decoration:underline;
	.login,div,span,p,td,th,li,a{font:bold 11px Tahoma;color:#333;}
	.login:link{font:bold 11px Tahoma;color:333;}
	.login:visited{font:bold 11px Tahoma;color:333;}
	.login:hover{font:bold 11px Tahoma;color:333;text-decoration:underline;
	td,input{font:normal 11px Tahoma;}
	.usertext{font:normal 11px Tahoma;color:#FFFFFF;}
	.usertext:link{font:normal 11px Tahoma;color:#FFFFFF;}
	.usertext:visited{font:normal 11px Tahoma;color:#FFFFFF;}
	.usertext:hover{color:#FFFFFF;text-decoration:underline;}
	.breadcrumb{font:bold 11px Tahoma;color:#FFFFFF;}
	.breadcrumb:link{font:bold 11px Tahoma;color:#FFFFFF;}
	.breadcrumb:visited{font:bold 11px Tahoma;color:#FFFFFF;}
	.breadcrumb:hover{font:bold 11px Tahoma;color:#FFFFFF;text-decoration:underline;}
	.head,.subhead{font:normal 11px Tahoma;color:#333;}
	.head{font:normal 15px Tahoma;}
	
	/* Main Menu */
	.MainMenu_MenuContainer  {
		margin-right:-4px;
		padding:0px;
	}
	.MainMenu_MenuItem {
		background-color:transparent;
		background-image:url("Images/saxs_GreyTab.gif");
		background-repeat:repeat-x;
		color:#00334D; 
		cursor:pointer; 
		font:normal 11px Tahoma; 
		height:22px;
		padding-left:10px;
		padding-right:10px;
	}
	.MainMenu_MenuItemActive {
		background-color:transparent;
		background-image:url("Images/saxs_ActiveTab.gif");;
		background-repeat:repeat-x;
		color:#00334D; 
		cursor:default;
	}
	.MainMenu_MenuItemSel {
		background-color:transparent;
		background-image:url("Images/saxs_GreyTab.gif");
		background-repeat:repeat-x;
		color:#00334D;
		cursor:pointer;
		font:normal 11px Tahoma;
		height:22px;
		padding-left:10px;
		padding-right:10px;
	}
	.MainMenu_SubMenu {
		z-index:1000; 
		cursor:pointer; 
		cursor:hand; 
	}
	.MainMenu_MenuArrow {
		display:none; 
	}
	.MainMenu_RootMenuArrow {
		display:none; 
	}
	/* LeftMenu */
	.LeftMenuItem {
		height:23px;
		width:200px;
		padding-left:20px;
		padding-right:10px;
		padding-top:4px;
		padding-bottom:4px;
		cursor:pointer; 
		color:#00334D; 
		font:normal 11px Tahoma;
		background-image:url("Images/saxs_LeftMenuItem.gif");
		background-repeat: no-repeat;
	}
	.LeftMenuItem:link{
		color:#00334D; 
	}
	.LeftMenuItem:visited{
		color:#00334D;
	}
	.LeftMenuItem:active{
		color:#00334D;
	}
	.LeftMenuItem:hover{
		height:23px;
		width:200px;
		padding-left:20px;
		padding-right:10px;
		padding-top:4px;
		padding-bottom:4px;
		cursor:pointer; 
		cursor:hand; 
		color:White; 
		font:normal 11px Tahoma;
		border:0 px;
		background-image:url("Images/saxs_LeftMenuItemHover.gif");
		text-decoration:none;
		background-repeat: no-repeat;
	}