/* CSS Document */


body 
	{
	color: #ffffff;
	text-align: center;
	background-color: #ffffff;
	margin: 0px
	}
	

#center {
       position: absolute;
       top: 0px;
       left: 50%;/*some magic to align the element in the center;
       width: 1000px;
       margin-left: -500px;/* half of the width */
}


#middle
{
	position:absolute;
	left:-511px; 
	top:300px; 
	width:1024px;
	z-index:1;
	text-align:left;
	background-image:url(images/background.jpg);
	background-repeat: none;
}

#contentframe
{
	position:relative;
	left:200px; 
	top:10px; 
	width:700px;
	z-index:1;
}


#logo
{
	position:relative;
	left:-180px; 
	top:0px; 
	width:130px;
	height:87px; 
	z-index:1;
	background-repeat: none;
}

#footer
{
	position:relative;
	left:-200px; 
	top:0px; 
	width:1024px;
	height: 23px;
	z-index:1;
	background-image:url(images/footer.jpg);
	background-repeat: none;
	background-repeat: no-repeat;
}


h1
	{
   	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	font-style: plain;
	letter-spacing: 0.01em;
	padding-top: 5px;	
	}

.enlarge img { border: 1px solid #000000;}
.enlarge a:hover img { border: 4px solid #000000; width: 300px;}


p, tr, td, a, h2, h3, h4, h5, h6
	{
   	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-style: plain;
	letter-spacing: 0.01em;	
	}


ul, li, ol {
   	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding: 2px;
	margin: 0px 0px 0px 10px;	
}


.bold	{ font-weight: bold;}

.smaller { font-size: 10px; line-height: 12px;}

.larger { font-size: 16px; line-height: 20px;}

.italic { font-style: italic; }

.alignc { text-align: center; }

.red { color: #931212; }

.noindent { margin-bottom: -5px;}

.indent { padding-left: 20px; padding-right: 20px; width: 200px; }



.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 26px}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 10px 0 0;
		padding: 6px;
		width: auto;
		font: bold 11px arial;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #FFF;
		background-color: #0f4780;
		-moz-border-radius: 0px;
		border-radius: 3px}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	background: #145ba3;
		color: #00000
		}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 1px 0 0 0;
			padding: 0;
			background: #0f4780}
		
			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 7px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #FFF;
				background: transparent;
				-moz-border-radius: 0;
				border-radius: 0}

			.mlddm ul li a:hover
			{	color: #FFF}



.PZ3-l { float:left; margin-right:5px; }
.PZ3-r { float:right; margin-left:5px; direction:rtl; }
	html>/**/body .PZ3-r { position:relative; }
	
.PZ3zoom { border:1px solid #000000; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
	html>/**/body .PZ3-r a { right:0px; }
	
.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
	cursor:hand; height:auto; width:auto;
	overflow:visible; border:1px solid #000000; 
	margin:-1px 0 0 -1px; }
	html>body .PZ3zoom a:hover { margin:-25px -25px 0 -25px; }
	
.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

/* .PZ3cap { display:none; } stk 12-Apr-2007 */
a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt arial,sans-serif;
  margin-top:-2px; padding-top: 5px; background:#000000; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:3px 1px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }
