body, html, form {
  padding: 0;
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
}

a {
	color: #0071b6;
}

a:hover {
	text-decoration: none;
}

#wrapper {
  width: 759px;
  text-align: left;
}

#header {
  background: #f8f6f6;
	padding-top: 7px;	
}

#navigation {
  width: 150px;
  background: url(../images/navigation_bg.gif) repeat-y right #e2dfdf;
	vertical-align: top;
}

#content_wrapper {
	vertical-align: top;
}

#footer {
	font-size: 0.7em;
	color: #fff;
  background: url(../images/footer_bg.gif) repeat-x #0058ae;
	border-top: 1px solid #fff;
	padding-top: 3px;
	margin-bottom: 20px;
}

#footer a {
  color: #fff;
}

#copyright {
	padding: 6px 8px;
}

#credits {
	padding: 6px 8px;
	float: right;
}

#breadcrumbs {
	padding: 0 10px;
  font-size: 11px;
  color: #003f97;
	background: url(../images/breadcrumbs_bg.gif) repeat-x bottom #e5e1e1;
	height: 19px;
	overflow: hidden;
	vertical-align: bottom;
	border-bottom: 1px solid #dcdada;
}

#content {
  padding: 10px;
	font-size: 0.8em;
	color: #031b58;
}