html {
	height:100%; /* real 100% */
	margin:0px 0px 0.1px 0px;
	padding:0px;
	background-color:#000000;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#7d7e6b;
}

body.error {
	background:none;
}

/* Site simple layout */

div#site_area {
	width:997px;
	height:100%;
	margin:0px auto;
	text-align:left;
}

div#site_content_wrapper { 
	min-height:100%; /* real 100% */
	padding:0px;
	background-color:#fbfcdf;
	background-image:url('../img/dots.gif');
	background-repeat:repeat-y;
	
}

* html div#site_content_wrapper {
	height:100%;
}

div#site_content {
	min-height:500px;
	position:relative;
	overflow:hidden;
	padding:0px 0px 25px 0px;
	margin:0px 60px 0px 125px;
	zoom:1;
}

div#header_content {
	background-color:#fbfcdf;
}

div#site_footer_wrapper {
	position:relative;
	clear:both;
	height:25px;
	margin-top:-25px;
	padding:0px 0px 0px 0px;
	background-color:#000000;
}

div#navi_content {
	position:relative;
	height:68px;
	margin-top:3px;
	z-index:10;
	background-color:#fbfcdf;
	background-image:url('../img/navi_bg_top.gif');
	background-repeat:repeat-x;
}

/* Tags */

h1, h2, h3, h4 {
	font-family:"Arial", sans-serif;
	margin:0px 0px 14px 0px;
	padding:0px;
	font-weight:normal;
	color:#4a883e;
}

h1 {
	font-size:16px;
	line-height:22px;
}

h2 {
	font-size:14px;
	line-height:20px;
}

h3 {
	font-size:12px;
	line-height:17px;
}

h4 {
	font-size:11px;
	line-height:16px;
}

p {
	margin:0px 0px 14px 0px;
	padding:1px;
	line-height:16px;
	text-align:left;
}

a {
	color:#8ac02e;
	text-decoration:underline;
}

a:hover {
	color:#456d01;
	text-decoration:none;
}

li {
	line-height:16px;
}

hr {
	margin:0px 0px 14px 0px;
	background:none;
	border:none;
	height:1px;
	border-top:1px dashed #000000;
}

img {
	border:none;
}

blockquote {
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}

pre {
	font-family:"Courier New", mono-space;
	font-size:12px;
	margin:0px 0px 14px 0px;
}

acronym, abbr {
	cursor:help;
	border-bottom:1px dashed #000000;
}

/* Forms */

form {
	margin:0px 0px 14px 0px;
	padding:0px;
}

form fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

form fieldset legend {
	padding:0px;
	margin:0px;
}

* html form fieldset legend {
	margin-left:-7px;
}

form label {
	float:left;
	width:190px;
}

form input {
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#7d7e6b;
}

form textarea {
	font-family:"Arial", sans-serif;
	font-size:11px;
	overflow:auto;
	color:#7d7e6b;
}

form div {
	margin:4px 0px 4px 0px;
	overflow:auto;
	zoom:1;
}

form .error {
	color:#ff0000;
}

/* Images within text */

span.img_left {
	overflow:auto;
	float:left;
	margin:4px 10px 0.5em 0px;
}

span.img_right {
	overflow:auto;
	float:right;
	margin:4px 0px 0.5em 10px;
}

span.img_noalign {
	display:block;
	overflow:auto;
	margin:0px 0px 1em 0px;
}

span.img_left img, span.img_right img, span.img_noalign img {
	display:block;
}

span.img_description {
	display:block;
	font-family:"Arial", sans-serif;
	font-size:10px;
	line-height:14px;
	color:#a0a0a0;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size:10px;
}

/* Pager */

#pager {
	font-size:10px;
}

#pager a {
	text-decoration:none;
}

#pager span {
	color:#008000;
}

/* News etc with date, more and back */

.date {
	font-size:10px;
	color:#666666;
	margin-top:-15px;
	margin-bottom:7px;
}

.more {
	font-size:10px;
	line-height:14px;
	margin-top:-7px;
	margin-bottom:14px;
}

.more a {
	text-decoration:none;
}

.return {
	font-size:10px;
	line-height:14px;
	margin-top:-7px;
	margin-bottom:14px;
}

.return a {
	text-decoration:none;
}

/* AXobject */

.axobject_alt {
	visibility:hidden;
}

/* Classes */

.db {
	display:block;
}

.di {
	display:inline;
}

.dn {
	display:none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.fn {
	float:none;
}

.cl {
	clear:left;
}

.cr {
	clear:right;
}

.cb {
	clear:both;
}

/* Other */ 

.debug {
	background-color: pink;
	color: black;
	padding: 0.5em;
	text-align: left;
	font-family: Sans;
	font-size: 1em;
}
