body, div, a, ul, li, h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0099FF;
	text-decoration: none;
}

img {
	border:0
}

.divheader {
	position: absolute;
	border: 0;
	top: 0px;
	left: 0px;
	height: 177px;
	width: 860px;
	background-image: url(images/banner_top.png);
	background-repeat: no-repeat;
}
.divheaderright {
	position: absolute;	
	border: 0;
	top: 0px;
	left: 860px;
	right: 0px;
	height: 177px;
	background-image: url(images/banner_top_right.png);
	background-repeat: repeat;
}

.divtitle {
	position: absolute;
	border: 0px;
	padding: 0px;
	top: 180px;
	left: 179px;
	right: 210px;
	height: 30px;
	min-width: 400px;
	background-image: url(images/header_main.png);
	background-repeat: repeat;
}
.divtitle h1 {
  border: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: large;
	display: inline;
}

.divvalue {
	position: absolute;
	border: 0px;
	padding: 0px;
	padding-left: 5px;
	top: 225px;
	left: 179px;
	right: 210px;
	bottom: 30px;
	min-width: 400px;
	background-image: url(images/bg_main.png);
	background-position: top left;
	background-repeat: repeat;
}
.divvalue ul {
  list-style: none;
	list-style-position: outside;
}
.divvalue li {
	padding: 0px;
	padding-bottom: 5px;
}
.divvalue h2 {
  font-size: medium;
}
.divvalue h3 {
  font-size: small;
	display: block;
	margin-bottom: 2px;
	margin-top: 10px;
}
.divvalue a {
	color: #0000FF;
	text-decoration: none;
}
.divvalue a:hover {
	background-color: #0000FF;
	color: #CCCCCC;
}

.divmenu {
	position: absolute;
	background: #CACACA;
	border-width: 0px;
	padding: 0;
	top: 181px;
	left: 5px;
	width: 172px;
	bottom: 30px;
}
.divmenu ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-position: outside;
}
.divmenu li {
  display: block;
	width: 170px;
	height: 25px;
	line-height: 20px;
	padding-top: 1px;
	padding-left: 1px;
	background-image:url(images/button.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.divmenu ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0099FF;
	text-decoration: none;
}
.divmenu a, span {
  display: block;
	height: 25px;
	padding-left: 10px;
}
.divmenu a:hover {
  display: block;
	background-image:url(images/button_current.png);
	background-position: center center;
	background-repeat: no-repeat;
  color: #CCCCCC;
  font-weight: bold;
	text-decoration: none;
}
.divmenu span{
  font-weight: bold;
  color: #000099;
}

.divinfo {
  position: absolute;
	border-style: solid;
	border-width: 1px;
  border-color: #CACACA;
	padding: 0;
	background-image:url(images/header_right.png);
	background-position: top center;
	background-repeat: repeat-x;
  right: 15px;
  width: 190px;
  top: 180px;
	bottom: 30px;
}
.divinfo ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
	top: 30px;
	left: 10px;
  list-style: none;
  list-style-position: outside;
}
li.li_logo {
	padding-top: 8px;
}
#bookmarks{
    border: 1px solid #C1C1C2;
    background-color: #FFF;
    padding: 5px;
    margin-top: 5px;
}

