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: #fff;
  background-image:url(../images/bg.gif);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing:.5px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #7492aa;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #9c768b;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  border: solid 1px #000000;
  margin: 18px auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  background-color: #fff;
  color: #7492aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
  background-image:url(../images/logo.jpg);
  background-position:left;
  background-repeat:no-repeat;
  text-align:right;
  height: 75px;
}
#outerWrapper #topNavigation {
  background-color: #fff;
  height: 45px;
  font-size:12px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#content {
	min-height:600px;
	height:auto !important;
	height:600px;
}
#outerWrapper #footer {
  background-color: #e3eaff;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
  text-align:center;
}
/* MENU */
#menu {
	float: left;
	width: 850px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
	word-spacing: 2px;
}

#menu li {
	display: inline;
}

#menu a, visited {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 9px 0px 9px;
	color:##000;
	text-decoration:none;
	background-color:#e3eaff;
}

#menu a:hover {
	color:#000;
	text-decoration:none;
	background-color:#f5d2de;
}
/* END MENU */
.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;
}
a img{ border:0px}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
#green {
	width: 738px;
	background-image:url(../images/bg_green.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding: 64px 21px 36px 21px;
	min-height:528px;
	height:auto !important;
	height:500px;
}
#text {
  margin: 360px auto 0 auto;
  text-align: left;
  width: 800px;
  color:#999;
}
#text a, visited {
	color:#999;
}
