
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #99abad;
  border-style : solid;
  color: #000000;
  font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  
}
h1 {
  color: #00405C;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h2 {
  color: #00405C;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h3 {/* Commonly used to style section titles. */
  color: #00405C;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h4 {
  color: #00405C;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h5 {
  color: #00405C;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
/* Commonly used to style section titles. */
h6 {
  color: #00405C;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
}
  

/* Sets the style for unvisited links. */
a,  a:link {
  color: #00405C;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #CC9900;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #99ABAD;
  text-decoration: underline;
  background-color : transparent;
  font-weight: bold;
  }


p {
	color: : #000000;
	background-color: transparent;
	font-weight: normal;
	font-size: : 12px;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  max-width: 765px;
  min-width: 650px;
  text-align: left;
  width: 765px;
  
}
#outerWrapper #header {
  background-color: #00405c;
  border-bottom: solid 1px #cccccc;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ffffff;
  float: left;
  border-left: solid 2px #cccccc;
  padding: 0px 0px 0px 0px;
  width: 140px;
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF;
  border-right: solid 2px #cccccc;
  float: right;
  padding: 0px 0px 0px 0px;
  width: 180px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 190px 0 155px;
  padding: 5px 5px 5px 5px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #ffffff;
  border-top: solid 0px #00405C;
  padding: 0px 0px 0px 0px;
}
