/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  color: #444444;
  font-size: 11pt;
}

a {
  color: #226468;
  text-decoration: underline;
}

a:hover {
  background-color: #f0f6f6;
}

#outer {
  margin: 2em;
}

#header {
  padding: 0em 1.5em 0em 1.5em;
  height: 8em;
  width: 15em;
  float: left;
  position: relative;
  background-color: #226468;
}

#header h1 {
  position: absolute;
  bottom: 2.2em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header h2 {
  position: absolute;
  bottom: 2.7em;
  color: #efe0e0;
  font-size: 0.8em;
}

/* Menu */

#menu {
  height: 8em;
  background-color: #f0f6f6;
  margin-left: 18em;
  position: relative;
}

#menu ul {
  list-style: none;
  position: absolute;
  top: 3.3em;
  margin-left: 1.5em;
}

#menu li {
  display: inline;
  border-left: dotted 1px #848484;
  padding-left: 0.8em;
}

#menu li.first {
  border-left: 0px;
  padding-left: 0em;
}

#menu li a {
  text-decoration: none;
  color: #226468;
  font-weight: bold;
  padding: 0.8em;
  margin-right: 0.8em;
  font-size: 0.9em;
}

#menu li a:hover {
  background-color: #226468;
  color: #fff;
}

/* Content */

#content {
  background: #ffffff;
  margin-top: 1px;
  padding-top: 1.5em;
}

#content p {
  margin-bottom: 1.5em;
  line-height: 1.6em;
}

#content h2 {
  font-size: 1.5em;
}

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

#content h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.7em;
}

#content ul {
  margin-bottom: 1.5em;
  padding-left: 1em;
  line-height: 1.6em;
}

#content table {
  border: dotted 1px #cacaca;
  padding: 0.5em;
  margin-bottom: 1.5em;
}

#content table th {
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
}

#content table td {
  padding: 0.5em;
}

#content table tr.rowA {
  background-color: #f5f5f5;
  color: inherit;
}

#content table tr.rowB {
  background-color: #fdfdfd;
  color: inherit;
}

/* Primary Content */

#primaryContentContainer {
  float: right;
  margin-left: -19em;
  width: 100%;
}

#primaryContent {
  margin: 0em 0em 0em 18em;
  padding: 1.5em;
  border-left: solid 1px #f0f6f6;
}

/* Secondary Content */

#secondaryContent {
  float: left;
  width: 15em;
  padding: 1.5em;
}

/* Footer */

#footer {
  clear: both;
  margin-top: 1em;
  padding: 1.5em;
  font-size: 0.9em;
  text-align: center;
  color: #bbb;
}
#footer a {
  color: #bbb;
}

.pub {
  margin: 1em 2em;
}

.pub .me {
  font-weight: bold;
}
