html, body
{
  margin: 0;
  padding: 0;
}

html
{
  overflow-y: scroll;
}

body
{
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background-color: black;
  background-image: url(../images/bodybg.gif);
  background-repeat: repeat-x;
  text-align: center;
}

img
{
  border: none;
}

a
{
  color: #1a7ac0;
  text-decoration: underline;
}

form
{
  margin: 0;
  padding: 0;
}

#container
{
  width: 994px;
  background-image: url(../images/containerbg.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
}

#topmenu
{
  height: 42px;
}

#topmenu a.topmenuitem
{
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: block;
  float: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #666666;
}

 #topmenu a.selected
,#topmenu a:hover
{
  border-bottom: 2px solid #186cb8;
}

#topmenu span.topmenudivider
{
  float:left;
  display: block;
  margin: 0px 10px;
  color: white;
}

#topmenusearch
{
  padding-bottom: 7px;
}

#topmenusearch label
{
  color: white;
  text-transform: uppercase;
  padding-right: 3px;
}

#searchtext
{
  border: none;
  background-color: #949494;
  font-size: 8pt;
}

#logobar
{
  height: 107px;
}

#flashheader
{
  margin: 0;
  padding: 0;
  line-height: 1px;
}

#fader
{
  height: 30px;
  position: absolute;
  margin-top: -30px;
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#contentcontainer
{
  background-color: white;
}

#pagetitle
{
  background-color: #1a7ac0;
  color: white;
  font-size: 12pt;
  padding: 10px 15px 10px 30px;
}

#description
{
  padding: 10px 225px 15px 15px;
}

#content
{
  padding: 15px 15px 15px 30px;
}

#contentimage
{
  padding-top: 15px;
}

#submenu
{
  padding: 15px 15px 0px 10px;
}

#rightmenu
{
  background-image: url(../images/rightmenubg.gif);
  background-repeat: repeat-y;
  background-color: white;
  line-height: 1.7em;
}

#submenu .blockheader
{
  color: black;
  font-weight: bold;
}

 #rightmenu a
,#submenu a
{
  color: #1a7ac0;
  font-weight: bold;
  text-decoration: none;
}

 #rightmenu a.isselected
,#submenu a.isselected
,#rightmenu a:hover
,#submenu a:hover

{
  color: black;
}

#contactmenu
{
  background-image: url(../images/contactmenubg.gif);
  background-repeat: no-repeat;
  background-color: black;
  height: 98px;
  padding: 24px;
}

#contactmenu .blockheader
{
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

 #contactmenu a.isselected
,#contactmenu a.isselected
,#contactmenu a:hover
,#contactmenu a:hover

{
  color: white;
}



#mainmenu
{
  padding: 24px;
}

#mainmenu .blockheader
{
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

#rightmenu hr
{
  border: none;
  background-color: #767676;
  height: 1px;
  margin: 6px 0px;
}

#disclaimer
{
  bottom: 0;
}

#disclaimer
{
  background-image: url(../images/rightmenubg.gif);
  background-repeat: repeat-y;
  background-color: white;
  line-height: 1.7em;
}

#disclaimer div
{
  padding: 0px 0px 12px 24px;
}

#disclaimer div a
{
  color: #949494;
}

.searchresulttitle
{
  color: #1a7ac0;
  font-weight: bold;
}

.searchresulturl
{
  color: #1a7ac0;
}

table.banner_container
{
  background-color: #DEE1E6;
  width: 100%;
  margin: 5px 0px;
}

table.box_container
{
  background-color: #CEDFF3;
  width: 100%;
  margin: 5px 0px;
}

td.banner_top, td.banner_bottom, td.box_top, td.box_bottom
{
  height: 8px;
}

td.banner_content, td.box_content
{
  padding: 3px 8px;
}



/* The standard webpack CSS. This CSS is shared by all webpacks and
   modifying it allows you to easily adapt all webpack types to your
   site design. We recommend that you remove this CSS from the individual
   webpack demos, and instead move it to your site's central CSS files */

/* Global tag, containing the complete webpack item */
.whwp
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}

/* Webpack item title */
.whwp .whwp-title
{
  font-weight: bold;
}

/* All links */

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #0F5EC7;
  text-align: center;
  color: #FFFFFF;
  margin: 3px 3px 3px 0px;
  border: none;
  font-weight: bold;
}

/* 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
{
  margin: 10px 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
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  background-color: #CEDFF3;
  border: 1px solid #8B8B8B;
}


.whwp .whwp-questiongroup .whwp-question option,
.whwp label input,
.whwp label textarea,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup label,
.whwp .whwp-questiongroup .whwp-question .whwp-formgroup input

{
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  background-color: #FFFFFF;
  border: none;
}

.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 */

.whc
{
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  width: 470px;
}

.whc a
{
  color: #0E60C6;
}

.whc_searchbox
{
  border: none; padding: 8px 6px;
}

.whc_searchbox input.whc_searchfield
{
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
  font-style: normal;
  background-color: #CEDFF3;
  border: 1px solid #8B8B8B;
}


.whc_searchbox input.whc_searchbutton
{
  /* 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 */
  width: 100px;
  background-color: #0F5EC7;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 3px 1px 0px;
  border: none;
  font-weight: bold;
}

.whc .whc_header
{
  font-weight:bold;
  font-size: 110%;
}

.whc div
{
  padding: 0px 0px 5px 0px;
}

.whc .result_header
{
  font-size: 120%;
}

.whc .result_footer
{
  font-size: 90%;
}

.whc div.navpages
{
  padding: 5px 0px 5px 0px;
}



td.other_news
{
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  color: #6D6D6D;
  background-color: #CCCCCC;
  padding: 0px 0px 2px 10px;
}


.txt
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.grey
{
  color: #656565;
}

.blue
{
  color: #0E60C6;
}

.download_links
{
  color: #656565;
  margin-bottom: 20px;
}