
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
	background-color: #f6f6ee;

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5d5b;
	font-weight: normal;
  }

#wrapper {
  width: 100%; 
  margin: auto; 
  text-align: left; 
  }


/* Fonts and Links  */

a {
  font-family: Arial, Helvetica, sans-serif;
  color: #417e5a;
  text-decoration: underline;
  font-size: 11px; 
  font-weight: normal;
  } 

a:hover { 
  color: #85c59a; 
  text-decoration: underline;
  } 

a:visited { 
  color: #234d34; 
  text-decoration: underline;
  } 

.font_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6b6e6c;
	font-weight: normal;
  } 

.font_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b6e6c;
	font-weight: normal;
  } 

.font_large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; 
  color: #6b6e6c; 
  font-weight: bold; 
  }
  
  
/* Tables and Borders and Stuff  */

.background_blue{
  position: absolute;
  margin: 0 auto;
  left: 0px;
  width: 100%;
  background-color: #2f828a;
  background-repeat: repeat-x;
  height: 128px;
}

.splash{
  position: absolute;
  margin: 0 auto;
  left: 0px;
  width: 100%;
}

//
