a:link, a:visited { color: #be371c; }
a:hover { color: #e78228; }
a:active { color: #184a6b; }

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

body {
  background-color: #fff;
  color: #184a6b;
}

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

#header {
  background-image: url('../images/header-right.gif');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #184a6b;
}

#header .screen {
	padding: 14px 0 14px 16px;
}

#header .print {
  display: none;
}

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

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

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

#menu {
  padding-left: 200px;
  background-color: #90bad8;
  border-bottom: 2px solid #184a6b;
  line-height: 2.15em;
  font-size: 0.9em;
}

#menu a {
  text-decoration: none;
  padding: 9px 15px;

  border-width: 1px;
	border-style: solid;

	padding: 1px 6px;
	font-weight: bold;
}

#menu a, #menu a:visited {
	color: #fff;
	border-color: #90bad8;
}

#menu a:hover {
	color: #184a6b;
	border-color: #184a6b;
}

#menu ul.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

#menu ul.mainmenu li {
  margin: 0 5px;
  padding: 0;
  display: inline;
}

#menu a.selected,
#menu a.selected:hover,
#menu a.child-selected,
#menu a.child-selected:hover {
	color: #184a6b;
	border-color: #184a6b;
	background-color: #f1c513;
}

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

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

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #90bad8;
  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;
}