/**/@media screen {
html {
	overflow-y: scroll;
	font: 16px arial, helvetica, univers, 'zurich bt', sans-serif;
	height: 100%;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	
	}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper {
	width: 505px; /* multiple of 10 */
	padding: 0 21px 0 10px;
	margin: 0 0 0 110px; /* multiple of 10 */
	background: white url(../images/wrapper.png) repeat-y right top;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: auto !important;
	overflow: visible;
}
h1 {
	margin: 0;
	width: 508px;
	height: 166px;
	position: absolute;
	left: 120px;
	top: 0;
	z-index: 1;
	background: url(../images/h1.png);
}

h1.home {
	display: none;
}
#top p.home {
	display: none;
}
h1 
a {
	display: none;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block !important;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -3px;
	width: 110px;
	font: 12px/23px arial, helvetica, sans-serif;
	background: #ffffcc;
}
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block !important;
	display: inline-block;
	font: 12px/23px arial, helvetica, sans-serif;
}
#nav 
li {
	float: left;
	clear: left;
}
.nav 
li {
	float: left;
}
#nav 
a, 
.nav 
a {
	text-decoration: none;
	color: #000000;
	display: block;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #cccc99 url(../images/nav.png) repeat-x 0 0;
	width: 105px;
	height: 19px;
	overflow: visible !important;
	overflow: hidden;
	padding: 0 0 0 4px;
	margin: 3px 0 0;
	position: relative;
}
.nav 
a {
	width: auto;
	padding: 0 4px;
	margin: 3px 1px 0 0;
	display: inline-block;
}
#nav 
a:hover, 
#nav 
.current 
a, 
.nav 
a:hover, 
.nav 
.current 
a, 
#nav 
.current 
ul 
a:hover, 
#nav 
.current 
.current 
a {
	background-color: #0066ff;
	background-position: 0 -20px;
	color: #ffffff;
}
#nav 
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav 
.current 
ul 
a {
	color: #000000;
	background: #cccc99 url(../images/nav.png) repeat-x 0 0;
	text-align: center;
	width: 109px;
	padding: 0;
	font-size: 10px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#nav 
.current 
.current 
a {
/*	color: #0066ff;
	opacity: 1;
	filter: alpha(opacity=100);*/
}
#nav 
span, 
.nav 
span {
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: block !important;
	display: none;
	width: 3px;
	height: 3px;
	overflow: visible !important;
	overflow: hidden;
	background: url(../images/span.png);
}
#nav 
a:hover 
span, 
.nav 
a:hover 
span, 
#nav 
.current 
span, 
.nav 
.current 
span, 
#nav 
.current 
ul
.current 
span, 
#nav 
.current 
ul 
a:hover 
span {
	background-position: 0 -3px;
}
#nav 
.current 
ul
span {
	background-position: 0 0;
}
#shapenav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 265px;
	top: 115px;
	z-index: 2;
	display: block !important;
	display: inline-block;
	overflow: hidden;
	width: 232px;
	height: 50px;
}
#shapenav.home {
	top: 17px;
}
#shapenav 
li {
	float: left;
}
#shapenav 
a {
	display: block;
	float: left;
	width: 53px;
	height: 50px;
	text-indent: -777em;
	overflow: hidden;
	margin: 0 5px 0 0;
}
#content {
	margin: -16px 0 0;
	padding: 182px 0 38px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
#content.home {
	padding: 84px 0 38px 0;
}
#footer {
	margin: 0;
	line-height: 19px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 510px;
}
ul {
	margin: 10px 0 10px 40px;
	padding: 0;
	font-size: 13px;
}
ul 
ul {
	margin: 0 0 0 40px;
}
p {
	margin: 10px 0;
	font-size: 13px;
}
h2 {
	text-align: center;
	margin: 10px 0 !important;
	margin: 15px 0 10px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
h3 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;
}
sup {
	vertical-align: top;
}
sup:first-of-type {
	vertical-align: text-top;
}
h2 
sup {
	font-size: 10px;
}
p 
sup, 
#nav 
sup {
	font-size: 8px;
}
#top {
	border-bottom: 1px solid #0000ff;
	float: right;
	margin: 10px 5px 10px 0;
	clear: both;
}
#top 
a {
	text-decoration: none;
}
#top 
sup {
	font-weight: bold;
}
tr:hover {
	background: #ffffcc;
}
table {
	border-collapse: collapse;
}
th, 
td {
	border: 1px solid silver;
	padding: 5px;
}
/**/}