@media print {
  div#topmenu { display:none; }
  div#bottommenu { display:none; }
}

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body,
.default {
  	font-size: 12pt;
	color: #000000;
}

h1 {
	font-size: 200%;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

br {
	clear: left;
}

a:link,a:visited {
	color: #55a7c4;
}

div.eventlist {
}
ul.eventlist {
	list-style: none;
	margin: 1em 0px 0px 0px; padding: 0;
}
li.eventlist {
	margin: 0.5em 0em 0em 0em ;
	padding-left: 3em;
	text-indent: -3em;
}

ul.quicklinks {
	margin: 1em 0px 0px 1em; padding: 0;
}

span.topmenu,
a.topmenu
{
	font-weight: bold;
	color: #2D92C8;
	font-size: 14pt;
}
a.topmenu:active,
a.topmenu:hover {
	color: #ffffff;
	background-color: #2D92C8;
	text-decoration: none;
}

.bottommenu
{
	font-size: 10pt;
}

a.inline_link,
a.inline {
	color: #009900;
	font-family: tahoma;
	font-weight: bold;
}

a.clickhere {
	color: #009900;
	font-family: tahoma;
}

p {
	margin-bottom: 1em;
}

em.highlight {
	color: #2D92C8;
	font-weight: bold;
	font-size: 100%;
}
strong.highlight {
	color: #000000;
}
dt {
	color: #2D92C8;
	font-weight: bold;
	font-size: 110%;
}

img.icon {
	margin: 3px 10px 3px 3px;
	float:left;
}

img.linkarrow {
	vertical-align:middle;
	width:8px;
	height:8px;
	margin-right:2px;
}

.white {color: #FFFFFF}

.framedpagetitle {
	/*text-align:auto;*/
	width:100%;
	font-size:150%;
	font-weight:bold;
	color:#2D92C8;
	background:#ffffff;
	padding:10px;
	border:0px;margin:0px
}

div#copyright {
	font-size: 8pt;
}

div#rightColumn_div {
	margin-left: auto;
	margin-right: auto;
}
td#rightColumn_td {
}

img.leftbarNSBF {
	vertical-align:bottom;
	border: 0px solid black;
}

p.reconstruction {
	font-size: 125%;
	margin: 30px 20px 35px 25px;
	color: red;
}

td.pageheader {
	background-image:url(images/common/header_middle.png);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	font-size: 200%;
}

	.productOptions { width:50%; height:100%; position:absolute; left:0px; top:0px; visibility:hidden; }
	.prodOptionPane { width:100%; margin-top:150px; background:#fff; border:4px ridge #888; padding: 10px; }

div.floatingLayer {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index:1;
}
.floatingLayerContent {
	background: #fff;
	margin: 100px auto auto auto;
	width:500px;
	border:10px ridge black;
	padding:10px;
}
