/*************** page layout ***************/


#header {
  position : fixed;
  width : 100%;
  height : 142px;
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #ff66cc;
  color: #fff;
  background-color: #660099;
}

#header img{
    border-right: 2px solid #ff66cc;
       border-bottom: 2px solid #ff66cc;
    }
   

#leftnav {
  position : fixed;
  min-height : 800px;
  top : 142px;
	left : 0;
	width : 180px;
	color : #fff;
	padding : 3px;
  background-color: #660099;
  overflow : auto;
  border-right : 2px solid #ff66cc;
}

#leftnav ul{
   margin-left:-1px;
   }

#content {
  float: right;
  top : 142px;
  bottom : 100px;
  margin : 150px 10px 10px 200px;
  width : 75%;
  min-height: 390px;
  padding-left : 20px;
  padding-right : 0px;
  color : #660099;
  overflow : auto;
  font-weight:bold;
  }

#footer {
 clear:both;
  width: 100%;
  height: 50px;
  top: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top : 2px solid #ff66cc;
}
/************ styles *************/

#body{
   font-size: 85%;
   color: #660099;
   font-family: verdana, arial, sans-serif;
   margin-top:0px
   margin-right: 0px;
   margin-left:0px;
   width: 100%;
   margin : 0;
   padding : 0;
   background-color : #ffffff;
  }
   

#content h2,span{
   color: #ff6699;
   }
   
#purple{
   background-color:#ff66ff;
  
   }

#footer {
   text-align: center;
   color: #660099;
   }

#footer a:link{
	color: #660099;
	text-decoration: none;
        }
   

/*left side nav*/
#leftnav li{
	list-style: none;
	padding: 0;
	color:#ffffff;
	max-width: 180px;
	}



#leftnav li a:link{
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	color:#ffffff;
	max-width: 180px;
	font-weight: bold;
	}



#leftnav li  a:visited{
	
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	color:#ff66cc;
	max-width: 180px;
	font-weight:bold;
	}

#leftnav li a:hover{
	
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	max-width: 180px;
	color: #fdd001;
	}


/*end of nav styling*/  


/* content styling of the diverse div in personal & corporate*/
#divList{
   list-style-type: none;
   }

#divList li{
   float: left;
   margin-right: 6px;
   margin-bottom: 10px;
   }

#divList div{
   max-width:350px;
   padding: 4px;
   }



/* Class styling*/

.center{
   text-align: center;
	}

.alt{
   background-color:#ffccff;
   }
.alt h3{
   color:#990066;
   }

.alt1{
   border:2px solid #ff66cc;
   }
.alt1 h3{
   color:#ff66cc;
   }
.altstyle{
	font-size: 110%;
	text-decoration: underline;
	}
/*end of class styling*/

