html {
	height: 100%;
}

body {
	padding: 0em;
	margin: 0em;
	min-height: 100%;
	min-height: 100%;
	text-align: left;
	font-size: 16px;
	font-family: sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

#centerbody {
	padding: 0em 0em 0em 0em;
	margin: 0em auto;
	text-align: center;
	width:750px;
}

#centerbodyleft {
	background-image: url(/bgimage3.php?d=l);
	background-repeat:repeat-y;
	background-position: top left;
}

#centerbodyright {
	background-image: url(/bgimage3.php?d=r);
	background-repeat:repeat-y;
	background-position: top right;
}

#centerbodybottom {
	background-image: url(/bgimage3.php?d=u);
	background-repeat:repeat-x;
	background-position: bottom right;
}

#leftbody {
	padding: 0em;
	margin: 0em auto;
	width: 25px;
	height: 200px;
	background-image: url(/images/rightcontent.png);
	background-repeat: repeat-y;
	background-position: right;
}

#rightbody {
	padding: 0em;
	margin: 0em auto;
	width: 10px;
}

#header{
	font-weight: bold;
	color: white;
	padding: 0em;
	width: 700px;
	margin: 0px auto;
	text-align: left;
	height: 20px;
}

.menu {
	font-family: serif;
	clear: both;
	padding: 0em;
	margin: 0.3em auto;
	width: 700px;
	white-space: nowrap;
	text-align: left;
}

.menu ul {
	display: block;
	list-style:none;
	padding: 0em;
	margin: 0em;
	text-align: right;
}

.menu ul li {
	display: inline;
	padding: 0em 0.5em;
}

.menu ul li a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: white;
	letter-spacing: 0.0em;
	border-style: solid solid dotted solid;
	border-width: 0px 0px 0px 1px;
	padding: 0px 5px 0px 5px;
	font-variant: small-caps;
}


#mainmenu ul li a:hover {
	border-style: solid solid solid solid;
	border-width: 0px 0px 0px 1px;
}

#submenu a:hover {
	border-style: solid solid solid solid;
	border-width: 0px 0px 1px 1px;
}

#menudivider {
	padding: 0em;
	margin: 0em;
	height: 2px;
	background-color: #3f2c10;
	background-color: #BF8630;
	border-style: none;
}

#boxmenu:hover ul{
	display: inline;
}

#boxmenu ul{
	display: none;
	padding: 0em;
	margin: 0em 0em 1em 0em;
	list-style: none;
}

#boxmenu{
	float: right;
	overflow: hidden;
	color: #BF8630;
	text-align: right;
	padding-bottom: 5px;
}

#boxmenu li {
	display: inline;
	font-size: 11px;
}

#boxmenu li a {
	color: #BF8630;
	border-color: #BF8630;
}

#boxmenu li a:hover {
	border-style: solid solid solid solid;
	border-width: 0px 0px 1px 0px;
}

#siebncontent {
	padding: 0em;
	margin: 0em auto;
	width: 700px;
	color: #FFFFFF;
	text-align: left;
}

#siebncontent table{
	color: #FFFFFF;
}

#siebncontent h1{
	text-align: left;
	color: #BF8630;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

#siebncontent h2{
	text-align: left;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	padding-bottom: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#siebncontent h3{
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#siebncontent .arrow{
	text-align: left;
	color: #BF8630;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	border-style: none;
}

#siebncontent .box {
	display: block;
	font-family: sans-serif;
	border-color: #BF8630;
	border-style: solid none none solid;
	border-width: 1px;
	margin: 2px 0px 2px 0px;
	overflow: auto;
		background-image: url(/boxbg.php);
	padding: 13px 10px 8px 10px;
	}

#siebncontent p {
	text-align: justify;
	color: #FFFFFF;
		margin: 0px;
	//	line-height: 1.3em;
}

#siebncontent pre {
	color: #FFFFFF;
	overflow: auto;
}

#siebncontent a {
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #777777;
}

#siebncontent .leftcolumn {
	float: left;
	position: relative;
	text-align: left;
}

#siebncontent .rightcolumn {
	float: right;
	position: relative;
	text-align: right;
}


.transparentselect {
	border: 0px solid #000000;
}

.transparentbutton {
	border: 1px solid #000000;
	background: white;
}

#tags {
	font-size: 20px;
	font-family: monospace;
	font-weight: bold;
}

#tags a{
	color: #BF8630;
	color: #000000;
	border-style: none;
}

#tags3 a:hover{
	color: #FFFFFF;
	text-transform: uppercase ;
}

dd {
	display: inline-block;
	width: 500px;
	vertical-align: middle;
}
dt {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	font-family: monospace ;
}