* {
  margin: 0;
  padding: 0;
}

body {
  background: #f3f3f0;
  font: 12px arial, helvetica, sans-serif;
  color: #777;
  text-align: center;
}

p { margin-bottom: 20px; }

a {
  color: #f60;
  text-decoration: none;
}

a:hover,
a:active { color: #246; }

img { border: none; }

/***************************************************************/

div#layout {
  width: 947px;
  margin: 20px auto;
  text-align: left;
}

div#logo {}

div#banner {
  height: 160px;
  background: url(../images/banner.png) no-repeat;
  text-indent: -9999px;
  margin: 8px 0;
}

div#leftcol {
  float: left;
  width: 208px;
}

div#leftcol-top {
  height: 13px;
  background: url(../images/leftcol-top.png) no-repeat;
  padding: 12px;
}

div#leftcol-bottom {
  height: 5px;
  background: url(../images/leftcol-bottom.png) no-repeat;
}

div#mainnav {
  background: url(../images/mainnav.png) repeat-y;
  padding: 2px 3px 0 3px;
}

div#rightcol {
  float: right;
  width: 735px;
}

div#sitemap {
  height: 13px;
  background: url(../images/sitemap.png) no-repeat;
  text-align: center;
  color: #000;
  padding: 12px 5px;
}

div#maincontent {
  background: url(../images/maincontent.png) repeat-y;
  padding: 40px 20px;
}

div#footer {
  height: 18px;
  background: url(../images/footer.png) no-repeat;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 5px 10px;
}
div#footer a {
 color:#fff;
 text-decoration:underline;
}

/***************************************************************/

div#mainnav ul { list-style-type: none; }

/***************************************************************/

* html div#mainnav li { width: 202px; }

/***************************************************************/

div#mainnav li a {
  display: block;
  padding: 3px 12px;
  color: #000;
}

div#mainnav ul li ul li a { padding: 3px 12px 3px 45px; }

div#mainnav ul li ul li ul li a { padding: 3px 12px 3px 75px; }

div#mainnav ul li a:hover,
div#mainnav ul li a:active,
div#mainnav ul li a.active {
  background: #febe82;
  color: #c005fd;
}

div#sitemap a { color: #000; }

div#sitemap a:hover,
div#sitemap a:active,
div#sitemap a.active { color: #c005fd; }

/***************************************************************/

div#logo h1 {
  height: 54px;
  background: url(../images/logo.png) 15px no-repeat;
  text-indent: -9999px;
}

h2 {
  font: 24px "times new roman";
  margin-bottom: 24px;
}

/***************************************************************/

.clear { clear: both;  }
.left  { float: left;  }
.right { float: right; }

/* EOF */
