body,html {
	font-family:arial,helvetica;
	font-size:13px;
	color:#000;
	background:#fff;
}

#stage {
	position:absolute;
	top:50%;
	left:50%;
	width:730px;
	background:url(../images/stage-main.gif) repeat-y;
	margin:-220px 0px 0px -375px;
	padding:60px 10px 30px 10px;
}

#header {
	width:710px;
	position:absolute;
	top:0px;
	left:0px;
	background:#fff url(../images/stage-top.gif) no-repeat bottom;
	height:32px;
	padding-left:40px;
}

#header .reiter {
	width:100px;
	height:16px;
	background:#E2EAF2;
	text-align:center;
	float:left;
	margin-right:1px;
	padding-top:6px;
	font-size:10px;
	color:#618EC2;
}

#header .reiter a {
	color:#0F4E95;
	text-decoration:none;
}

#header .reiter a:hover {
	color:#618EC2;
}

.bgbot {
	width:750px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/stage-bottom.gif) no-repeat;
	height:20px;
}

#leftrow {
	width:400px;
	float:left;	height:300px;
}

#rightrow {
	width:250px;
	float:right;
}

#leftrow p {
	padding:10px 0px 10px 55px;
	line-height:17px;
}

#rightrow p {
	padding:10px;
	line-height:17px;
}

#leftrow h1 {
	padding:0px 0px 0px 5px;
	border-left:50px #0F4E95 solid;
	font-size:16px;
	color:#0F4E95;
	font-weight:normal;
}

#rightrow h2 {
	padding:0px 10px 0px 10px;
	font-size:16px;
	color:#0F4E95;
	font-weight:normal;
}

#footer {
	text-align:right;
	clear:both;
	padding-top:20px;
}

a {
	color:#0F4E95;
}

a:hover {
	color:#4C555C;
}

sup {
	font-size:11px; 
	vertical-align:top;
}em {	font-style:italic;}
