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


body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #000000;
  background-color: #FFFFFF;
  background-position: center top;
  text-align: center;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #000000;
  padding: 0px;
  margin: 0px;
}


img {
  border: none;
}

/* LAYOUT DIVs*/

#wrapper {
	width: 850px;
    background-image: url(../images/bg_top2.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

#splash_content {
width: 100%;
text-align: center;
padding-top: 128px;
}

#splash_content a{
    text-decoration: none;
	color: #3C849F;
}

#splash_content a:hover {
	color:#3C849F;
    border-bottom: .05em solid #000000;
} 

#logo {
text-align: center;
}

.legal {
width: 275px;
text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


