
body {
	background-color: #bbbbbb;
	font-size: 78%; 
	margin: 0;
	padding: 0;
}
html > body { font-size: 9.5pt; }

acronym, .titleTip { border-bottom: 1px dotted #282c59; cursor: help; }

.smallCaps { font-size: 110%; font-variant: small-caps; }


#header {
  color: white;
  background-color: #282c59;
  margin: 0 0 2em 0;
  padding: 0 2.5mm 1ex 4mm;
  border-bottom: 2px solid white;
}
#header .headerTitle { margin: 0; padding: 0.2em 0 0 0; }
#header .headerTitle a {
  color: #a0a4d1;
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}
#header .headerTitle > a { font-size: 105%; }
#header .headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
}
#header .headerLinks {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 2.25em;
}
#header [class~="headerLinks"] { top: 1.75em; }
#header .headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}
#header .headerLinks a:hover { color: #bcc0f5; background-color: transparent; text-decoration: none; }


#nav {
	font-size: 95%;
	text-align: left;
	width: 10em;
	float: left;
	clear: left;
	margin: 0 0 10px 0;
}
#nav .navBarTitle {
	color: #282c59;
	background-color: #a0a4d1;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5ex 1em 0.5ex 1ex;
	border-top: 2px solid #282c59;
}
#nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#nav li { padding 0; margin: 0; border-top: 1px solid #282c59; }
#nav a {
	color: #282c59;
	text-decoration: none;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 1.5em;
	margin 0;
}
#nav a:hover { color: white; background-color: #a0a4d1; text-decoration: none; }

#logo { font-weight: bold; font-size: 110%; }
#logo .ital { font-style: italic; }

#content {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}
#content p { margin: 1em 0 1.5em 0; padding: 0; }
#content .lighterBox {
  color: black;
  background-color: #bcc0f5;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid #282c59;
}
#content .darkerBox {
  color: black;
  background-color: #a0a4d1;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid #282c59;
}
#content h1 {
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}
#content a { color: #282c59; background-color: transparent; text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content dt { font-weight: bold; margin: 0; padding: 0 0 0.5ex 0; }
#content dd { margin: 0 0 1.5em 1.5em; padding: 0; }
#content img { border: none; vertical-align: top; }


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #282c59;
  font-size: 85%;
  margin: 0;
  padding: 1ex 1ex 1ex 1ex;
  height: 2em;
}
#footer .left { float: left; }
#footer .right { text-align: right; float: right; }
#footer .ital { font-style: italic; }
#footer a { color: white; background-color: transparent; text-decoration: underline; }
#footer a:hover { text-decoration: none; }




