body {
  color: #184a6b;
}

/** **************************************************************** **/

#header {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

#header .screen {
	display: none;
}

#header .print {
  
}

/** **************************************************************** **/

#footer {
  font-size: 0.8em;
  padding-bottom: 20px;
}

/** **************************************************************** **/

#menu {
  display: none;
}

/** **************************************************************** **/

#content {
	line-height: 1.5em;
  margin-top: 60px;
	padding-bottom: 40px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: Trebuchet MS, sans-serif;
}

#content h1 {
  font-size: 2em;
}

#content h2 {
  font-size: 1.3em;
  font-weight: normal;
}

#content h3 {
  font-size: 1.1em;
}

#content ul {
  list-style-image: url('../images/bullet.gif');
}

/** **************************************************************** **/

#content.home .teaser {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}