@import url('//brick.a.ssl.fastly.net/Linux+Libertine:400,400i,700,700i:f');
body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;

	font:x-small/1.5em 'Linux Libertine', Georgia, Serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	-webkit-font-feature-settings: "kern", "liga";
	-moz-font-feature-settings: "kern", "liga";
	-o-font-feature-settings: "kern", "liga";
	font-feature-settings: "kern", "liga";
    text-rendering: optimizeLegibility;
	} html>body {font-size:small;}

.header {
  float:left;
  width:100%;
  background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
.header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
.header li {
  display:inline;
  margin:0;
  padding:0;
  }
.header a {
  float:left;
  background:url("images/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  }
.header a span {
  float:left;
  display:block;
  background:url("images/right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header a span {float:none;}
/* End IE5-Mac hack */
.header a:hover span {
  color:#333;
  }
.header .current a {
  background-position:0 -150px;
  border-width:0;
  }
.header .current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
.header a:hover {
  background-position:0% -150px;
  }
.header a:hover span {
  background-position:100% -150px;
  }
.mainbody {
  padding:1em;
  clear:both;
  border-bottom:1px solid #765;
  }
.mainbody a {
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
.mainbody a:hover {
  color:#53473B;
  text-decoration:underline;
  }
.footer {
  padding:1em;
  clear:both;
  background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
  }
.print {
  float:right;
  }
.references {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
}
.references li {
  display:block;
  margin-left:0;
  margin-bottom:.2em;
  padding-left:1em;
  text-indent:-1em;
 }