html{height:100%;}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px solid #000;
	background-image: url(/img/D4C68E.gif);
	background-repeat:repeat;

}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #8f7aaa;
}

#content {
	padding: 5px;
	margin-left: 175px;
	height:100%; 
	background-color:#fafafa; 
	height-minimum:250px; 
}

#banner a, #content a {
	color:#8f7aaa;
}

#sidebar-a {
	float:left; 
	width:175px; 
	\width:170px; 
	w\idth:165px;   
	padding: 0px; 
	height:100%; 
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 5px;
       color:#FFFFFF;
	background-color: #8f7aaa;
	font-size:x-small;
	text-align:center;
}

#footer a {
color: #FFFFFF;
}

/* the menus */

#mainMenu {
  background-color: #EEE;
  border: 1px solid #CCC;
  color: #000;
  width: 203px;
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 30px;
}

li.menubar {
  font-size: 12px;
  line-height: 1.5em;
  list-style: url(/img/plus.gif) none;
}

li.menubar2 {
  font-size: 12px;
  line-height: 1.5em;
  list-style: url(/img/square.gif) none;
}

.menu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.menu li {
  list-style: url(/img/square.gif) none;
}

a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
}

.menu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.menu li a:hover {
  border-bottom: 1px dashed #000;
}

span.key {
  text-decoration: underline;
}



