html, body
{
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  height: 95%;
}

form
{
  padding: 0;
  margin:0;
}
h1
{
  color: #5f6263;
  font-size: 120%;
}
a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#contentarea a
{
  color: #336699;
}

#outer
{
  margin: 0px auto;
  text-align: center;
  width: 980px;
  position: relative;
  height: 100%;
}

#homeframework
{
  margin: 10px 0px;
  border: 3px solid #b7babc;
  height: 100%;
  width: 980px;
  position: relative;
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
}


#framework
{
  margin: 10px 0px;
  border: 3px solid #b7babc;
  height: 100%;
  width: 980px;
  position: relative;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-y;
}

#top
{
  background-image: url(../images/top.gif);
  background-repeat: no-repeat;
  width: 980px;
  height: 116px;
}

#sectiontitle
{
  position: absolute;
  top: 80px;
  left: 250px;
  font-size: 375%;
  color: #f0f6fa;
  font-weight: bold;
  text-transform:uppercase;
}

#homesectiontitle
{
  position: absolute;
  top: 250px;
  left: 30px;
  font-size: 275%;
  color: #fbfcfd;
  font-weight: bold;
  text-transform:uppercase;
}

#mainmenu
{
  width: 241px;
}

#mainmenutop
{
  background-image: url(../images/mainmenutop.gif);
  background-repeat: no-repeat;
  height: 143px;
}

#nexus
{
  position: absolute;
  margin-top: -15px;
  margin-left: 2px;
  z-index: 200;
}

#homenexus
{
  xposition: absolute;
  margin-top: 415px;
  left: 4px;
}

 #nexus a
,#homenexus a
{
  color: #b7babc;
  text-decoration: none;
  font-size: 74%;
  vertical-align: bottom;
}

 #nexus a:hover
,#homenexus a:hover
{
  font-style:italic;
}

#mainmenubottom
{
  height: 328px;
  border-bottom: 3px solid #b7babc;
  position: relative;
}

#mainmenuitems
{
  position:absolute;
  left: 30px;
  top: 10px;
  font-weight: bold;
  font-size:90%;
  background-color: white;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
  white-space: nowrap;
}

#homemainmenuitems
{
  margin-top: 15px;
  width: 195px;
  font-weight: bold;
  font-size:90%;
  text-align: right;
  background-color: white;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;

}

 #mainmenuitems a
,#homemainmenuitems a
{
  color:black;
  text-decoration: none;
}

 #mainmenuitems a.level1
,#homemainmenuitems a.level1
{
  text-transform:uppercase;
  padding: 3px 0px;
  display: block;
}

#mainmenuitems a.level2
, div.companymenu
{
  display: block;
  padding-left: 20px;
}

#mainmenuitems a.selected
{
  color: #336699;
}

#content
{
  background-image: url(../images/bodybg.gif);
  background-repeat: repeat-x;
}

#contentarea
{
  padding: 10px 20px 10px 20px;
}


#right
{
  width: 86px;
}

#righttop
{
  background-image: url(../images/righttop.gif);
  background-repeat: repeat-x;
  height: 143px;
  margin-left:3px;
}

/* Webpack item title */
.whwp .whwp-title
{
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #455981;
  font-size: 110%;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #455981;
  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 */
