/* <style> */

div.container {
  width:100%;
  margin:0;
}
div.header {
  padding:0px;
  color:#DDDDDD;
  background-color:#3401cc;
  clear:both;
}
div.left {
  float:left;
  width:20%;
  margin:1em;
  /* text-align:left; */
  /* border-right:1px solid; */
}
div.content {
  width:80%;
  border-left:1px solid;
  padding-left:1em;
  margin-left:20%;
}
div.midcolumn {
  width:45%;
  float:left;
  padding:0;
  margin:0;
}
div.rightcolumn {
  float:right;
  width:45%;
  padding:0;
  margin:0;
}


.menu a:hover {
  color:#3300CC;
  background-color:#999999;
}
ul.none {
  list-style-type: none;
  text-indent:0;
}
ul.decimal {
  list-style-type: decimal;
  text-indent:0;
}
ul.circle {
  list-style-type: circle;
  text-indent:0;
}

/* </style> */
