html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div { margin: 0; padding: 0; border: 0; }

body {
  background: #ffffff;
  color: #000;
  font: 13px arial, Verdana, Sans-Serif;
  text-align: center;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 1.3em 0;
}
h1,h2,h3,h4,h5 {
  font-size: 1em;
  font-weight: bold;
  color: ##333333;
  line-height: 1.5em;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}
.lfloat {
  float: left;
}
.rfloat {
  float: right;
}
small {
  font-size: .8em;
}

#wrapper {
  width: 760px;
  text-align: left;
  margin: 0 auto;
  background: #ffffff;
  line-height: 1.4em;
}

#header {
  background: #fff;
  color: #fff;
  text-align: left;
  padding: 20px 0;
}
#header a {
  color: #fff;
}
#header h1 {
  font-size: 2.3em;
  color: #ff0;
}
#header h2 {
  font-size: 1.4em;
  color: #fff;
}

#maincontent {
  padding: 20px;
  width: 540px;
  float: left;
  color: #000000;
  background: #fff;
}
#maincontent h1 {
  font-size: 1.3em;
}

#sidecontent {
  padding: 20px 0;
  width: 160px;
  float: right;
}
#sidecontent a {
  color: #0000ff;
}
.sidenav li {
  list-style-image: url(images/dot.gif);
  list-style-position: outside;
  margin-left: 15px;
}

.imageleft {
	float: left;
	margin-right: 15px;
}

.imageright {
	float: right;
	margin-left: 15px;
}

#footer {
  background: #0099cc;
  color: #fff;
  text-align: center;
  font-size: .8em;
  padding: 5px 0;
}
#footer a {
  color: #fff;
}
.bottomnav {
  width: 390px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.bottomnav li {
  float: left;
  list-style: none;
}
.bottomnav a {
  display: block;
  float: left;
  margin: 0 10px;
}
