@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
div#header {
	background: url(../media/layout/2010_homemade_logo_header.jpg) top center no-repeat;
  height: 150px;
}
div#top-menu {
	margin: 0 0 16px 10px;
  padding: 0;
}
div#footer {
	margin-top: 3.0em;
	font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
table td {
	font-size: 86%;
}

/* simple menus */
ul.simplemenus-hnav {
  margin: 0;
  padding: 0;
}
ul.simplemenus-hnav li {
  margin: 0;
  padding: 2px 20px 2px 0;
  display: inline;
  list-style: none;
}
ul.simplemenus-hnav li a {
  font-size: 1.2em;
  font-weight: bold;
	color: #000099;
  text-decoration: none;
}
ul.simplemenus-hnav li a:hover {
  border-bottom: 4px solid #ff0000;
}
.simplemenus-hnav a.current {
  border-bottom: 4px solid #ff0000;
}
div.blockleft {
	float: left;
	margin: 0;
	padding: 0 0.8em 0.4em 0;
}
div.blockleft img {
}
div.blockleft div,
div.caption {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
.subhead {
	margin-bottom: 0.2em;
	font-size: 80%;
	font-style: italic;
	color: #999999;
}
.details {
	font-size: 84%;
	font-style: italic;
}

