/* Global CSS Styles */
body
{
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1.0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;

}
.pagediv
{
  position: static;
  width: 800px;
  margin: 0 auto;  
  background-color: transparent;
  border: 1px;
  border-style: none;
  border-color: #000000;
  text-align: justify;

  //background-color: green;
}
.logodiv
{
  position: relative;
  width: 400px;
  margin: 0 auto;

  //background-color: yellow;


}
.iconbardiv
{
  position: relative;
  width: 700px;
  height: 80px;
  margin: 0 auto;

  //background-color: yellow;
}
.iconbuttondiv
{
  float: left;
  width: 60px;
  font-size: 11px;
  text-align: center;
  margin-right: 20px;
  opacity: 0.25;

  cursor: pointer;

  //background-color: pink;
}
.navigationicon
{
  width: 48px;
  height: 48px;
}
.topmenudiv
{
  position: relative;

}
.contentdiv
{
  position: relative;
}
.copyrightdiv
{
  clear: both;
  position: relative;
  display: block;
  text-align: right;
  font-size: 10px;
  width: 700px;
  margin: 0 auto;
  opacity: 0.75;

  margin-top: 5px;
  margin-left: 50px;

  //background-color: pink;

}

.igcreativeslogoimg
{
  width: 400px;

}

.contentplaceholderdiv
{
  position: relative;
  width: 700px;
  margin: 0 auto;

  //background-color: yellow;
}

.contentmessagetextdiv
{
  position: relative;

  width: 700px;
  margin: 0 auto;

  opacity: 0.1;

  background-color: transparent;
}

.listitemspaced
{
  margin-bottom: 5px;
  margin-top: 5px;
}

a:link, a:visited, a:active, a:hover    
{
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  background-color: blue;
  color: white;
}

