html,body {
	margin: 0;	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body {
	margin: 40px;
}

#flashContent {
	width: 100%;
/*	height: 100%;*/
}

#printContent {
	display: none;
}

a {
	color: #00AEEF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

h1 {
	font-size: 16px;
}


#illuImages {
	position: absolute;
	left: 705px;
	top: 85px;
	z-index: 10;
	width: 250px;
	text-align: right;
}

.headline, .text, .related, #libImages, .footer {
	width: 630px;
	color: #3A3A3A;
}

#libImages img{
	border: 1px solid #818181;
	vertical-align: top;
}


a.ext {
	color: #818181;
}
a.ext:hover {
	color: #000000;
}

.text a{
	font-weight: bold;
}

.footer a{
	font-size: 11px;
	text-decoration: undeline;
}


.related a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.related a:hover {
	color: #000000;
	text-decoration: underline;
}

textarea {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
width: 400px;
height: 100px;
}

input {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

.footer {
	font-size: 11px;
	padding-top: 30px;
	color: #00AEEF;
}