/****************************************
/ General definitions
/****************************************/
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
img {
  border: 0px;
}
form {
  display: inline;
}

/****************************************
/ Header Container
/****************************************/
#cHeader {
  display: none;
}

/****************************************
/ Banner Container
/****************************************/
#cBanner {
  display: none;
}

/****************************************
/ cPrimaryNavigation Container
/****************************************/
#cPrimaryNavigation {
  display: none;
}

/****************************************
/ Breadcrumb Container
/****************************************/
#cBreadcrumbNavigation {
  display: none;
}

/****************************************
/ Textsizer Container
/****************************************/
#cTextsizer {
  display: none;
}

/****************************************
/ cSecondaryNavigation Container
/****************************************/
#cSecondaryNavigation {
  display: none;
}
#cSecondaryNavigationBottom {
  display: none;
}

/****************************************
/ cContent Container
/****************************************/
#cContent h1 {
  font-size: 20px;
  font-weight: normal;
  color: #006bb0;
}

#cContent h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#cContent p {
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #006bb0;
}
a:hover {
  color: #d0031c;
}

/****************************************
/ cSidebar Container
/****************************************/
#cSidebar {
  display: none;
}

/****************************************
/ DynamicFooter Container
/****************************************/
#cDynamicFooter {
  display: none;
}
