body
{
  background-color: #333;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-family: Garamond Narrow, Garamond, Georgia;
}
div#allcontent
{
  margin: 0px 5% 0px 5%;
  padding: 0px 0px 50px 0px;
  background-color: #6C5849;
  color: #eee;
  width: 90%;
  height: 100%;
}
div#header
{
  padding: 10px 5% 50px 0px;
  width: 95%;
}
div#header img
{
  display: block;
  float: right;
}
div#header hr
{
  border-style: dashed;
  border-color: white;
  width: 60%;
  float: right;
}
div#header br
{
  display: block;
  margin: 0px;
  padding 0px;
  clear: right;
}
div.wspace
{
  width: 80%;
  float: right;
  background-image: url(../img/corner_bottomleft.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #333;
  padding: 0px;
}
div.wspace div.nonsem
{
  background-image: url(../img/corner_topleft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 10px;
  margin: 0px;
}
h1
{
	font-size: 1.5em;
	font-family: Trebuchet MS, sans-serif;
	margin: 10px 0px 3px 0px;
}
h2
{
	font-size: 1.2em;
	font-family: Trebuchet MS, sans-serif;
	margin: 20px 0px 3px 0px;
}
p
{
	margin: 5px 0px 10px 0px;
}
div#closest
{
  width: 80%;
  float: right;
  margin: 20px 0px 10px 0px;
  color: #eee;
  font-size: small;
}
form
{
  margin: 0px;
  padding: 0px;
}
div.descriptor
{
  float: left;
  margin: 0px 25px 0px 0px;
}
div#maincontent
{
}
div#globalnav
{
  position: relative;
  width: 20%;
  left: -2%;
  background-color: white;
  color: #eee;
}
div#globalnav a
{
  display: block;
  padding: 2% 5% 2% 0;
  text-align: right;
  text-decoration: none;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
}
div#globalnav a:hover
{
  background-color: black;
  color: white;
}
div#globalnav div
{
}
div#adlinks
{
  clear: both;
  position: relative;
  left: 20%;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Sans-Serif;
  top: 15px;
}
div#adlinks a
{
  position: relative;
  top: -4px;
  color: white;
}
div#ul
{
  background-image: url(../img/bcorner_topleft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}
div#ur
{
  width: 13px;
  height: 11px;
  background-image: url(../img/corner_topright.gif);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  top: -11px;
  left: -13px;
  margin-left: 100%;
}

div#ll
{
  background-image: url(../img/bcorner_bottomleft.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
div#lr
{
  float: right;
  width: 12px;
  background-image: url(../img/corner_bottomright.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
span.form_label
{
	display: block;
	float: left;
	width: 200px;
}
span.form_slabel
{
	display: block;
	float: left;
	width: 125px;
}
.multi
{
  column-count: 2;
}
sup.newfeature
{
  color: red;
  font-size: 0.6em;
  margin-right: 0.2em;
}
