html {
	overflow: hidden; /* no scrollbar in IE7 */
}

body {
	background-color: White;
	margin: 0;
	font-family: Heveltica, Arial, sans-serif;
	font-size: 8pt;
}

#layout_top
{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 34px;
	background-color: #24006B;
}

#layout_logo
{
	position: absolute;
	width: 290px;
	height: 30px;
	left: 2px;
	top: 2px;
	z-index: 1;
	overflow: hidden;
}

#layout_logo h1
{
	font-size: 200%;
}

#layout_logo h1 a 
{
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 290px;
	height: 30px;
	z-index: 2;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
}

#layout_logo h1 a span
{
	display: none;
}

a {
	text-decoration: none;
}

#content {
	margin: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 35px;
	bottom: 0;
	padding: 2px;
	overflow: auto;
	color: #24006B;
}

#content:active, #content:focus {
	outline: none;
}

#content h2 {
	text-align: center;
	font-size: 200%;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}

#content h2 a#arrow_left {
	top: 0.83em;
	left: 0.83em;
}

#content h2 #arrow_left_grey {
	top: 0.83em;
	left: 0.83em;
}

#content h2 a#arrow_right {
	top: 0.83em;
	right: 0.83em;
}

#content h2 #arrow_right_grey {
	top: 0.83em;
	right: 0.83em;
}

#content a#arrow_left {
	display: block;
	position: absolute;
	width: 17px;
	height: 18px;
	background-image: url('img/prev.png');
	overflow: hidden;
}

#content #arrow_left_grey {
	position: absolute;
	width: 17px;
	height: 18px;
	background-image: url('img/prev_grey.png');
	overflow: hidden;
}

#content a#arrow_right {
	position: absolute;
	display: block;
	width: 17px;
	height: 18px;
	background-image: url('img/next.png');
	overflow: hidden;
}

#content #arrow_right_grey {
	position: absolute;
	width: 17px;
	height: 18px;
	background-image: url('img/next_grey.png');
	overflow: hidden;
}

#content a#arrow_left span {
	display: none;
}

#content #arrow_left_grey span {
	display: none;
}

#content a#arrow_right span {
	display: none;
}

#content #arrow_right_grey span {
	display: none;
}

#content #longdescription {
	margin-left: 4px;
	margin-right: 4px;
	padding: 3px;
	border: 1px #E1D1FF solid;
	font-size: 130%;
}

#content #longdescription a {
	color: #24006B;
	text-decoration: underline;
}

#content p.thumb {
	display: block;
	float: left;
	margin: 4px;
	border: 1px #E1D1FF solid;
	text-align: center;
}

#content p.thumb a {
	display: block;
	padding: 3px;
	color: #24006B;
}

#content p.thumb a:hover {
	background-color: #24006B;
	color: White;
}

#content p.thumb a img {
	border: 1px solid #24006B;
}

#content #left {
	position: absolute;
	left: 2px;
	width: 290px;
	top: 2px;
	bottom: 2px;
	overflow: auto;
	border: 1px #E1D1FF solid;
}

#content #left a {
	color: #24006B;
}

#content #left a:hover {
	text-decoration: underline;
}

#content #left dl {
	font-size: 130%;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content #left dd {
	font-size: 130%;
	margin-left: 0;
	padding-bottom: 0.77em;
	margin-bottom: 0.77em;
	border-bottom: 1px #E1D1FF solid;
}

#content #left dd a#arrow_left {
	top: 5.5em;
	left: 2px;
}

#content #left dd #arrow_left_grey {
	top: 5.5em;
	left: 2px;
}

#content #left dd a#arrow_right {
	top: 5.5em;
	right: 2px;
}

#content #left dd #arrow_right_grey {
	top: 5.5em;
	right: 2px;
}

#content #right {
	position: absolute;
	left: 296px;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

#content #right .outer .inner img {
	border: 1px solid #24006B;
}

#infoicon {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 27px;
	z-index: 2;
	background-image: url('img/info.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-right: 1px solid White;
	border-top: 1px solid White;
}

#copyrighticon {
	position: fixed;
	left: 0;
	bottom: 28px;
	width: 28px;
	height: 27px;
	z-index: 2;
	background-image: url('img/copyright.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-right: 1px solid White;
	border-top: 1px solid White;
}

a#downloadicon {
	display: block;
	position: fixed;
	left: 0;
	bottom: 56px;
	width: 28px;
	height: 27px;
	z-index: 2;
	background-image: url('img/download.png');
	background-repeat: no-repeat;
	border-right: 1px solid White;
	border-top: 1px solid White;
	overflow: hidden;
}

a#downloadicon span {
	display: none;
}

.bottombox {
	display: none;
	position: fixed;
	left: 29px;
	right: 0;
	bottom: 0px;
	height: 55px;
	z-index: 2;
	background-color: #24006B;
	color: White;
	border-top: 1px solid White;
	overflow: auto;
}
.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.outer .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.bottombox .outer .inner a {
	font-weight: bold;
	color: White;
}

.bottombox .outer .inner a:visited {
	color: White;
}

.bottombox .outer .inner a:hover {
	text-decoration: underline;
}

.bottombox .outer .inner a img {
	border-style: none;
}
