/* CSS Document */

/*-----------------------------------------------------------

POPUP CSS - INTEGRATE WITH ABOVE CSS WHEN COMPLETE

--------------------------------------------------------------*/



html, body

	{

	margin				: 0px;

	padding				: 0px;

	background-color	: #fff; 

	font-size: 9pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #000;

	padding-right: 10px;

	valign: top;

	}



#popup_container

{

  position: absolute;

  height: 100%;

  width: 610px;

  background-color: #fff;

  margin: 0px auto;

  margin-top: -15px;

  padding: 0px;

  text-align: left;

  float: left;

}



#popup_logo

{

	position: absolute;

	left: 10px;

	top: 0px;

	width: 28px;

	height: 787px;

	z-index: 6;

}



/*#popup_lightbluebox

{

	position: relative;

	left: 0px;

	width: 610px;

	height: 55px;

	z-index: 4;

	background: #ADC4D9;

}

*/

#popup_lightbluebox

{

	position: absolute;

	left: 0px;

	width: 610px;

	height: 55px;

	z-index: 4;

	background: #ADC4D9;

}



#popup_logo2

{

	position: absolute;

	left: 0px;

	top: 0px;

	width: 610px;

	height: 53px;

	z-index: 2;

}



#parent_middle

{

	position: relative;

	width: 610px;

	top: 160px;

	left: 0px;

	z-index: 3;

	margin-top: 10px;

}



div.middle {

	width: 610px;

	min-height: 670px;

	background-repeat: repeat-y;

	margin-top: -11px;

}



div.top {

      width: 610px;

      background-repeat: no-repeat;

	  padding: 15px 30px 30px 15px;

    }

	

div.bottom {

      background-position: bottom left;

      background-repeat: no-repeat;

      padding: 22px 30px 30px 15px;

	  margin-top: -11px;

    }





.test {

	padding-left: 80px;

	margin-right: 100px;

}



test2 a:link, a:visited, a:active {

	text-decoration: none;

}



.middle h1

{

	padding-left: 0px;

	margin-right: 100px;

}



.small {

	font-size: 8pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #333;

	padding-right: 10px;

	valign: top;

	}

.small p{

	font-size: 8pt;

	line-height: 11pt;

	font-family: Verdana, sans-serif;

	color: #333;

	padding-right: 10px;

	valign: top;

	}

	

.small h1{

	font-family: Arial, Helevetica, Verdana, sans-serif;

	font-size: 11pt;

	line-height: 15pt;

	font-weight: bold;

	color: #333;

	}



