/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #53637A;
  color: #2d2e2e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
/* Commonly used to style page titles. */
h1 {
  color: #53637A;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #53637A;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left;
  width: 899px;
}

#outerWrapper #header {
  background-color: #53637A;
  /*border-bottom: solid 1px #53637A; */
  font-size: 12px;
  line-height: 9px;
  height: 183px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #eaeff5;
	/*border-right: solid 1px #53637A;*/
	float: left;
	padding: 0;
	width: 228px;
	background-image: url(images/leftColBG.jpg);
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fff;
  border-left: solid 1px #53637A; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 230px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 250px 0 190px; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #fff;
	border-top: solid 1px #53637A;
	padding: 5px 5px 5px 5px;
	/*text-align: center;*/
}