body {
  margin: 0;
  padding: 0;
  color: black;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#wrapper {
  background-color: #FFFFFF;
  color: black;
  margin: 10px auto 10px auto;
  border: 2px solid black;
  padding: 10px;
  text-align: left;
  width: 960px;
}
#wrapper2 {
  background-color: #FFFFFF;
  color: black;
  margin: 10px auto 10px auto;
  border: 2px solid black;
  width: 850px;
}

#header-bottom {
  background-color: #6699CC;
  border-bottom: 5px solid #66CC99;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #6699CC;
  color: #FFFFFF;
  border-bottom: 5px solid #66CC99;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #6699CC;
  color: #FFFFFF;
}
#header-bottom a:hover {
  background-color: #66CC99;
  color: #FFFFFF;
}
#tagline {
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
  background-color: #6699CC;
  color: #FFFFFF;
  margin: 0;
  padding: 0px 0px 0px 5px;
  width: 500px;
  float: left;
}

#main {
  width: 100%;
  margin-top: 10px;
}

#content {
  min-height: 450px;
  margin: 0px 210px 0px 220px;
  border: 1px solid #0000CC;
  background-color: white;
  color: black;
  padding: 10px;
}
#content h1 {
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-style: italic;
  font-size: 16px;
}
#content h2 {
  padding: 10px 0px 0px 0px;
  margin: 0;
  font-family: Arial;
  font-style: italic;
  font-size: 12px;
}
#content p {
  margin: 0;
  padding: 0px 0px 10px 5px;
  font-size: 12px;
}
#content ul, #content ol {
  margin: 0px 0px 10px 0px;
  padding: 0;
}
#content ol li {
  font-size: 12px;
  margin-left: 30px;
}
#content ul li {
  font-size: 12px;
  list-style: url(images/greenbullet.gif);
  margin-left: 30px;
}
#content a:link, #content a:visited {
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
img.drpolon {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#sidebar {
  float: left;
  width: 220px;
  background-color: #FFFFFF;
  color: black;
  margin: 0;
  padding: 0;
}
#nav {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  list-style: none;
  margin: 0px 10px 10px 10px;
  padding: 0;
  color: #0066CC;
}
#nav li {
  display: block;
  border: 1px solid #D3D3D3;
  padding: 5px;
  margin: 0px 0px 5px 0px;
}
#nav a:link, #nav a:visited {
  display: block;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #0066CC;
}
#nav a:hover {
  display: block;
  color: #009900;
  background-image: url(images/drop2.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#sidebar2 {
  float: right;
  width: 200px;
  background: #66CC99 url(images/rsb_bottom.gif) center bottom no-repeat;
  color: black;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 15px 0px;
}
#features h1 {
  background: url(images/rsb_top.gif) center top no-repeat;
  padding: 10px 10px 0px 10px;
  margin: 0;
  font: Geneva, Arial;
  font-size: 12px;
  color: #0000CC;
}
#features h2 {
  font-family: Geneva, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #0000CC;
  padding: 10px 10px 0px 10px;
  margin: 0;
  border-right: 1px solid #0000CC;
  border-left: 1px solid #0000CC;
}
#features p {
  font-size: 11px;
  font-weight: bold;
  color: white;
  margin: 0;
  padding: 0px 10px 0px 20px;
  border-right: 1px solid #0000CC;
  border-left: 1px solid #0000CC;
}

#footer {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 10px;
  clear: both;
  text-align: center;
}
#footer p {
  font-size: 10px;
  color: black;
  margin: 0;
  padding: 0.2em 0em 0.2em 0em;
}
#footer a:link, #footer a:visited {
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}

#footer2 {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin: 0px;
  clear: both;
  text-align: center;
}
#footer2 h2 {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
#footer2 p {
  font-size: 10px;
  color: black;
  margin: 0;
  padding: 0.2em 0em 0.2em 0em;
}
#footer2 a:link, #footer2 a:visited {
   text-decoration: none;
}
#footer2 a:hover {
   text-decoration: underline;
}

#brochure {
  font-size: 11px;
  margin: 10px;
  list-style: url(images/pdf_icon.gif);
  text-align: center;
}

#sitemap {
  border: 1px solid #0000CC;
  background-color: white;
  color: black;
  list-style: url(images/greenbullet.gif);
}
#sitemap a:link, #sitemap a:visited {
  text-decoration: none;
}
#sitemap a:hover {
  text-decoration: underline;
}

label {
  float: left;
  width: 20%;
  margin-left: 15px;
  font-size: 11px;
  text-align: right;
}
input, textarea {
  width: 50%;
  margin: 0px 0px 5px 5px;
}
textarea {
  width: 50%;
  height: 150px;
}
#submitbutton {
  margin-left: 260px;
  margin-top: 5px;
  width: 90px;
  background: #6699CC;
}
.keywords {
  background: #EEE;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}

/* IMAGES */
img.image-right {
 float: right;
 margin: 0px 0px 10px 10px;
 padding: 0px;
 background: none;
 border: none;
}
img.image-left {
 float: left;
 margin: 0px 10px 10px 0px;
 padding: 0px;
 background: none;
 border: none;
}