/* cascading style sheet from  */
/* http://www.sighthounds.be   */
/* last update 23.02.2007      */																			 
/* --------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: gray;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif
}
#container {
	width:800px;
	margin:5px auto;
	line-height:130%;
	position:relative
}
#content {
	margin: 10px 5px 5px 5px
}

#footer {
	width: 100%;
	padding-top: .5em;
	border-top: 1px solid gray;
	text-align: center
}
/*
begin menu navigation left
**************************/
#leftcolumn {
	float: left;
	margin: 10px;
	top: 220px;
	left: 20px;
	width: 200px
}
#leftcolumn p { margin: 0 0 1em 1em }

.leftmenu{
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 170px
}
* html .leftmenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px
}
.leftmenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none
}
.leftmenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #db9030;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0
}
.leftmenu a:visited {color: #595959}

html>body .leftmenu a{ /*Non IE rule*/
	width: auto;
}
.leftmenu a:hover{
	background-color: #F8FBBD;
	color: maroon
}
/* 
end menu navigation left
------------------------ */
/*- Menu Ta---------------------- */
#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #6B78A9
}
#tabs ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none
}
#tabs li {
  display:inline;
  margin:0;
  padding:0
}
#tabs a {
  float:left;
  background:url("gif/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration: none
}
#tabs a span {
  float:left;
  display:block;
  background:url("gif/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#6B78A9
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {color:#6B78A9}
#tabs a:hover {background-position:0% -42px}
#tabs a:hover span {background-position:100% -42px}
#tabs #current a {background-position:0% -42px}
#tabs #current a span {background-position:100% -42px}
h1, h2, h3, h4 {
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 15px;
}
h1 {
	font-size: 12pt;
	padding-left: 5px
}

h2 {
	font-size: 11pt;
	padding-left: 5px
}
h3 {font-size: 10pt}
h4 {
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 0.3em;
	padding-top: 0;
	padding-bottom: 0
}
p {
	margin: 2px 2px 5px 2px;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif
}
.clearing {height: 0; clear: both}
.gotop {
	clear: both;
	font-size: 10pt;
	background-color: transparent;
	text-align: right;
	margin-right: 3px;
	border-style: none
}
.gotop a {text-decoration: none}
.gotop a:link {color: #fbd070; font-weight: bold}
.gotop a:visited {color: maroon}
.gotop a:hover {
/*	text-decoration: underline;*/
	border-bottom: 1px solid #F8FBBD;
	color: Maroon
}
.gotop a:active { color: Maroon}
.img {border: 0; text-align: center}

.fine {
	font-size: 11px;
	background-color: transparent;
	color: #db9030
}
.fine a {text-decoration: none; list-style: none; margin: 0px 0px}
.fine a:link {font-weight: bold; color: #fbd070}
.fine a:visited {color: gray}
.fine a:hover {
	border-bottom: 1px solid;
	background-color: #fbd070;
	color: maroon
}
.fine a:active {color: maroon}
#imgbottom {
  margin-top: 20%;
  margin-bottom: auto
}
