
  body { 
	margin: 0px auto;
    font-family:  Arial, "Times new roman", Verdana, sans-serif, Helvetica;
	/*background-image: url(images/singaraja25.jpg);*/
	background-color: rgb(185, 185, 185);
    width: 760px;
	border-right:white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	}
	
	
	
	#header { 
	width: 760px;
    height: 160px;
	background-image: url("../images/consultant1.jpg");
	background-color:white;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    }
	
	
	#topmenu {
	width: 760px;
	Height: 25px;
    background-color: rgb(255, 255, 214)/*rgb(147, 243, 146)*/;
	text-align: center;
	padding-top: 1px;
    }
	
	#leftmenu { 
	float: left;
    width: 140px;
	background-color: rgb(255, 255, 214)/*rgb(237, 254, 236)*/;
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 20px;
    margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	/*border-right:orange 1px solid;
	border-bottom: orange 2px solid;
	/*border-top:orange 1px solid;*/
	}
	  
  	
	#centertext{
	background-color: white;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: rgb(0, 102, 78);
	font-size: 0.9em;
	text-align: justify;
	border-top: #FFCC66 2px solid;
	border-bottom: #FFCC66 2px solid;
	}

	
	#footer{
	background-color: rgb(255, 255, 214);
	text-align: center;
	font-size: 0.7em;
	color:  black;
	padding: 1px;
	}
	
	.indent1{
	margin-left: 150px;
	}
	
	.indent2{
	margin-left: 15px;
	}
		
	.menu_elem a{ 
    text-decoration: none;
	color: black;
	font-size: 0.9em;
	padding-right: 3px;
	padding-left: 3px;
	/*font-weight: bold;*/
	}
  
 	a:hover {
	color:#ff4500;
  	text-decoration:underline;
	background-color: rgb(230, 230, 230);
	}	
	
	a:active{
   background-color: #FFCC66;}

	.title{
	margin-top: 0px;
	text-align: center;
	background-color: rgb(98, 186, 79)/*(215, 255, 214)*/;
	padding: 8px;
	font-size: 0.9em;
	color:  white;
	font-weight: bold;
	}
	
	/*Highlights links for position in website*/
	.tex {
	font-weight: bold;
    background-color: rgb(98, 186, 79);
    }
	
	img{
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	#ibcnlogo{
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 1px;
	}