body {
  background: #000000 url(../images/style/onyx-swirls.png) no-repeat top right;
  background-position: right 21px;
  font-family: sans-serif;
  color: #ffffff;
  margin: 8px;
  border: 0px;
}

a {
  color: #9999ff;
}

a:hover {
  color: #cc77ff;
}

.container {
  width: 96%;
  padding: 0px;
  position: absolute;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 2%;
  padding-bottom: 16px;
}


h1 { 
/*  background: transparent url(../images/style/title.png) no-repeat top center; */
  height: 62px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  width: auto;
  margin-right: 198px;
  border: 0px;
  border-right: #ffffff solid 3px;
  overflow: hidden;
}
/*
h1 span {
  display: none
}*/

h2 {
  background: transparent url(../images/style/onyx-blob.png) no-repeat center left;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
}

h3 {
  background: transparent url(../images/style/onyx-blob.png) no-repeat center left;
  margin-top: 10px;
  padding-left: 16px;
  font-size: medium;
}



#navbar {
  margin: 0px;
  margin-right: 198px;
  border: 0px;
  border-right: #ffffff solid 3px;
  width: auto;
  text-align: left;
  line-height: normal;
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: #ffffff solid 3px;
  height: 19px;
}

#navigate {
  width: 100%;
  text-align: left;
  clear: both;
  line-height: 150%;
  padding-bottom: 16px;
}

#actions {
  width: 100%;
  text-align: left;
  clear: both;
  line-height: 150%;
  padding-bottom: 16px;
}

#archives {
  width: 100%;
  text-align: left;
  clear: both;
  line-height: 150%;
  padding-bottom: 16px;
}

.hlink {
}

.vlink {
  width: 100%;
  display: list-item;
  list-style-type: none;
}

#actions a, #navbar a, #navigate a, #archives a {
  background: transparent url(../images/style/onyx-arrow-out.png) no-repeat center left;
  padding-left: 16px;
  padding-right: 14px;
}

#actions a:hover, #navbar a:hover, #navigate a:hover, #archives a:hover {
  background: transparent url(../images/style/onyx-arrow-in.png) no-repeat center left;
}

.main {
  width: auto;
  display: inline;
  float: left;
  margin-right: 201px;
  padding-left: 16px;
  padding-right: 16px;
}

.main_full {
  width: 100%;
  display: inline;
}

.sidebar {
  width: 182px;
  display: inline;
  float: right;
  margin-left: -201px;
  border-left: #ffffff solid 3px;
  border-top: #ffffff solid 3px;
  padding-left:16px;
  margin-top: -3px;
}

input.text {
  background: #fefefe;
  border: #aaaaaa solid 1px;
}
input.submit {
  background: #fefefe;
  border: #aaaaaa solid 1px;
}
textarea.text {
  background: #fefefe;
  border: #aaaaaa solid 1px;
}

li.download {
  border-bottom: 0px solid #ffffff;
  padding-bottom: 1em;
  margin-bottom: 1em;
  list-style-position: outside;
  list-style-type: square;
}

.dl_title {
  font-weight: bold;
}

li.reference {
  border-bottom: 0px solid #ffffff;
  padding-bottom: 1em;
  margin-bottom: 1em;
  list-style-position: outside;
  list-style-type: square;
}

.ref_publication {
  font-style: italic;
}

.list {
  padding-left: 2.5em;
}

.list_item {
  list-style-position: outside;
  display: list-item;
  border-bottom: 0px solid black;
  padding-bottom: 0.3em;
  margin-bottom: 0.2em;
  list-style-type: square;
}

.list_title {
  font-weight: bold;
}

.list_body {
}

.list_body p {
  margin-top: 0em;
  margin-bottom: 0em;
}

ul li {
  list-style-type: square;
}

#copyright {
  text-align: center;
  font-size: small;
  clear: both;
}

.float_right {
  display: inline;
  float: right;
  padding: 0.5em;
  border: 0px transparent;
}

.float_left {
  display: inline;
  float: left;
  padding: 0.5em;
  border: 0px transparent;
}

.float_centre {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.5em;
  border: 0px transparent;
}

.float_inline {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  border: 0px transparent;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_centre {
  text-align: center;
}

.align_full {
  text-align: justify;
}

hr {
  width: 100%;
  background-color: #ffffff;
  border: 0px solid #000000;
  color: #ffffff;
  height: 3px;
}

.warning {
  color: #ff0000;
}

.quote {
  width: 80%;
  font-size: smaller;
  text-align: justify;
  font-style: italic;
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.animate {
  visibility:visible;
  position:absolute;
  overflow:hidden;
  z-index:-100;
}

#footer {
  clear: both;
  width: 100%;
}

.ical {
    font-size: 83%;
	background: transparent url(../images/style/ical.png) no-repeat;
    padding-left: 20px;
}

.ical {
    font-size: 83%;
	background: transparent url(../images/style/ical.png) no-repeat;
    padding-left: 20px;
}

