@import url(artbg.css); 

.um {
  background: #121015;
  font-family: arial,helvetica,sans-serif;
}

.um .content {
  float: left;
  top: 0;
  margin: 0;
  padding-left: 10em;
  padding-bottom: 150px;
  padding-right: 2em;
  background: #121015;
}


.um a:link, .um a:visited { 
    color: #403945;
    text-decoration: none;
}

.um a:hover, .um a:active { 
    color: #444444;
    text-decoration: none;
}

.leftgrad {
background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.08, #222028),
	color-stop(0.58, #000000)
);
background-image: -o-linear-gradient(right, #222028, #000000);
background-image: -moz-linear-gradient(right, #222028, #000000);
background-image: -webkit-linear-gradient(right, #222028, #000000);
background-image: -ms-linear-gradient(right, #222028, #000000);
background-image: linear-gradient(to right, #000000, #131015);
}

#leftnav {
  border-right: 1px solid  #151515;
}

#leftnav #crest {
  border-bottom: 1px solid #151515;
 }


#leftnav .title {
color: #403548;
//  color: #444455;
  font-size: 1.2em;
  font-style: bold;
  padding-bottom: .3em;
  margin-left: -4px;
 }

#leftnav .titleSelected {
  color: #B2A08A;
  font-size: 1.5em;
  font-style: bold;
  padding-bottom: .3em;
  margin-left: -4px;
 }

#leftnav .label {
  border-bottom: solid 1px #3e3d6b;
  color: #999999;
 }
 
#leftnav a:link, #leftnav a:visited { 
    color: #222028;
    text-decoration: none;
}

#leftnav a:hover, #leftnav a:active { 
    color: #444444;
    text-decoration: none;
}

#leftnav .title a:link, #leftnav .title a:visited { 
    color: #222028;
  text-decoration: none;
}
#leftnav .title a:hover, #leftnav .title a:active { 
    color: #444444;
    text-decoration: none;
}

.um .title, .um .title a:link, .um .title a:visited {
  color: #444148;
}
.um .subtitle {
  color: #444148;
  font-size: 1.4em;
}

.um_title {
  color: #444148;
  font-size: 1.8em;
  text-decoration: none;
}

.um_show {
  font-size: 1.6em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
}
