 html
,body
{
  margin: 0;
  padding: 0;
  height: 100%;
}

body
{
  background-image: url("../images/topbg.png");
  background-repeat: repeat-x;
  background-color: white;
}

a
{
  color: #000000;
  text-decoration: underline;
}
 a:hover
{
 color: #FF4900;
 text-decoration: none;
}

h1
{
 text-align:left;
 text-indent:0;
 padding:0 0 10pt;
 margin:0pt;
 font-family:Verdana;
 font-size:11pt;
 color:#FF8E00;
 font-weight:bold;
 text-shadow:none;
 font-style:normal;
 text-decoration:none;
}

#header
{
  background-image: url("../images/headerbg.png");
  background-repeat: no-repeat;
  position: relative;
  height: 119px;
}

#face
{
  height: 119px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#text
{
  position: absolute;
  left: 191px;
  top: 77px;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-align: right;
}

.sitename
{
  position: absolute;
  left: 400px;
  top: 40px;
  font-family: arial, helvetica, sans-serif;
  font-size: 200%;
  font-weight: bold;
  color: #000000;
}

#topsearch
{
  position: absolute;
  left: 780px;
  top: 60px;
}

#bar
{
  top: 92px;
  left: 0px;
  width: 100%;
  height: 27px;
  background-color: #FF4900;
  position:absolute;
  opacity: .15;
  filter: alpha(opacity=15);
}

#mainlinksbar
{
  padding: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  font-weight: bold;
  position: absolute;
  top: 92px;
  left: 0px;
  width: 100%;
  height: 27px;
}

#mainlinksbar a
{
  color: #000000;
  text-decoration: none;
}

#mainlinksbar img
{
  margin-right: 5px;
}

#path
{
  position: absolute;
  left: 180px;
  top: 5px;
  padding-left: 5px;
  color: #000000;
}

a.mainmenuitem
{
  display: block;
  padding: 10px 10px 10px 5px;
  background-image: url("../images/arrow.gif");
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  border-bottom: 1px solid #DADFE5;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

a.submenuitem
{
  display: block;
  padding: 5px 5px 5px 15px;
  background-image: url("../images/arrow.gif");
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  border-bottom: 1px solid #DADFE5;
  text-decoration: none;
  color: #000000;
}
 .mainmenuitem:hover
,.mainmenuitem.selected
,.submenuitem:hover
,.submenuitem.selected
{
  background-color: #E7F0F9;
  text-decoration: none;
}

#content
{
  font-family: arial, helvetica, sans-serif;
  font-size: 74%;
  padding: 10px 35px 10px 5px;
}

.newsitem.border
{
  border-bottom: 1px solid #E1E5E8;
}

 .newsitem h1
,.newsitem .description
{
  font-size: 100%;
  padding: 0;
  margin: 0 0 0 5px;
}

.more
{
  text-align: right;
  text-decoration: none;
}

.block
{
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #DFE5E5;
  font-size: 74%;
  xmargin-top: 10px;
  margin-bottom: 10px;
}
.block .description
{
  padding: 5px;
}
.block .header
{
  color: white;
  background-color: #FF4900;
  padding: 5px;
  font-weight: bold;
}

.block .header a
{
  color: white;
}

.block .readmorelink
{
  display: block;
  padding: 5px 5px 5px 15px;
  background-image: url("../images/arrow.gif");
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.block .readmorelink.border
{
  border-bottom: 1px solid #DADFE5;
}
.block .readmorelink.selected
{
  font-weight: bold;
}

.block form.search
{
  margin: 0;
  padding: 5px;
}

.block form.search input.textinput
{
  width: 100px;
}

input.button
{
  background-color: #000000;
  border: none;
  color: white;
}

#footer
{
  font-family: arial, helvetica, sans-serif;
  border-top: 1px solid #DFE5E5;
  font-size: 74%;
  padding: 10px 0px 10px 180px;
}

#footer a
{
  padding-right: 40px;
  text-decoration: none;
}

/* webpack */

/* Global tag, containing the complete webpack item */
.whwp
{
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}

/* Webpack item title */
.whwp .whwp-title
{
  font-family: Verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  color: #FF8E00;
  font-size: 110%;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #FF4900;
  text-align: center;
  color: #FFFFFF;
  border: outset 1px;
  border-right-color: #000000;
  border-bottom-color: #000000;
  margin: 3px 3px 3px 0px;
}

/* Links with an input button appearance */
.whwp a.whwp-button, .whwp a.whwp-button:hover
{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

.whwp input.whwp-button
{
  /* IE/FF work around: first pointer, then hand */
  cursor: pointer;
  cursor: hand;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
}

.whwp .whwp-questiongroup
{
  border: 1px #000000 solid;
  padding: 10px;
  margin: 20px 0px;
  background-color: #FFFFFF;
}

/* Individual questions */
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px;
}

/* Individual question labels */
.whwp .whwp-questiongroup .whwp-question label,
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px 4px 0px;
}

.whwp .whwp-questiongroup .whwp-question input, .whwp .whwp-questiongroup .whwp-question textarea,
.whwp .whwp-questiongroup .whwp-question option, .whwp label input, .whwp label textarea,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup label
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.whwp .whwp-entry
{
  border: 1px solid #000000;
  margin: 10px 0px;
}

.whwp .whwp-entry .whwp-header
{
  background-color: #D0D0D0;
  font-weight: bold;
  padding: 4px;
}

.whwp .whwp-entry .whwp-message
{
  padding: 4px;
}

.whwp .whwp-entry .whwp-message blockquote
{
  margin-left: 1pt;
  border-left: 1pt solid #000000;
  padding-left: 5pt;
}

.whwp .whwp-entry .whwp-footer
{
  padding: 5px;
}

.whwp table.whwp-table
{
  border: solid 1px #000000;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%; /* Ensure IE picks up the inherited font-size for this table */
}

.whwp table.whwp-table th
{
  text-align: left;
  padding: 2px 5px;
  background-color: #D0D0D0;
  vertical-align: top;
  white-space: nowrap;
  color: #000000;
}

.whwp table.whwp-table td
{
  text-align: left;
  padding: 2px 5px;
  vertical-align: top;
}

.whwp .whwp-odd
{
  background-color: #EEEEEE;
}

.whwp .whwp-even
{
  background-color: #FFFFFF;
}

.whwp .whwp-errors
{
  color: #FF0000;
}

.whwp table.whwp-attachments
{
  font-size: 100%;
}

/* End of the standard webpack CSS definitions */



/* SIFR */

.sIFR-flash
{
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced
{
  visibility: visible !important;
}

span.sIFR-alternate
{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]
{
  display: none !important;
}

.sIFR-hasFlash .sitename
{
  visibility: hidden;
  font-size: 26pt;
}


div.whc
{
  color: #000000;
}

table.searchresults td
{
  padding-top:10px;
}
span.searchresultnum
{
  font-size: 150%;
  font-weight: bold;
}

span.searchresultdate
{
  font-style: italic;
}

  a.prevnextlink
, a.searchresulttitle
{
  color: #FF8E00;
  font-weight: bold;
  text-decoration: none;
}

span.prevnextlink
{
  color: #FF8E00;
}

a.pagenum
{
  background-color: #FF8E00;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  margin: 3px;
  text-decoration: none;
}

span.pagenum
{
  background-color: white;
  color: #4b1c48;
  border: 1px solid #000000;
  font-weight: bold;
  padding: 0 5px;
}
