body {
  border-style: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: #b500b5 none repeat scroll 0 50%;
  width: 100%;
  min-width: 600px;
  font-size: 90%;
}
a:link {
  color: black;
}
#header {
  border-bottom: 2px solid #010101;
  background-color: #b500b5;
  font-size: 3em;
  clear: both;
  float: left;
  color: #ecf091;
  text-align: center;
  font-family: sans-serif;
  background-image: url(image/arcobanner.gif);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
#layoutdims {
  border-top: 4px solid #000000;
  margin: 0;
  padding: 6px 15px ! important;
  background: #ff60b8 none repeat scroll 0 50%;
  clear: both;
  text-align: right;
}
.colmask {
  overflow: hidden;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.colright, .colmid, .colleft {
  float: left;
  width: 100%;
  position: relative;
}
.col1, .col2, .col3 {
  padding: 0 0 1em;
  overflow: hidden;
  float: left;
  position: relative;
}
.leftmenu {
  background: #fbfca7 none repeat scroll 0 50%;
}
.leftmenu .colleft {
  background: #ff60b8 none repeat scroll 0 50%;
  right: 75%;
  min-height: 580px;
}
.leftmenu .col1 {
  width: 71%;
  left: 102%;
}
.leftmenu .col2 {
  width: 21%;
  left: 6%;
}
#footer {
  border-top: 1px solid #000000;
  clear: both;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  float: left;
  width: 100%;
  padding-bottom: 1em;
  max-height: 20px;
  min-height: 20px;
  height: 20px;
}
#footer p {
  margin: 0;
  padding: 10px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}
#navcontainer {
  margin: 0 auto;
  padding: 1em 0;
  background-color: #b500b5;
  width: 100%;
  font-family: georgia,serif;
  font-size: 13px;
  text-align: center;
}
ul#navlist {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 70%;
}
ul#navlist li {
  margin: 0;
  padding: 0;
  display: block;
}
ul#navlist li a {
  border-style: solid;
  border-color: #ffffee #aaab9c #cccccc #ffffff;
  border-width: 1px;
  padding: 0.5em 0 0.5em 2em;
  display: block;
  width: 100%;
  color: #000000;
  text-decoration: none;
  background-color: #de00df;
}
#navcontainer > ul#navlist li a {
  width: auto;
}
ul#navlist li#active a {
  background-color: #fbfca7;
  color: #000000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
  border-color: #aaab9c #ffffff #ffffff #cccccc;
  color: #fbfca7;
  background-color: transparent;
}

