html, body
{
	margin: 0;
	padding: 0;
  background-color: #CBD1E8;
}

body
{
  background-image: url('/img/background.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 80%;
	min-width: 800px;
}

#container
{
  margin: 0 auto;
  width: 800px;
  position: relative;
}

#header
{
  background-image: url('/img/shadow-top.png');
  background-position: bottom;
  background-repeat: no-repeat;
}

#wrapper
{
  background-image: url('/img/shadow.png');
  background-repeat: repeat-y;
  padding: 0 10px;
}

#navigation
{
  float: left;
  width: 120px;
  padding: 10px 0 10px 10px;
}

#content
{
  min-height: 200px;
  padding: 1em 25px 3em 150px;
}

#footer
{
  background-image: url('/img/shadow-bottom.png');
  background-position: top;
  background-repeat: no-repeat;
  padding: 12px 10px;
}


/* Navigation */
#navigation ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li a
{
  display: block;
  padding: 0.5em;
  color: #002146;
}

#navigation li.selected>a
{
  color: #000000;
  font-weight: bold;
}

/* Main menu */
#navigation>ul
{
  padding-right: 1.2em;
  border-right: dotted 1px #CBD1E8;
}

#navigation>ul>li>a
{
  font-size: 1.1em;
}

#navigation>ul>li.selected
{
  border-top: dotted 1px #CBD1E8;
  border-bottom: dotted 1px #CBD1E8;
}

/* Sub menu */
#navigation li>ul
{
  padding-left: 1em;
  display: none;
}

#navigation li.selected>ul
{
  display: block;
}

#navigation li>ul>li>a
{
  font-size: 1em;
  padding: 0 0 0.25em 0;
}

/* Footer */
#footer #left
{
  float: left;
  color: #555555;
  font-size: 0.8em;
  font-weight: bold;
  cursor: default;
}

#footer #right
{
  float: right;
}

#footer #design
{
  margin-top: 0.5em;
}

/* Insets */
.inset
{
  float: right;
  background-color: #FFF799;
  background-image: url('/img/inset-shadow.png');
  background-repeat: repeat-y;
  padding: 0 9px;
  margin: 0 0 1em 1em;
  width: 250px;
  clear: right;
}

.inset .content
{
  padding: 0.5em 0.75em 0.05em 0.75em;
  background-image: url('/img/inset-highlight.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.inset .top
{
  margin: 0 -9px -7px -9px;
  padding-top: 16px;
  background-image: url('/img/inset-shadow-top.png');
  background-position: top center;
  background-repeat: no-repeat;
}

.inset .bottom
{
  margin: -7px -9px 0 -9px;
  padding-top: 16px;
  background-image: url('/img/inset-shadow-bottom.png');
  background-position: top center;
  background-repeat: no-repeat;
}

.inset ul, .inset ol
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.inset h1
{
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

.inset h3
{
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 0.5em 0 0.25em 0;
}

.inset .content>div
{
  margin-bottom: 1em;
}

.inset .more
{
  font-size: 0.85em;
  font-style: italic;
}

.inset .none
{
  margin-top: 0.5em;
}

img
{
  border: none;
}

h1
{
  margin: 0 0 1em 0;
  font-size: 1.85em;
  font-weight: bold;
}

h2
{
  font-size: 1.45em;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin: -0.75em 0 1.5em 0;
}

h3
{
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.2em 0 0.5em 0;
}

h4
{
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0 0;
}

p
{
  margin: 0;
}

a
{
  text-decoration: none;
  color: #002072;
}

a:visited
{
  color: #7F8FAC;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}

.clear
{
  clear: both;
}

.pdf
{
  font-size: 0.85em;
  color: #888888;
}

.inset .date
{
  font-size: 0.9em;
  font-weight: bold;
  color: #888888;
  margin-right: 0.4em;
}