@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 10px;
  background: #000000 none repeat scroll 0% 50%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  color: #000000;
  font-family: Verdana;
  font-size: 100%;
}

.pvcLayout #container {
  margin: 0 auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 800px;
  text-align: left;
}

.pvcLayout img {
  border: 1px solid #000000;
  margin: 10px;
}

.pvcLayout #imgCaption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #969696;
  margin-left: 10px;
  margin-top: -10px;
}

.pvcLayout a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: #009349;
}

.pvcLayout #header {
  text-align: left;
  background-color: #e5de31;
}

.pvcLayout #header h1 {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: black;
}

.pvcLayout #mainNav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #009349;
}

.pvcLayout #mainNav ul {
  margin: 0;
  padding: 0 10px;
}
.pvcLayout #mainNav li {
  display: inline;
}

.pvcLayout #mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
  text-decoration: none;
  color: #ffffff;
}

.pvcLayout #sidebarNav {
  border: 1px solid #000000;
  margin: 10px 2px;
  background-color: #ffffff;
}

.pvcLayout #sidebarNav h3 {
  border-bottom: 1px solid #000000;
  margin: 0;
  background-color: #e5de31;
  text-align: center;
}

.pvcLayout #sidebarNav ul {
  border-bottom: 1px solid #000000;
  margin: 0;
  padding: 2px 10px;
  background-color: #e5de31;
  text-align: left;
}

.pvcLayout #sidebarNav li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

.pvcLayout #sidebarNav a:link, #sidebarNav a:visited, #sidebarNav a:hover, #sidebarNav a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.pvcLayout #sidebarNav img {
  margin: 8px;
}

.pvcLayout #subNav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0px -10px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  background-color: #e5de31;
}

.pvcLayout #subNav ul {
  margin: 0;
  padding: 0 10px;
}

.pvcLayout #subNav li {
  display: inline;
}

.pvcLayout #subNav a:link, #subNav a:visited, #subNav a:hover, #subNav a:active {
  text-decoration: none;
  color: #000000;
}

.pvcLayout #sidebar {
  float: left;
  width: 175px;
}

.pvcLayout #sidebarEmpty {
  float: left;
  width: 175px;
  background-color: #009349;
}

.pvcLayout #mainContent {
  border: 1px solid #000000;
  margin: 10px 10px 10px 175px;
  padding: 10px;
}

.pvcLayout #mainContentNoSidebar {
  border: 1px solid #000000;
  margin: 10px 10px 10px 10px;
  padding: 10px;
}

.pvcLayout #mainContent img {
  border:  none;
  margin: 0px;
  padding: 0px;
}

.pvcLayout #mainImgCaption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #969696;
  margin-left: 10px;
  margin-top: 10px;
}

.pvcLayout #mainContent table {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  color: #000000;
  font-family: Verdana;
  font-size: 80%;
}

.pvcLayout #footer {
  padding: 0 10px;
  background-color: #ffffff;
}

.pvcLayout #footer p {
  margin: 0;
  padding: 10px 0;
}

.pvcLayout #footer img {
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle;
}

.fltrt {
  float: right;
}

.fltlft {
  float: left;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}