
/* --------- BODY --------- */
body {
  background-color:#1D0642;
  margin-left:1px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  text-decoration:none;
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  font-size:11px;
  color:#333333;
  background-position: center top;
  background-image: url(../../images/common/bg.gif);
  background-repeat: repeat-y;
  padding-left:0px;
}


h1{
  font-weight: bold;
  font-size:13px;
  color: #1D0642;
  margin-bottom: 4px;
}

h2{
  font-weight: bold;
  font-size:13px;
  color: #1D0642;
  margin-bottom: 4px;
}

h3{
  font-weight: bold;
  font-size:11px;
  color: #1D0642;
  margin-bottom: 4px;
}

h4{
  font-weight: bold;
  font-size:15px;
  color: #1D0642;
  margin-bottom: 4px;
}


dt{
  font-weight: bold;
}

p{
  margin-top: 5px;
}

.compliance{
  margin-top: 5px;
  color: #999999;
}

ul.bodyNav{
  list-style-type: none;
  margin: 0px;
}

.li.{
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #ff9900;
  
}

ul.bodyNavIcon {
  list-style-type: none;
  list-style-image: url(../../images/landing/li_features.gif);
  margin: 0px;
}

li.bodyNavIcon{
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  
}

ul.bodySiteMap {
  list-style-type: none;
  list-style-image: url(../../images/landing/li_features.gif);
  margin: 0px;
}

li.bodySiteMap{
  margin-left: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 5px;
  
}

ul.bodyNoIcon {
  list-style-type: none;
  margin-left: 50px;
  margin: 0px;
}

li.bodyNoIcon{
  margin-left: 44px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  
}



img{
  display: block;
}

/*  ---------body links --------- */

a:link {
  text-decoration:underline;
  color:#000000;
}

a:visited {
  text-decoration:underline;
  color:#000000;
}

a:active {
  text-decoration:underline;
  color:#000000;
}

a:hover {
  text-decoration:underline;
  color:#FF9900;          /*link colour*/
}

/*  ---------icon links --------- */



a:link.iconLink {
  text-decoration:underline;
  color:#000000;
  background-image: url(../../images/common/link_icon.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 2px;
}

a:visited.iconLink {
text-decoration:underline;
  color:#000000;
  background-image: url(../../images/common/link_icon.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
   background-position: 0px 2px;
}


}

a:hover.iconLink {
text-decoration:underline;
  color:#000000;
  background-image: url(../../images/common/link_icon.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
   background-position: 0px 2px;
}
/*  ---------common links --------- */



a:link.accessibility {
  display: none;
  visibility: hidden;
}

a:visited.accessibility {
  display: none;
  visibility: hidden;
}

a:active.accessibility {
  display: none;
  visibility: hidden;
}

a:hover.accessibility {
  display: none;
  visibility: hidden;
}

span.accessibility {
  display: none;
  visibility: hidden;	
}

/*------------seach form----------*/
#searchInput{
  font-family: Tahoma, sans-serif;
  font-size:11px;
  background-color: #f2f2f2;
  text-decoration:none;
  color:#666666;
  padding:3px;
  border:1px solid;
  border-color:#999999;
}

.spacer{
 color:#FF9900;
}

