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

body {
  font-size:100%;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color:#fff;
  margin:0;
  padding:0
}

#header {
  background:url('images/header.jpg') no-repeat 7px 90px;
  height:330px

}
#holder {
  margin:0 auto;
  width:896px;
  padding:0 2px
 
}
#main {
  width:896px
	}

#content {
  padding:20px 7px 20px 7px ;
}
.clear {
	clear:both
	}
.float {
	float:left
	}
h1, h2 {
	color:#003366;
	font-size:1.4em;
	margin-top:0
	}
h2 {
  font-size:1em;	
  color:#990066;
  font-style:italic
}
h1 span.large {
  font-size:1.7em
	}
p, td {
  color:#636363;
  font-size:13px
}
p span.blue {
  color:#003366	
	}
table {
	margin-top:0;
	padding-top:0;
	background:url('images/table-back.gif') no-repeat top left;
	width:500px;
	
	}
table a {
  color:#990066;
  text-decoration:underline;
}
table.logos {
  height:156px;
  margin-left:7px
}
table.logos h2 {
  font-size:1.2em;
  color:#003366;
  font-style:normal;
}

#footer {
  background-color:#ededed;
  color:#666;
  font-size:0.7em;
  padding:10px 20px;
  margin:0 7px 20px 7px
}
#footer p {
	color:#666;
	}
