@charset "utf-8";
/* CSS Document */

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  /* background-color: #42413C; */
  background-color: #ffffff;
  margin: 0;
}

.brdr {
  border: 1px solid black;
  border-collapse: collapse;
}

/* ~~ Element/tag selectors ~~ */
ul,
ol,
dl {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}

a {
  text-decoration: none;
  font-weight: bold;
}

/* unvisited link */
a:link {
  color: #324e7b;
}

/* visited link */
a:visited {
  color: #324e7b;
}

/* mouse over link */
a:hover {
  color: #5068a9;
}

/* selected link */
a:active {
  color: #b6e4fc;
}

/* ~~ The footer styles ~~ */
.footer {
  padding: 10px 0;
  background-color: #ffffff;
  position: relative; /* this gives IE6 hasLayout to properly clear */
  clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
  font-family: Verdana, Geneva, sans-serif;
  font-size: small;
  font-style: italic;
  text-align: center;
}

.iam {
  vertical-align: top;
  background-color: #ffffff;
  position: relative; /* this gives IE6 hasLayout to properly clear */
  clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
  font-family: Verdana, Geneva, sans-serif;
  font-size: small;
  font-style: italic;
  font-weight: normal;
  list-style-type: none;
  text-align: left;
}
