#Outline {
  border: 2px solid gray;
  margin: auto;
  height: auto;
  width: 802px;
}
#Outline_Home {
  border: 2px solid gray;
  margin: auto;
  height: 502px;
  width: 802px;
}

#LOGOS {
  border-bottom: 2px solid gray;
  margin: auto;
  width: 800px;
  height: 104px;
}
#UW_Logo {
  margin: 33px 5px 33px 10px;
  height: 34px;
  width: 160px;
  float: left;
}
#My_Logo {
  margin: 2px 5px;
  height: 100px;
  width: 400px;
  float: left;
}
#ECE_Logo {
  margin: 25px 5px 25px 10px;
  height: 50px;
  width: 200px;
  float: left;
}
#My_Photo {
  margin: 10px auto auto 10px;
  height: 300px;
  width: 300px;
  float: left;
}
#Ident {
  margin: 10px auto auto 10px;
  height: 300px;
  width: 400px;
  text-align: center;
  float: left;
  background-color: #f0f0f0;
}
#Contents {
  margin: 20px;
  height: auto;
  width: auto;
  padding: 2px 2px 2px 2px;
  background-color: #f0f0f0;
}
#FootNote {
  /*margin: 5px auto;
  width: 800px;*/
  font-size: 12px;
  text-align: center;
}
table {
  border:0;
/* padding:1em;*/
}
td {
  text-align:justify;
  padding:0.5em;
}
li{text-align:justify;}
dd{text-align:justify;}
/*=======================*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
  font-weight: bold;
  font-size: 90%;
}
#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#slantedmenu ul{
  text-indent: 10px;
  padding: 3px 0;
  margin: auto;
  background-color: #e0e0e0;
  border: 1px solid #bebebe;
  text-align: left; /*set value to "center" for example to center items*/
}
#slantedmenu ul li{
  display: inline;
}
#slantedmenu ul li a{
  color: #494949;
  padding: 3px 0;
  padding-right: 8px;
  padding-left: 8px;
  margin: 5px;
  text-decoration: none;
  /*background: transparent url(../index_files/slantdivider.gif) top right no-repeat;*/
}
#slantedmenu ul li a:visited{
  color: #595959;
} 
#slantedmenu ul li a:hover{
  color: black;
}
/* -- By Majid -- */
#slantedmenu ul li a#current{
  background-color: white;
  /*color: black;
  text-emphasis:  accent;
  text-shadow: black;*/
  /*color: #6E7B58;*/
  /*font-style: oblique;
  font-weight: bolder ;
  font-size: large;*/
}
#slantedmenu ul li a#divider{
	margin: 0px;
	background: transparent url(../Images/slantdivider.gif) top right no-repeat;
}
/*============================*/
.nav-glyphish-example .ui-btn .ui-btn-inner {
  padding-top: 40px !important;
}

.nav-glyphish-example .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
/*box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: none !important;
border-radius: none !important;*/
}
/*
.ui-grid-d .ui-block-a {
  width:25% !important;
}
.ui-grid-d .ui-block-b {
  width:25% !important;
}
.ui-grid-d .ui-block-c {
  width:25% !important;
}
.ui-grid-d .ui-block-d {
  width:25% !important;
}
*/
#house .ui-icon {
  background:  url(../glyphish-icons/53-house.png) 50% 50% no-repeat;
  /*background-size: 20px 15px;*/
}
#gradhat .ui-icon {
  background:  url(../glyphish-icons/140-gradhat.png) 50% 50% no-repeat;
  /*background-size: 20px 15px;*/
}
#suitcase .ui-icon {
  background:  url(../glyphish-icons/37-suitcase.png) 50% 50% no-repeat;
  /*background-size: 20px 15px;*/
}
#idcard .ui-icon {
  background:  url(../glyphish-icons/123-id-card.png) 50% 50% no-repeat;
  /*background-size: 20px 15px;*/
}
/*
.ui-grid-a .ui-block-a { clear: none; }
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 30%; }
*/