body {
  background: #dbd5c5;
  color: black;
  margin: 0;
  padding: 0;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif;
}

a {
	color: #0f69c4;
  text-decoration: underline;
}

a:visited {
	color: #9a2e2e;
}

a:hover {
	color: #d7006b;
}

h1 {
	font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0em 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #6699cc;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3, h4 {
    font-size: 1.2em;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #6699CC;
  font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: solid 1px #E8E8E8;
  padding: 1px;
}

.fleft {
	float: left;
  margin: 0em 1em 0.2em 0em;
}

.fright {
	float: right;
  margin: 0em 0em 0.2em 1em;
  padding: 1px;
}

.newline {
	clear: both;
}

#container {
  width: 850px;
  margin: auto;
  background: url(../img/design/bg_side.jpg) repeat-y;
  font-size: 0.8em;
}

#header {
  width: 100%;
  height: 245px;
  background: url(../img/design/header.jpg) no-repeat;
}

#sidebar {
  width: 265px;
  float: right;
  padding: 0;
  margin-top: 1em;
  border-left: 1px dotted #aaa;
  font-size: 0.9em;
}

.sb_element {
  background: #E4F277;
  padding: 3px;
  margin-left: 5px;
  margin-bottom: 1em;
  width: 235px;
}

.sb_title {
  font-size: 1.1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding-left: 0.5em;
  clear: both;
}

.sb_content {
  padding-top: 0.5em;
  clear: both;
}

#content {
  padding: 0 280px 0 20px;
  text-align: justify;
}

#banner {
  text-align: center;
  border: 1px dashed black;
  margin: 0em 20% 0 20%;
}

#container_bottom {
  width: 100%;
  height: 25px;
  background: url(../img/design/bg_bottom.jpg) no-repeat;
}

#footer {
  font-size: 0.6em;
  text-align: center;
}

#dhtmltooltip{
  font-size: 0.8em;
	position: absolute;
  text-align: center;
	width: 150px;
	border: 2px solid #7F8F0B;
	padding: 2px;
	background-color: #D3E649;
	visibility: hidden;
	z-index: 100;
}

#clock {
  color: gray;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-left: 0.5em;
  height: 2em;
  font-size: 0.9em;
}

a.extern {
  padding-right: 11px;
  background: url(../img/design/external.png) right center no-repeat transparent;
}

#pageloader {
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  background: url(../img/design/pageloader.gif) no-repeat 10px center #D3E649;
  position: fixed;
  z-index: 100;
  color: #7F8F0B;
  padding-left: 60px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 2px solid #7F8F0B;
}

