/* Default page settings */
   body {
	  font-size: 1em;
   }

/* Adjust width of each div */
   #container, #fhcontainer, #fhcontent, #header, #navbar, #breadcrumbs, #footer {
	  width: 830px;
   }
   #sidemenu {
	  width: 174px;
   }
   #content {
	  width: 610px;
	  padding: 20px;
	  border-left: 180px solid #f0f3f9;
	  margin-left: -180px;
   }
   #fhcontent TABLE {
	  width: 730px;
   }
   #fhcontent .FhMiniEntry {
	  width: 630px;
   }
   #fhcontent .FhMiniTitle, #fhcontent .FhMiniEntry {
	  background: inherit;
	  color: #000000;
   }
   
/* Container */
   #container, #fhcontainer {
	  background: #ffffff;
	  color: inherit;
   }

/* Breadcrumb trail navigation */
   #breadcrumbs {
	  background: inherit;
	  color: #000000;
   }

/* Side Menu */
   #sidemenu h1, #sidemenu h2 {
	  background: inherit;
	  color: #000000;
   }

/* Accessibility options */
   .toplink {
	  background: inherit;
	  color: #000000;
   }

   #content p.caption {
	  background: inherit;
	  color: #000000;
   }
   #content table.list {
	  background: #ffffff;
	  color: inherit;
   }

/* Form layout */
   #content fieldset {
	  border: 1px solid #999999;
   }
   #content input.field {
	  border: 1px solid #999999;
   }
   #content input.radio {
      margin-right: 5px;
   }
   #content textarea {
	  border: 1px solid #999999;
   }
