* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  color: #000;
}

div.cleardiv {
  clear: both;
}

#wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 95%;
}

#identity {
  font-size: 20px;
  margin-bottom: 8px;
}

li {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Header */


#header {
  vertical-align: top;
  background: transparent;
  text-align: center;
}
#headerbody {
  width: 100%;
  background: transparent;
}
#headerbody img {
  display: none;
}
#location {
  font-family: Arial, Helvetica, sans-serif;
}

#headerbody h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  border: 1px solid #777;
  margin-top: 8px;
  padding top: 4px;
  padding-bottom: 4px;
  background-color: #eee;
}

#hmenu1 {
  display: none;
}
#hmenu2 {
  display: none;
}

/* SideNav */

#sidenav {
  width: 30%;
  padding-bottom: 16px;
  border-right: 1px solid #333;
  background-color: transparent;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}

#sidenav p {
  font-size: 12px;
  margin: 12px 20px 20px 0px;
  line-height: 1.5em;
}

div.sidefeature1 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#sidenav div.sidefeature1 p {
  font-size: 11px;
  color: #333;
  line-height: 16px;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 10px;
}
#sidenav div.sidefeature1 p a {
  color: #333;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#sidenav div.sidefeature1 p a:hover {
  text-decoration: underline;
}
#sidenav div.sidefeature1 p.p2 a {
  margin-left: 10px;
}

/* Body */

#content {
  vertical-align: top;
  padding-bottom: 10px;
}

#breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
  background: #fcfcfc;
  color: #000;
  font-size: 10px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 7px 15px 7px 15px;
}
#breadcrumb a {
  color: #000;
  font-size: 10px;
}

#content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #245A6D;
  margin: 12px 16px 0px 16px;
}
#content h2 a {
  color: #000;
}
#content h3 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Added for Home Page */
#content div.h2 {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  text-align: right;
  background: transparent;
  /*height: 41px;*/
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-right: 20px;
}

#content p {
  font-size: 12px;
  line-height: 18px;
  margin: 12px 20px 12px 16px;
  color: #000;
}
#content p a {
  color: #000;
}

#content p.p2 {
  margin-left: 0;
}

#content ul {
  padding-top: 0;
  margin-left: 20px;
}
#content ul li {
  font-size: 12px;
}
#content ul li a {
  color: #000;
}

#content .feature {
  padding-bottom: 0;
}
#content .feature img {
  float: left;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0;
  margin-right: 16px;
}

/* Added for Home Page */
#content .feature h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin-right: 1em;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}

#content .feature p {
  margin-left: 16px;
  color: #000;
}

/* Footer */

#footer {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
}
#footer ul {
  display: none;
}
/*
#footer li {
  display: none;
}
*/
#footer a {
  text-decoration: none;
  color: #333;
}

#footer div.left {
  color: #333;
  font-size: 11px;
  float: left;
  margin-left: 20px;
}
#footer div.right {
  color: #333;
  font-size: 11px;
  float: right;
  margin-right: 20px;
}
#footer div.right a {
  color: #333;
}

