		body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin:0px;
			text-align:center;
			background-color:#fff;
		}
	
		/*------general--------*/
	
		body td, th {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #494949;
			font-weight: normal;
		}
		/* "input" had same properties; removed from list to make the buttons */
		textarea ,select {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			border:#9B9B9B 1px solid;
			margin:0px;
			color:#494949;
		}
	
		h5{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #494949;
			font-weight:bold;
		}
		
		.rule {
			border-top: 1px solid #999;
		} 
		
		.likealink{
			color:#0033FF;
			text-decoration:underline;
			font-size:12px;
			cursor:pointer;
		}
		
                .adstyle {font-size: 11px}
                .advice {font-size: 11px}
                .style18 {font-size: 18px}
		.embolden {font-weight: bold}
		.button-click-grey{}
	/*	.button-click-grey{
			border:#9B9B9B 1px solid;
			margin:0px;
			color:#494949;
			background-color:#D2D2D2;
			height:18px;
			padding-bottom:2px;
			vertical-align:middle;
			text-align:center;
			cursor:pointer;
		}*/
	
		
	
		.button-click-orange{
			border:#E46300 1px solid;
			margin:0px;
			color:#fff;
			background-color:#D2D2D2;
			height:18px;
			padding-bottom:2px;
			vertical-align:middle;
			text-align:center;
			cursor:pointer;
		}
	
		.button-paging {
			font-size: 12px;
			background: #fff;
			width: auto;
			color: #E46300;
			margin-top: 4px;
			border: 1px solid #E46300;
			cursor:pointer;
			padding-left:5px;
			padding-right:5px;
		}
		
		.button-paging-on {
			font-size:12px;
			background:#E46300;
			width: auto;
			color:#e9eaea;
			margin-top: 4px;
			border: 1px solid #E46300;
			padding-left:5px;
			padding-right:5px;
			cursor:pointer;
		}
	
		.button-paging-no-border {
			font-size: 12px;
			background: #fff;
			color: #E46300;
			margin-top: 4px;
			border: 1px solid #fff;
			cursor:pointer;
			padding-left:1px;
			padding-right:1px;
			text-transform:uppercase;
			cursor:pointer;
		}
		
		.error_msg{
			color:#990000;
			text-align:center;
			font-style:italic;
			clear:both;
			padding:5px 0px 5px 0px;
		}
		
		.spacer{
			clear:left;
			height:5px;
		}
		
		.spacer-big{
			clear:left;
			height:10px;
		}
		
		a.link-orange{
			color:#ED5F00;
			text-decoration:none;
			font-size:11px;
			cursor:pointer;
		}
		
		a:hover.link-orange{
			text-decoration:underline;
		}
		
		a.menuLinkSecond{
			color:#7C7C7C;
			text-decoration:none;
			padding-left:20px;
		}
	
		a:hover.menuLinkSecond{
			color:#494949;
		}
	
		a.menuLinkSecond_on{
			color:#ED5F00;
			text-decoration:none;
			padding-left:20px;
		}
	
		a.menuTopLink {
			color:#7C7C7C;
			text-decoration:none;
		}
		
		a:hover.menuTopLink {
			color:#D2D2D2;
		}
		
		a.menuLink{
			display:block;
			float:right;
			text-transform:uppercase;
			text-decoration:none;
			color:#EE6A11;
			padding-left:15px;
			padding-right:15px;
		}
	
		a:hover.menuLink {
			background-color:#F5F5F5;
			padding-left:15px;
			padding-right:15px;
		}
	
		a.menuLink_on{
			display:block;
			float:right;
			text-transform:uppercase;
			text-decoration:none;
			color:#EE6A11;
			padding-left:15px;
			padding-right:15px;
			background-color:#F5F5F5;
		}
	
		a.link-page{
			color:#ED5F00;
			text-decoration:underline;
			font-size:12px;
			cursor:pointer;
		}
		
		a:hover.link-page{
			text-decoration:none;
		}
	
		a.link-page-simple{
			color:#ED5F00;
			text-decoration:none;
			font-size:12px;
		}
		
		a:hover.link-page-simple{
			font-weight:bold;
		}
	
		a.link-page-gray {
			color:#555555;
			text-decoration:none;
			font-size:12px;
		}
	
		a:hover.link-page-gray{
			text-decoration:underline;
		}
		
		a.link-page-strong{
			color:#ED5F00;
			text-decoration:underline;
			font-size:12px;
			font-weight:bold;
		}
		
		a:hover.link-page-strong{
			text-decoration:none;
		}
		
		a.link-help{
			color:#568193;
			text-decoration:none;
			font-size:12px;
			cursor:pointer;
		}
	
		a:hover.link-tutorial{
			text-decoration:underline;
		}
	
		a.link-tutorial{
			color:red;
			text-decoration:none;
			font-size:12px;
			cursor:pointer;
		}
	
		a:hover.link-help{
			text-decoration:underline;
		}

		.orange{
			color:#ED5F00;
		}
		
		.tip{
			color:#40A3BA;
		}
		/*------header--------*/
	
	
		#page-header{
			background-image:url(bg-header.jpg);
			background-repeat:repeat-x;
			background-position:bottom;
			background-color:#FFFFFF;
			padding-top:0px;
			height:110px;
	
			margin:0px;
			text-align:center;
		}
		
		.header_lite{
			background-image:url(header_lite.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			width:1000px;
			height:100px;
			padding:0px;
			margin:auto;
			text-align:right;
		}
		
		.header_pro{
			background-image:url(header_pro.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			width:1000px;
			height:100px;
			padding:0px;
			margin:auto;
			text-align:right;
		}
	
		/*------content--------*/
	
		#page-content{
			background-color:#ECECEC;
		}
		
		.content{

			width:1000px;
			padding:30px 0px 30px;
			margin:auto;
			text-align:center;
		}
	
		.content-menu{
			width:825px;
			height:50px;
			background-color:#FFFFFF;
			background-image:url(right-block-bg.jpg);
			background-repeat:repeat-y;
			border-top:#D2D2D2 1px solid;
			padding-right:1px;
			margin:0px;
		}
	
		.content-menu-over{
			background-color:#F5F5F5;		
			height:25px;
			width:807px;
			float:right;
			margin:0px;
			padding-top:10px;
			padding-right:15px;
			text-align:right;
		}
	
		.content-left{
			width:147px;
			vertical-align:top;
		}
		
		.content-right{
			width:826px;
			height:625px;
			background-color:#FFFFFF;
			background-image:url(right-block-bg.jpg);
			background-repeat:repeat-y;
			border-top:#D2D2D2 1px solid;
			border-bottom:#D2D2D2 1px solid;
			vertical-align:top;
			padding:0px;
		}
	
		#left-block{
			width:174px;
			vertical-align:top;
			background-color:#FFFFFF;
			background-image:url(menu-left-block-bg.jpg);
			background-repeat:repeat-y;
		}
		
		.left-block-top{
			width:144px;
			height:26px;
			background-image:url(menu-left-block-top.jpg);
			background-repeat:no-repeat;
			background-position:top;
			color:#000000;
			text-align:left;
			padding-top:6px;
			padding-left:15px;
			padding-right:15px;
		}
		
		.left-block-top_1{
			width:144px;
			height:42px;
			background-image:url(menu-left-block-top_1.jpg);
			background-repeat:no-repeat;
			background-position:top;
			color:#000000;
			text-align:left;
			padding-top:6px;
			padding-left:15px;
			padding-right:15px;
		}
	
		.left-block-middle{
			padding-left:15px;
			padding-right:15px;
			text-align:left;
		}
		
		.left-block-bottom{
			width:174px;
			height:13px;
			background-image:url(menu-left-block-bottom.jpg);
			background-repeat:no-repeat;
			background-position:bottom;
			clear:both;
			margin:0px;
			padding:0px;
		}
		
		.menu-encapsulator{
			height:35px;
			background-color:#fff;
			margin:1px;
		}
	
		
		.content-text{
			clear:both;
			padding:20px;
			text-align:center;
		}
		
		.page-title{
			font-size:14px;
			text-align:left;
		}
	
		/*------footer--------*/
	
		#page-footer{
			background-image:url(bg-header.jpg);
			background-repeat:repeat-x;
			background-position:top;
			background-color:#FFFFFF;
			padding-top:20px;
		}
	
		.footer{
			margin:auto;
			width:1000px;
			/*text-align:right;*/
			color:#7C7C7C;
			padding-bottom:50px;
		}
		
		/*------add to project------*/
		
		.projectOptions{
			display:none;
			left:-100px;
			/*background-image:url(bgPojectsOptions.jpg);*/
			background-repeat:repeat-x;
			background-position:top;
			background-color:#F8F8F8;
			margin:5px;
			padding:5px;
		}
	
		.projectInnerOptions{
			display:none;
			/*background-image:url(bgPojectsOptions.jpg);*/
			background-repeat:repeat-x;
			background-position:top;
/*			background-color:#F8F8F8;*/
			background-color:#FFFF99;
/*			margin:5px; */
/*			padding:5px; */
		}
	
		.projectInnerOptions2{
			background-color:#FFFF99;
		}
		.projectReciprocalOptions{
			display:none;
			/*background-image:url(bgPojectsOptions.jpg);*/
			background-repeat:repeat-x;
			background-position:top;
/*			background-color:#F8F8F8;*/
			background-color:#FFF877;
/*			margin:5px; */
/*			padding:5px; */
		}
		.websiteTypeOptions{
			width:250px;
			/*display:none;*/
			/*background-image:url(bgPojectsOptions.jpg);*/
			background-repeat:repeat-x;
			background-position:top;
			background-color:#F8F8F8;
			margin:5px;
			padding:5px 5px 5px 35px;
		}
		
		/*------help system---------*/
	
		#index{
			line-height:1.5;	
		}
		
		.next
		{
			display:block;
			float:right;
			margin-right:10px;
			background-image:url(1rightarrow_off.png);
			background-repeat:no-repeat;
			width:24px;
			height:24px;
			text-decoration:none;
		}
		.next:hover
		{
			display:block;
			float:right;
			margin-right:10px;
			background-image:url(1rightarrow.png);
			background-repeat:no-repeat;
			width:24px;
			height:24px;
			text-decoration:none;
		}
		
		.previous
		{
			display:block;
			float:left;
			margin-right:10px;
			background-image:url(1leftarrow_off.png);
			background-repeat:no-repeat;
			width:24px;
			height:24px;
			text-decoration:none;
		}
		.previous:hover
		{
			display:block;
			float:left;
			margin-right:10px;
			background-image:url(1leftarrow.png);
			background-repeat:no-repeat;
			width:24px;
			height:24px;
			text-decoration:none;
		}
	
		#help{
			background-color:#D2D2D2;
			position:absolute;
			top:0px;
			left:0px;
			bottom:0px;
			width:100%;
			display:none;
			text-align:left;
		}
		
		#helpBar{
	/*		border:1px solid #ED5F00;
			background-color:#ED5F00;*/
			background-image:url(help_header.gif);
			background-position:center;
			background-repeat:no-repeat;
			/*position:fixed;*/
			margin-top:130px;
			width:511px;
			height:20px;
			height:15px;
			padding-left:5px;
