#header {
        position:relative;
        height: 100px;
        background-color: #39275b;
        background-image:url(/uwit/images/header/BG.jpg);background-repeat:no-repeat;background-position:center top;
        border-bottom: 6px solid #000000;
        width: 99%;
        margin-bottom: -3px;

}

#logo {
        position: absolute;
        height: 21px;
        z-index: 0;
        padding: 20px 0 0 80px;
}
#logo img {
        text-decoration: none;
        border-width: 0px;
        border-style: none;
}


#patchLogo {
        position: absolute;
        display:block;
        padding-top: 10px;
        padding-left: 5px;
        margin-left: 70px;
#        background-color: #d7a900;
        background-color: #39275b;
        width:78px;
        height:64px;}


#uwLogo {
        position: absolute;
        margin:40px 0 0 170px;
}

h1 {
  font-size:1.5em;
  color:#39275B;
  margin-bottom: 0;
}

h2 {
  font-size:1.3em;
  color:#39275B;
  margin-bottom: 0;
}

h3 {
  font-size:1.15em;
  color:#39275B;
  margin-bottom: 0;
}

strong {
  font-weight: bold;   
}

ul.menu li {
  line-height:1.1em;
  margin: 0.65em auto 0.65em;
}
 
ul.menu2 li {
  list-style-type: disc;
  list-style-position: outside;
 /* margin-left: -1em;*/
  margin-top: 0.25em;
}

.menuSmall {
  font-size: 0.9em;
  line-height: 0.92em;
  margin-top: -2em;
}

p.menuTitle {
  font-size:1.2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

.menuSubTitle {
  color:#39275b;
  margin: 10px 0px 0px 20px;
  font-size:1em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

ul.menu {
  margin-top: 0;
  padding-top: 0;
}

#contentContainer {
  min-height: 90em;
}

.menu a {
  padding: 0 0 0 20px;
}


/*style for gold lettering on OIM*/
.oim {
font-size: 115%;
font-weight: bold;
margin-left: 18pt;
margin-top: 3px;
color:#c79900;
}
