﻿body {
    font-family: Verdana;
    font-size: 12px;
    margin-top: 10px;
    color: #262a65;
    background-image: url("../Images/Backgrounds/blueFactoryBG1.jpg");
    background-repeat: no-repeat;
    background-position: top
}

ul
{
      list-style: none;
      color: #262a65;
      font-size: 16px;
      font-weight: bold;
      margin-top: 0px;
}

ul.doubleArrow li:before {
	content: "\00BB \0020";
	}

a:link, a:active, a:visited{
    font-family: Verdana;
    font-size: 12px;
    color: #1c8ece;
    text-decoration: none;
}

a: hover
{
    color: #262a65;
    text-decoration: underline;
}
 
.lblGrayLg
{
    font-size: 16px;
    font-weight: bold;
    color: #a2a4a7;
}
/* //////////////////////////
Design Layout
//////////////////////////*/
#OuterDiv
{
  width: 990px;
  height: 400px;
  /* center the div in the body */
  margin: 0px auto -1px auto;
}
#Header{
    width: 990px;
    height: 126px;
}

#NavDiv{
    width: 990px;
    height: auto;
    background-image: url("../Images/Backgrounds/CenterShadowBg.gif");
    background-repeat: repeat-y;
    padding-left: 0px;
 }
 
#BodyDiv
{
    width: 990px;
    height: auto;
    background-image: url("../Images/Backgrounds/CenterShadowBg.png");
    background-repeat: repeat-y;
    padding-left: 0px;
}

#FooterDiv
{
  width: 990px;
  height: 106px;
  background-image: url("../Images/Backgrounds/FooterBg.png");
  background-repeat: no-repeat;
  padding-left: 0px;
}

.Footer
{
 height: 90px;
 font-size: 10px;
 color: #9b9c9d;
 padding-top: 50px;
 margin-left: 14px;
}
.DivPadding10
{
    width: 965px;
    margin-left: 10px;
}
