/* 
	Sitename
	designed and created by name
*/
/*
	print css document
*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
h1 {
	font-size: 230%;
	color: #897409;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 5px;
	line-height: 1.2em;
}
h2 {
	color: #5e5e59;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 130%;
}
h3 {
	color: #40403d;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 110%;
}
p, ul {
	margin: 0;
	font-size: 105%;
}
p {
	color: #393831;
}
ul {
	margin-left: 0px;
	list-style: bullet;
	color: #393831;
}
ol {
	list-style: decimal;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 105%;
	padding-left:10px;
}
ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a:link {
	color: #897409;
	text-decoration: none;
}
a:visited {
	color: #897409;
	text-decoration: none;
}
a:hover {
	color: #897409;
	text-decoration: underline;
}
a:active {
	color: #897409;
	text-decoration: none;
}
#site-info a, ul#job-ul li a {
	font-weight: bold;
}
div#slideshow {
	display: none;
}
div#site-info {
display: none;
}
div#navigation ul#language-selector {
	display: none;
}
form {
display: none;
}
div#navigation {
	display: none;
}
div#content p#breadcrumb {
	display: none;
}
#flashcontainer {
	display: none;
}