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


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

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

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

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

#content {
  position : fixed;
  top : 142px;
  bottom : 100px;
  margin : 0px 0px 0px 165px;
  width : 81%;
  min-height: 390px;
  padding-left : 20px;
  padding-right : 0px;
  color : #660099;
  overflow : auto;
  font-weight:bold;
  }

#footer {
  position: fixed;
  width: 100%;
  height: 50px;
  top: auto;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top : 2px solid #00c000;
}
/************ 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: #ff6600;
   }
   

#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:#ff6600;
	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*/  

/* Class styling*/

.center{
   text-align: center;
	}

/*end of class styling*/

/******** Special styling for the Myst page content***********/

#MystContent {
  position : fixed;
  background: url(images/Assiah1.jpg);
  background-repeat:no-repeat;
  background-position: right;
  top : 142px;
  bottom : 100px;
  margin : 0px 0px 0px 180px;
  width : 80%;
  min-height: 420px;
  padding-left : 20px;
  padding-right : 0px;
  color : #660099;
  overflow : auto;
  font-weight:bold;
  border-top : 2px solid #00c000;
  }

#text{
  margin-right: 300px;
}