body {
  color: #000000;
  font-family:sans-serif;
  font-size: 11px;
  margin: 0 0 10px 0;
}

.clear {
  clear: both;
}

.blackframe {
  border: 1px black solid;
}

.noframe {
  border: 0px white solid;
}

.hide img {display:none}

/*//////////////////////////////links*/
a {
  color: purple;
  text-decoration: none;
}

a:hover {
  background: yellow;
}

.nolink a, .nolink a:hover, .nolink img {
  text-decoration: none;
  border: 0px;
  color: black;
  background: none;
}

/*//////////////////////////////headlines*/
h1 {
  margin: 0 0 27px 0;
  padding: 3px;
  font-size: 32px;
  background: yellow;
  color: purple;
}

h2 {
  font-size: 11px;
  font-weight: strong;
}

h3 {
  font-size: 11px;
  line-height: 12px;
  font-weight: strong;
  padding: 20px 0 0 0;
}

/*//////////////////////////////container*/
#header {
  float: left;
  clear: both;
}


#nav {
  width: 120px;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 20px 0 0;
}

#nav dt:hover {
  background: yellow;
}

#content {
  width: 500px;
  padding: 0 0 0 5px;
  float: left;  
}

#feature {
  width: 150px;
  padding: 0 0 0 5px;
  float: left; 
}


//////////////////////Supernav

#supernav
{
	text-align: left;
	background: white;
	position: static;
	float: clear;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, trebuchet, sans-serif;
	color: black;
	border-bottom: 1px solid #C5BD9B;
}

#supernav .start
{
	padding: 0 0 0 5px;
	background: url(images/sidetitlebg_.gif) repeat;
	border-right: 1px solid #C5BD9B;
	border-bottom: 1px solid #C5BD9B;
}

#supernav a
{
	padding: 0 10px;
	border-right: 1px solid #C5BD9B;
	border-bottom: 1px solid #C5BD9B;
}

#supernav a:hover, a:active
{
	background: #DEDCAF;
}
