#mastercontainer
{
	position: relative;
	top: 20px;
	left: 0px;
	width: 700px;
	height: 5000px;
	z-index: 1;
	background: #FFF;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

body
{
	background-image: url(images/bckgr_px.gif);
	background-color: #ddd;
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	COLOR: #000;
	line-height: 17px;
	FONT-FAMILY: Georgia, Verdana, Arial;
	text-align: left;
}

b
{
	font-size: 16px;
	color: #C33;
	font-weight: bolder;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: none;
	word-spacing: 2px;
}

p
{
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	border-color: #000 #000 transparent #000;
	margin: 3px 0 0 0;
	padding: 5px 0 7px 0;
}
em
{
	color: #C33;
	font-family: Georgia, Verdana, Arial;
	font-weight: bolder;
	font-style: normal;
}

a
{
	color: #333;
	font-family: Georgia, Verdana, Arial;
	font-weight: bolder;
	font-style: normal;
}

#logobar
{
	position: absolute;
	overflow: hidden;
	top: 125px;
	left: 0px;
	z-index: 2;
}

#headtable
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 125px;
	z-index: 2;
}

/* these four images are for the image cluster underneath the Logobar
Images 1 to 4 are for the large cluster, images 5 and 6 for the small one */

/*
#image1
{
	position: absolute;
	top: 160px;
	left: 140px;
	width: 180px;
	height: 165px;
	z-index: 3;
	border-style: none;
}

#image2
{
	position: absolute;
	top: 160px;
	left: 325px;
	width: 155px;
	height: 205px;
	z-index: 3;
	border-style: none;
}

#image3
{
	position: absolute;
	top: 330px;
	left: 140px;
	width: 180px;
	height: 140px;
	z-index: 3;
	border-style: none;
}

#image4
{
	position: absolute;
	top: 370px;
	left: 325px;
	width: 155px;
	height: 100px;
	z-index: 3;
	border-style: none;
}
*/

/* end image cluster */
/* three definitions for the quote next to the image cluster*/
#quoteimage
{
	position: absolute;
	top: 325px;
	left: 500px;
	width: 100px;
	height: 110px;
	z-index: 4;
	border-style: none;
}

.quote
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #333333;
	line-height: 16px;
	FONT-FAMILY: Georgia, Verdana, Arial;
	text-align: left;
	vertical-align: top;
	position: absolute;
	top: 440px;
	left: 500px;
	width: 110px;
	height: 500px;
	z-index: 4;
	border-style: none;
}

.quote b /* this is the name of the quoted person */
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 10px;
	COLOR: #111;
	LINE-HEIGHT: 14px;
	FONT-FAMILY: Georgia, Verdana, Arial;
}

.largetext
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	COLOR: #000;
	line-height: 22px;
	FONT-FAMILY: Georgia, Verdana, Arial;
	text-align: left;
}
/* this is the table holding the main content*/
#contenttable
{
	position: absolute;
	top: 166px;
	left: 61px;
	width: 420px;
	z-index: 4;
	border-style: none;
}


.euro {
	font-weight: normal;
}


#homepage h2 {
	color:#CC3333;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.2em;
	font-weight:bolder;
	margin-bottom:5px;
}

#homepage h3 {
	color:#CC3333;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.0em;
	font-weight:bolder;
	margin-bottom:5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 6px;
}

#homepage em {
	font-style: italic;
	color: black;
	font-weight: normal;
}

#homepage p {
	border: none;
}

#homepage blockquote {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin: 6px 0 2.5em 0;
	padding: 4px 6px;
	font-size: 0.9 em;
}

#homepage blockquote .credit {
	text-align: right;
	font-style: italic;
	margin-top: -5px;
	font-size: 0.9em;
}

#homepage ul, #homepage ul li {
	margin-left:5px;
	padding-left: 5px;
	
}

#teaser h1 {
	text-align:center;
	font-size:2em;
	line-height: 1.3em;
	color:#711411;
	margin:2px 0 3px 0;
	padding: 0;
}

#teaser p.subhead {
	text-align:center;
	font-size:1em;
	color:#711411;
	border:none;
	padding: 0;
	margin: 0 0 5px 0;
}

#teaser p.dates {
	font-size:1.3em;
	margin-bottom: 15px;
}

.superscript {
	font-size: 70%;
	vertical-align: text-top;
}

a.euro {
	font-weight: normal;
}

#links {
	padding: 0;
}

#links li {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}