div.header {
	margin-bottom: 8px;
  border-bottom: 1px solid #003D7D;
  padding-bottom: 5px;
}

div.header .title{
  width: 380px;
  float: left;
  color:#003D7D;
  font-family:Georgia;
  font-size:146.5%;
  margin-top: 35px;
}

div.header .tools{
  float: right;
}

div.header .tools #toolsNav{
}

div.header .tools a{
  display: block;
  width: 170px;
}

div.header h2,
div.header h3 {
	font-family: Verdana;
	font-size: 85%;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0;
}

#back, a.backLink {
	float: right;
	margin-top: 11px;
    margin-right: 26px;
	background: url(../images/arrow-left.png) no-repeat left center transparent;
	padding-left: 12px;
	font-family: Verdana;
	font-size: 85%;
	color: #e66e35;
	text-decoration: none;
}

a.backToTop{
  float: left;
}

#back:hover {
	text-decoration: underline;
}

img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	margin:15px 0 15px 0;
}

.clear{
  clear: both;
  height:0;
  margin:0;
  padding:0;
  line-height:0;
}

strong{
  font-weight:bold;
}

em{
  font-style: italic;
}

