html{ height: 100%;  width: 100%;  min-width: 900px; }*{ margin: 0;  padding: 0; }body{ font: normal 16px Arial, Helvetica, sans-serif;  background-color: rgb(0,76,141);  color: rgb(68,68,68); }a, a:visited, a:hover, a:active{ color: rgb(168,157,0);  font-weight: bold;  text-decoration: none; }a:hover{ text-decoration: underline; }img{ border: 0; }p { margin-bottom: 16px; }h2{ font-size: 21px;  font-weight: bold;  margin-bottom: 21px;  color: rgb(0,76,141); }h3{ font-size: 16px;  font-weight: bold;  margin-bottom: 16px;  color: rgb(0,76,141); }#main{ width: 100%;  position: relative;  background-color: rgb(255,255,255);  text-align: center;  overflow: auto; }#header{ height: 100px;  overflow: hidden;  background: rgb(0,76,141) url('/images/header/bg1.png') repeat-x; }#headerIn {  width: 830px;  margin: 0px auto;  text-align: left;}#header .menu{ float:left;  margin-right: 50px; }#header .lastMenu {  margin-right: 0px; }#content{ background-color: rgb(255,255,255); }#contentIn {  width: 800px;  margin: 0px auto;  padding: 20px 50px 0px 50px;  text-align: justify;}#footer{ background: rgb(0,76,141) url('/images/footer.png') repeat-x;  color: rgb(255,255,255);  font-size: 14px; }#footerIn {  width: 800px;  margin: 0px auto;  padding: 30px 50px 20px 50px;}img.arrowImg{ position: relative;  top: 10px;  padding-right: 5px;  }.imagesDiv{ text-align: center;  margin-bottom: 50px; }div.provider {  margin-bottom: 20px; }div.provider h3 {  margin: 0px;}