BODY {
	margin: 50px;
	background-color: white;
}
BODY, INPUT, SELECT {
	font-family: "lucida sans", tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
BODY.startPage {
	background-color: black;
}
BODY.black {
	background: black;
}
A {
	color: #4376b5;
}
P {
	margin: 0px;
	margin-bottom: 15px;
}
UL {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-left: 16px;
	list-style-type: square;
}
H1 {
	margin: 0px;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 12px;
}

H2 {
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}

P#popUpContent {
	position: absolute;
	width: 250px;
	left: 170px;
	top: 105px;
/*	border: 1px solid black;*/
	padding: 6px;
	background-color: white;
 	visibility: hidden;
	text-align: left;
}
DIV#popUp  {
	margin: 0px;
}
DIV#menu {
/*	float: left;
	margin-right: 40px;*/
	position: absolute;
	top: 50px;
	left: 50px;
}
DIV#canvas {
	position: absolute;
	top: 50px;
	left: 350px;
	width: 580px;
	/*
	padding-left: 300px;
	width: 600px;*/
	background-repeat: no-repeat;
 	background-position: top right;
}
DIV#navigation {
	position: absolute;
	left: 350px;
	top: 470px;
	width: 580px;
	text-align: center;
}
DIV#navigation A {
	text-decoration: none;
	color: black;
	font-size: 20px;
	font-weight: 900;
}
IMG { border: 0px; }



/* SLIDESHOW */
#slideshow .next {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	text-align: center;
	width: 580px;
	background: #3c3c3c;
	
	/* IE6/7 */
	filter: alpha(opacity=0);
}
#slideshow {
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}
#slideshow DIV SPAN {
	margin: 0 5px 0 0;
}
#slideshow DIV SPAN A {
	color: black;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
}
#slideshow DIV SPAN A:hover {
	color: #4376b5;
}

#slideshow DIV SPAN.selected A {
	color: #ccc;
}
#slideshow DIV P {
	margin: 20px 0;
	line-height: 1.3;
	padding: 0 80px;
	text-align: left;
	font-size: 18px;
}
#slideshow DIV P SPAN {
	font-weight: bold;
	margin: 0;
}

BODY.black #slideshow DIV SPAN A,
BODY.black #slideshow DIV P {
	color: white;
}
BODY.black #slideshow DIV SPAN.selected A {
	color: #666;
}
