body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url(../design/p-page-bg.gif) repeat-x;
  font-family: arial;
  font-size: 11px;
  color: rgb(48,101,172);
}
td, th {
  font-size: 11px;
}
.clear {
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
div {
  margin: 0px;
  padding: 0px;
}
#page-container {
  margin: 0px auto;
  text-align: left;
  width: 780px;
}
#navigation-strip {
  width: 734px !important;
  width: 780px;
  height: 19px !important;
  height: 22px;
  border-right: 8px solid rgb(157,216,253);
  border-left: 8px solid rgb(157,216,253);
  background-color: rgb(255,255,255);
  text-align: right;
  padding: 3px 30px 0px 0px;
}
#navigation-strip a {
  color: rgb(231,128,28);
  text-decoration: none;
}
#navigation-strip a:hover {
  color: rgb(35,147,218);
}
#header {
  width: 780px;
  height: 223px;
}
#header img {
  border: none;
}
#content-container {
  border-right: 8px solid rgb(157,216,253);
  border-left: 8px solid rgb(157,216,253);
  border-bottom: 8px solid rgb(157,216,253);
  padding: 27px 9px;
  background: rgb(255,255,255) url(../design/p-content-graphics.jpg) no-repeat top right;
  clear: both;
  min-height: 465px;
  height: auto !important;
  height: 465px;
}
#content-container-article {
  border-right: 8px solid rgb(157,216,253);
  border-left: 8px solid rgb(157,216,253);
  border-bottom: 8px solid rgb(157,216,253);
  padding: 27px 9px;
  background: rgb(255,255,255);
  clear: both;
}
#menu-container {
  width: 223px;
  float: left;
}
#menu {
  width: 209px;
  border-bottom: 4px solid rgb(48,101,172);
}
#menu a {
  display: block;
  color: rgb(48,101,172);
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
  color: rgb(231,128,28);
}
#menu a.level-1 {
  width: 189px !important;
  width: 209px;
  height: 19px !important;
  height: 24px;
  padding: 5px 10px 0px 10px;
  font-size: 12px;
}
#menu a.level-1-active {
  width: 189px !important;
  width: 209px;
  height: 19px !important;
  height: 24px;
  padding: 5px 10px 0px 10px;
  font-size: 12px;
  color: rgb(231,128,28);
}
#menu a.col1 {
  background: url(../design/p-menu-col1.gif) no-repeat;
}
#menu a.col2 {
  background: url(../design/p-menu-col2.gif) no-repeat;
}
#menu a.col3 {
  background: url(../design/p-menu-col3.gif) no-repeat;
}
#menu a.col4 {
  background: url(../design/p-menu-col4.gif) no-repeat;
}
#content-container-article #content {
  width: 514px;
  float: left;
}
#content-container #content {
  width: 364px;
  float: left;
}
#content h1, h2, h3, h4, h5, h6 {
  color: rgb(231,128,28);
}
#content h1 {
  font-size: 16px;
  text-align: right;
  padding: 3px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid rgb(48,101,172);
}
#content h2 {
  font-size: 14px;
  padding: 4px 0px;
  margin: 0px;
}
#content h3 {
  font-size: 12px;
  padding: 4px 0px;
  margin: 0px;
}
#content h4, h5, h6 {
  font-size: 11px;
  padding: 2px 0px;
  margin: 0px;
}

#content a {
  color: rgb(231,128,28);
}
#content a:hover {
  color: rgb(35,147,218);
}
#content a:visited {
  color: rgb(48,101,172);
}

#footer {
  height: 20px !important;
  height: 25px;
  background-color: rgb(157,216,253);
  text-align: center;
  color: rgb(48,101,172);
  padding-top: 5px;
}
label {
  width: 100px;
  font-weight: bold;
}
