  #terminal{
  		font-family: "courier new";
  		margin:5 150 10 20;
  		padding: 10 10;
  		font-size: 14;
  		background:black;
  		color: white;
  		border-style:solid;
  		border-width:3px;
  		border-top-width: 15px;
  		border-radius:8px;
  		border-color:#B8B8B8;
  	}
  #terminal ul {
		list-style-type: none;
    }
   #terminal li {
		list-style-type: none;
    }
    
    #email{
      	font-family: "courier new";
		background: beige;
    	font-size: 14;
    	border-style: solid;
    	border-width: 1px;
    	margin: 20 50;
    	padding: 30 40;
    }
  
   #text_file{
      	font-family: "courier new";
		background: beige;
    	font-size: 14;
    	border-style: ridge;
    	border-width: 2px;
    	margin: 10;
    	padding: 10;
    }
    #EGSE{
      	font-family: "Andale Mono";
  		font-size: 15;
  		margin: 5 200 10 20 ;
  		padding: 10;
  		border-style:solid;
  		border-width:10px;
  		border-left-width: 50;
  		border-right-width: 20;  		
  		border-radius:2px;
  		border-color:#B8B8B8;

    }
    #EGSE ul{
		list-style-type: none;
    }
    #EGSE li{
    	list-style-type: none;
    }
    

#list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#list li{
    list-style-type: square;
	margin:3px;
	padding: 3px;
}

#list a{
	text-decoration: none;
	display: block;
	color:black;
}
#list ul li{
list-style-type: none;
}



#list a:hover {font-weight:bold;}

 #body {
		font: 16 Times,serif;
		padding:0px 20px 40px 20px;
		margin-left: 20px;
	}

#body h1{
	padding:20px;
	border-bottom: 5px solid #522994;
	font: bold italic 2em/1em Times, serif;
	}

#body h2{
	border-style:none;
	border-left: 1em solid #522994;
	padding: 7px 10px;
	margin-left: -30px;
	margin-top: 50px;
	margin-bottom: 10px;
	border-bottom: 2px solid #522994;
	border-top: 2px solid #522994;
	font: italic 24 Times, serif;
	}

#body table {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-style: double;
	border-color
	}

#body th {
	padding: 0 0.5em;
	text-align: center;
	color: #571B7e;
	border-top: 1px solid ;
	border-bottom: 1px solid;
	border-color: black;
	}

#body tr+td{
	border-top: 1px solid ;
	border-bottom: 1px solid;
	
	}

#body td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

#body td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}
#topbar img{
	height:70px;
	width:80px;
}

#topbar{
padding:5px;
}

#topbar a{
display:block;
width:100%;
height:100%;
}

#topbar td{
border:3px outset;
}
#topbar td:hover{
border:3px inset;
}


#navlist
{
width: 800px;
padding: 5px 30px 50px 30px;
font-size:18px;
font-family: verdana,sans-serif;
}

#navlist a{
text-decoration: none;
display: block;
color:black;
}

#navlist li
{
text-decoration: none;
display: block;
color: white;
background-color: #522994;
border-style:double;
padding: 4px;
}

#subnavlist li, #hide_subnavlist li
{
width: 300px;
color:black;
background-color: white;
border-style:none;
border-left: 0.8em solid #522994;
border-bottom: 1px solid #522994;
padding: 3px 4px;
margin-left: 10px;
font-size: 16px;
margin-top: 0px;
}
#hide_subnavlist a:hover
{
font-weight:normal;
background-color:#DCDCDC;
}

#subsubnavlist li, #hide_subsubnavlist li
{
width: 260px;
border-left: 0.4em solid #522994;
margin-left: 20px;
font-size: 14px;
}
#hide_subsubnavlist a:hover
{
font-weight:normal;
background-color:#DCDCDC;
}


#subsubsubnavlist li, #hide_subsubsubnavlist li
{
border-left: 0.2em solid #522994;
margin-left: 30px;
font-size: 12px;
}
#hide_subsubsubnavlist a:hover
{
font-weight:normal;
background-color:#DCDCDC;
}


#hide_subsubnavlist{ display: none; }
#hide_subsubsubnavlist { display: none;}

#subnavlist li:hover {background-color:#DCDCDC;}
#subsubnavlist li:hover {background-color:#DCDCDC;}
#subsubsubnavlist li:hover {background-color:#DCDCDC;}

#subnavlist li:hover ul#hide_subsubnavlist
{display: block; margin-left:260px;margin-top:-50px; float:right;position:absolute;}

#subsubnavlist li:hover ul#hide_subsubsubnavlist
{display: block; margin-left:200px;margin-top:-50px; float:right;position:absolute;}

#hide_subsubnavlist li:hover ul#hide_subsubsubnavlist
{display: block; margin-left:200px;margin-top:-50px; float:right;position:absolute;}
