body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 80%;
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
		}
		
		h1,h2,h3,h4,h5,h6,.site-title{
			font-family: Arial, Helvetica, sans-serif;	
		}
		
		#divcontainer {
			overflow: auto;
			float:left;
			width: 100%;	
		}
		
		#divpreselect{
			padding-left: 15px;
			width:100 %;
		}
		
		div.relativepreselect {
			position: relative;
		}
		
		div.absolutepreselect {
			position: absolute;
			left: 65px;
			top: -2px;	
		}
		div.absolutepreselect2 {
			position: absolute;
			left: 275px;
			top: 0px;	
		}
		
		.divpreselectbox{
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:150px;
			width:380px;
			padding: 0px;
			margin-right: 20px;
		}
		.divpreselecthead{
			height:15px
			width:380px;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		.styled-select1 select {
		   background: transparent;
		   width: 380px;
		   height: 122px;
		   font-size: normal;
		   padding: 5px;
		   line-height: 1;
		    border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
	   }
		.divfirstbox {
			position: relative;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height: 660px;
			width:800px;
			float:left;
			padding:0px;
			display:none;
			overflow: auto;
			
			margin-top: 15px;
			margin-right: 15px;
			margin-left:15px
		}
		
		.divfirsttaskboxhead1{
			position: absolute;
			top: 0px;
			left:0px;
			width:389px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: gray ;
			color:white;
			padding: 5px;
		}
		.divfirsttaskboxhead2{
			position: absolute;
			top: 0px;
			left:400px;
			width:390px;
			height:15px;
			float:right;
			text-align: center;
			background-color: #E8E8E8 ;
			padding: 5px;
		}
		.divfirstmethodboxhead1{
			position: absolute;
			top: 0px;
			left:0px;
			width:389px;
			height:15px;
			float:left;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
		}
		.divfirstmethodboxhead2{
			position: absolute;
			top: 0px;
			left: 400px;
			width:390px;
			height:15px;
			float:right;
			text-align: center;
			background-color: gray ;
			color:white;
			padding: 5px;
		}
		.divfirstboxhead{
			position: absolute;
			top: 25px;
			left: 0px;
			border-top: 1px solid #505050 ;
			border-bottom: 1px solid #505050 ;
			background-color: gray;
			color:white;
			height:14px;
			width: 790px;
			padding:5px;
			margin: 0px;
			text-align:center;
		}
		
		.divdescriptionbox{
			position: absolute;
			left: 0px;
			top: 50px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:150px;
			width:590px;
			padding: 0px;
			margin: 15px;
			margin-right: 8px;
		}
		
		.divdescriptionhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		.divdescriptionbody{
			height:113px;
			width:580px;
			border-width: 0px;
			padding: 0px;
			margin: 5px;
			word-wrap:break-word;
			overflow: auto;
		}	
		
		.divapplicationbox{
			position: absolute;
			right: 0px;
			top: 50px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:150px;
			width:150px;
			padding: 0px;
			margin: 15px;
			margin-left: 8px;
		}
		
		.divapplicationhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		.divapplicationbody{
			height:115px;
			width:140px;
			border-width: 0px;
			padding: 5px;
			margin: 0px;
			word-wrap:break-word;
			overflow: auto;
		}	
		.divmaturitybox{
			position: absolute;
			left: 0px;
			top: 217px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:130px;
			padding: 0px;
			margin: 15px;
			margin-right:8px;
		}
		
		.divmaturityhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		
		.styled-select2 select {
		   background: transparent;
		   height: 97px;
		   width: 130px;
		   font-size: normal;
		   padding: 5px;
		   line-height: 1;
		    border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
		   color:blue;
		   text-decoration: underline;
	   }
	   
		.divsubtaskbox{
			position: absolute;
			right: 0px;
			top: 217px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:610px;
			padding: 0px;
			margin: 15px;
			margin-left:8px;
		}
		
		.divsubtaskhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		
		.styled-select3 select {
		   background: transparent;
		   height: 95px;
		   width: 610px;
		   font-size: normal;
		   padding: 5px;
		   margin: 0px;
		   line-height: 1;
		    border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
		   color:blue;
	   }
	   
	   .divmethodbox{
			position: absolute;
			left: 0px;
			top: 359px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:370px;
			padding: 0px;
			margin: 15px;
			margin-right:8px;
		}
		
		.divmethodhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
	   
	   .styled-select4 select {
		   background: transparent;
		   height: 95px;
		   width: 370px;
		   font-size: normal;
		   padding: 5px;
		   margin: 0px;
		   line-height: 1;
		    border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
			color:blue;
		   text-decoration: underline;
	   }
	    .styled-select4b select {
		   background: transparent;
		   height: 95px;
		   width: 370px;
		   font-size: normal;
		   padding: 5px;
		   margin: 0px;
		   line-height: 1;
		    border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
	   }
	   .styled-select4c select {
		   background: transparent;
		   height: 95px;
		   width: 370px;
		   font-size: normal;
		   padding: 5px;
		   margin: 0px;
		   line-height: 1;
		   border: 0px solid white;
		   border-radius: 0;
		   -webkit-appearance: none;
		   overflow-x: hidden;
		   overflow-y: scroll;
		   color:blue;
		  
	   }
	    
	   .divmodelbox{
			position: absolute;
			right: 0px;
			top: 359px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:370px;
			padding: 0px;
			margin: 15px;
			margin-left:8px;
		}
		
		.divmodelhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		
		.divinfoinbox{
			position: absolute;
			left: 0px;
			top: 501px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:370px;
			padding: 0px;
			margin: 15px;
			margin-right:8px;
			margin-bottom:0px;
		}
		
		.divinfoinhead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		.divinfooutbox{
			position: absolute;
			right: 0px;
			top: 501px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:125px;
			width:370px;
			padding: 0px;
			margin: 15px;
			margin-left:8px;
			margin-bottom:0px;
		}
		
		.divinfoouthead{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		
		.divdescriptionbox2{
			position: absolute;
			left: 0px;
			top: 50px;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			height:292px;
			width:590px;
			padding: 0px;
			margin: 15px;
			margin-right: 8px;
		}
		
		.divdescriptionhead2{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
		}
		.divdescriptionbody2{
			height:250px;
			width:580px;
			border-width: 0px;
			padding: 0px;
			margin: 5px;
			word-wrap:break-word;
			overflow: auto;
		}	
		
		.divsecondboxhead1a{
			position: absolute;
			top: 0px;
			left:0px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: gray ;
			color:white;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead2a{
			position: absolute;
			top: 0px;
			left:267px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead3a{
			position: absolute;
			top: 0px;
			right:0px;
			width:256px;
			height:15px;
			text-align: center;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		
		.divsecondboxhead1b{
			position: absolute;
			top: 0px;
			left:0px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead2b{
			position: absolute;
			top: 0px;
			left:267px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: gray ;
			color:white;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead3b{
			position: absolute;
			top: 0px;
			right:0px;
			width:256px;
			height:15px;
			text-align: center;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead1c{
			position: absolute;
			top: 0px;
			left:0px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead2c{
			position: absolute;
			top: 0px;
			left:267px;
			width:256px;
			height:15px;
			text-align: center;
			border-right: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			font-weight:bold;
		}
		.divsecondboxhead3c{
			position: absolute;
			top: 0px;
			right:0px;
			width:256px;
			height:15px;
			text-align: center;
			background-color: gray ;
			color:white;
			padding: 5px;
			font-weight:bold;
		}
		
		
		
		.divinformationbox{
			
			position: absolute;
			display: none;
			left: 1000px;
			top: 1000px;
			background-color: white;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			
			width:400px;
			padding: 0px;
			margin: 0px;
			
		}
		.divinformationhead0{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			text-align: center;
			background-color: gray ;
			color:white;
			padding: 5px;
			font-weight:bold;
		}
		.divinformationhead1{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			text-align: center;
			background-color: gray ;
			color:white;
			padding: 5px;
			font-weight:bold;
		}
		
		.divinformationhead2{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
			font-weight:bold;
		}
		.divinformationhead3{
			height:14px
			width:100%;
			border-bottom: 1px solid #505050 ;
			border-top: 1px solid #505050 ;
			background-color: #E8E8E8 ;
			padding: 5px;
			padding-left: 8px;
			font-weight:bold;
		}
		
		.divinformationbody1{
			height:250px;
			width:390px;
			border-width: 0px;
			padding: 0px;
			margin: 5px;
			word-wrap:break-word;
			overflow: auto;
			
		}	
		
		.divinformationbody2{
			height:50px;
			width:390px;
			border-width: 0px;
			padding: 0px;
			margin: 5px;
			word-wrap:break-word;
			overflow: auto;
		}
		
	
				
	   ul#menu {
			width: 100%;
			list-style-type: none;
			padding: 0;
			overflow: hidden;
			border-top:solid 0px white;
			background-color: #0066FF;
		}
		 ul#menufooter {
			width: 100%;
			list-style-type: none;
			padding: 0;
			overflow: hidden;
			
			background-color: #0066FF;
			border-top:solid 30px white;
		}

		li {
			float: left;
			border-right: 1px solid #bbb;
		}
		
		
		li:last-child {
			border-right: none;
		}

		 li a {
			display: inline-block;
			color: white;
			text-align: center;
			padding: 5px 20px;
			text-decoration: none;
		}

		li a:hover {
			background-color: #484848 ;
		}
		.active {
			background-color: #101010 ;
		}
		
		.footer {
			border-top:solid 0px white;
			width: 100%;
			display: block;
			margin-top: 350px;
			padding-top: 0px
			
			
		}
		
		#placeholder{
			display: block;
			border-top:solid 100px white; 
			border-bottom:solid 50px white; 
		}
		
		
		.divtextcontainer {
			overflow: auto;
			float:left;
			
			position: relative;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			
			width:1000px;
			float:left;
			padding:30px;
			
			overflow: auto;
			
			margin:40px;
		}
		.divpreselectionbox{
			
			position: absolute;
			display: none;
			left: 1000px;
			top: 1000px;
			background-color: white;
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			
			width:400px;
			padding: 0px;
			margin: 0px;
			
		}
		span.dott{
			border-bottom: 1px dotted;
			font-weight:bold;
		}	
		.divchangerequestcontainer {
			overflow:hidden;
			float:left;
		
			position: relative;
			width:1410px;
			
			border-color: white ;
			border-style: solid;
			border-width: 0px;
		
			padding:0px;
						
			margin: 15px;
			margin-top: 10px;
			margin-left: 15px;
		}
		.divchangerequestcontainersmall {
			overflow: auto;
			float:left;
			
			position: relative;
			width:1400px;
			height: 750px;
			
			border-color: #505050 ;
			border-style: solid;
			border-width: 1px;
			
	
			padding:0px;
					
			margin: 0px;
					
		}
		.divchangerequesthead{
			
			border-bottom: 1px solid #505050 ;
			background-color: gray;
			color:white;
			height:14px;
			width: 100%;
			padding-top:5px;
			padding-bottom:5px;
			
			margin: 0px;
			text-align:center;
		}
		
		textarea.styled {
			
	
			background-color: white;
		
		}
		
		.divchangebox{
			position: relative;
		}
		
		.div-abs-a{
			position: absolute;
			left: 10px;
		}
		.div-abs-b{
			position: absolute;
			left: 200px;	
		}
		.div-abs-c{
			position: absolute;
			left: 770px;	
		}
		.div-abs-d{
			position: absolute;
			left: 1000px;	
		}
		.div-abs-e{
			position: absolute;
			left: 1250px;	
		}
		
		
		.div-abs-1{
			position: absolute;
			top: 50px;	
		}
		.div-abs-2{
			position: absolute;
			top: 100px;	
		}
		.div-abs-3{
			position: absolute;
			top: 150px;	
		}
		.div-abs-4{
			position: absolute;
			top: 200px;	
		}
		.div-abs-5{
			position: absolute;
			top: 250px;	
		}
			.div-abs-5b{
				position: absolute;
				top: 270px;	
			}
		.div-abs-6{
			position: absolute;
			top: 350px;	
		}
			.div-abs-6b{
				position: absolute;
				top: 370px;	
			}
		.div-abs-7{
			position: absolute;
			top: 450px;	
		}
			.div-abs-7b{
				position: absolute;
				top: 470px;	
			}
		.div-abs-8{
			position: absolute;
			top: 550px;	
		}
			.div-abs-8b{
				position: absolute;
				top: 570px;	
			}
		.div-abs-9{
			position: absolute;
			top: 650px;	
		}
			.div-abs-9b{
				position: absolute;
				top: 670px;	
			}
		.div-abs-10{
			position: absolute;
			top: 710px;	
		}
		.div-abs-11{
			position: absolute;
			top: 750px;	
		}
		
		.selectadd{
			width: 150px;
		}
		
		.btn{
			width: 90px;
			height: 30px;
			cursor: pointer;
			text-align: center;	
			text-decoration: none;
			color: white;
			background-color: #0066FF; /* blue */
			box-shadow: 4px 5px #999;	/* grey */
			outline: none; 
			border: none;
				
		}
		.btn:hover {
			background-color: #101010 ; /* black */
		}

		.btn:active {
		  background-color: #101010 ;
		  box-shadow: 2px 2px #666;
		  transform: translateY(3px) translateX(2px);
		}
		
		.btnrow {
			background-color: #0066FF; /* blue */
			border: none;
			border-right: 1px solid #bbb;
			outline: none; 
			color: white;
			padding: 5px 20px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			
			cursor: pointer;
			float: left;
		}

		.btnrow:hover {
			background-color: #101010 ; /* black */
		}