html{
  height: 100%;
}
body {
  height:100%;
  background-image: url("/_elements/images/topRepeat.jpg");
  background-repeat: repeat-x;
  background-color: #CFCFCF;
  background-position:top center;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  line-height:140%;
  font-weight: normal;
  margin: 0 ;
  padding: 0 ;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
 #contentWrapper {
  width: 900px;
  
  }
#header {
  background-color: #FFFFFF;
  background-image: url("/_elements/images/header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height:118px;
  text-align: right;
  margin:0 0 0 0;
}
#flashcontent {
  background-color: #FFFFFF;
  width:900px;
  height: 323px;
  margin: 0 0 0 0;
  
}
#content {
  background-color: #FFFFFF;
  width:900px;
  height: 211px;
  margin: 0 0 0 0;
  
}
 #footer {
  background-color: #FFF;
  background-image: url("/_elements/images/footer.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  height:78px;
 }
  #bottomFooter {
   width:900px;
   text-align:center;
   margin:0, 0, 0, 0;
   padding-left:5px;
   }
.bottom {
line-height:180%;
padding-right:12px;
}
#headercontent {
   height:58px;
   width:626px;
   float:right;
   padding-top:60px;
   margin-left:477px;
  text-align: right;
  margin:0 0 0 0;
  }
  #footercontent {
   height:56px;
   width:572px;
   float:left;
   margin:0, 0, 0, 0;
   padding-left:5px;
}

h1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #990000;
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
}
a,  a:link {
  color: #1B429A;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;

}
a:active {
  color: #1B429A;
}
 /********** inside pages ***********/
 #insidecontentwrapper{
   width:900px;
   }
 #insidephoto {
  background-color: #FFFFFF;
  height:143px;
  margin:0 0 0 0;
  padding:0;
  }
  #insidecontent{
  background-color: #FFFFFF;
  padding:10px;
  min-height:300px;
  height:100%;
  text-align:left;
  }
   #insidefooter {
  background-color: #FFF;
  background-image: url("/_elements/images/insfooter.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  height:78px;
}
  
</style>