/*			text-align:right;*/
		}
	
		#helpBarBack{
			position:absolute;
			top:130px;
			padding-left:5px;
			left:250px;
			text-align:left;
		}

		#helpBarCloseMiddle{
			position:absolute;
			margin-top:130px;
			left:500px;
			top:0px;
		}

		#helpBarCloseRight{
			position:absolute;
			top:0px;
			position:static;
			padding-right:5px;
			text-align:right;
		}

		#helpContent{
			background-image:url(bg-helpContent.jpg);
			background-repeat:repeat;
			background-color:#D2D2D2;
			/*position:fixed;*/
			top:100px;
			width:500px;
			
			border:3px solid #D9D9D9;
			border-top:none;
			padding:5px;	
			color:#494949;
			text-align:justify;
		}
	
		.closeHelp{	
			font-size: 14px;
			font-weight:bold;
			text-decoration:none;
			color:#fff;
		}
		
		.helpBarText{	
			font-size: 10px;
			font-weight:bold;
			text-decoration:none;
			color:#fff;
		}

		.closeHelp:hover{
			color:#494949;	
			text-decoration:none;
		}	
		
		.help_menu ul{
			
		}
		
		.help_menu li li li{
			list-style:disc;
		}
		
		.help_menu a:link, .help_menu a:visited{
			color:#568193;
			text-decoration:none;
			font-size:12px;
			cursor:pointer;
		}
		
		.help_menu a:hover{
			color:#568193;
			text-decoration:underline;
			font-size:12px;
			cursor:pointer;
		}
	/********new menu*********/
	
	.homeBtn
	{
		display:block;
		float:right;
		background-image:url(home_off.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.homeBtn:hover
	{
		display:block;
		float:right;
		background-image:url(home_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.homeBtn_on
	{
		display:block;
		float:right;
		background-image:url(home_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	/**/
	.searchBtn
	{
		display:block;
		float:right;
		background-image:url(search_off.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.searchBtn:hover
	{
		display:block;
		float:right;
		background-image:url(search_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.searchBtn_on
	{
		display:block;
		float:right;
		background-image:url(search_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	/**/
	.projectsBtn
	{
		display:block;
		float:right;
		background-image:url(projects_off.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.projectsBtn:hover
	{
		display:block;
		float:right;
		background-image:url(projects_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.projectsBtn_on
	{
		display:block;
		float:right;
		background-image:url(projects_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	/**/
	.accountBtn
	{
		display:block;
		float:right;
		background-image:url(account_off.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.accountBtn:hover
	{
		display:block;
		float:right;
		background-image:url(account_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.accountBtn_on
	{
		display:block;
		float:right;
		background-image:url(account_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	/**/
	.helpBtn
	{
		display:block;
		float:right;
		background-image:url(help_off.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.helpBtn:hover
	{
		display:block;
		float:right;
		background-image:url(help_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	.helpBtn_on
	{
		display:block;
		float:right;
		background-image:url(help_small.gif);
		background-position:top;
		background-repeat:no-repeat;
		text-decoration:none;
		height:20px;
		width:60px;
		padding:50px 10px 0px 10px;
		font-weight:bold;
	}
	
	/********end menu*********/
        /**********Beginning of drop down menu styles - added by PMM***********/

div.menu{ 
position:absolute;
left:0; top:0; 
padding: 0px;
border: solid #000 1px;
z-index: 1000;
visibility: hidden;
width:140px;
background-color:#FFFFFF;
}
div.menu a{ 
display: block;
margin: 0px;
padding: 2px 10px;
border: none;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
}
div.menu a:link,div.menu a:visited{ 
color: #006699; 
text-decoration: none; 
}
div.menu a:hover,div.menu a:active{ 
color: #fff; 
background-color: #999999; 
}
div.menu a img{ 
border: none; 
margin: 3px 0px; 
padding: 0px; 
}

        /**********End of drop down menu styles - added by PMM***********/
