/* CSS Document */

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

POPUP CSS - INTEGRATE WITH ABOVE CSS WHEN COMPLETE

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



HTML, BODY {

    FONT-SIZE: 10pt;

    COLOR: black;

    FONT-FAMILY: Arial;

    BACKGROUND-COLOR: white

	}



#popup_container

{

  position: absolute;

  height: 100%;

  width: 610px;

  background-color: #5F93C1;

  margin: 0px auto;

  margin-top: -15px;

  padding: 0px;

  text-align: left;

  float: left;

}



#popup_logo

{

	position: absolute;

	visibility: visible;

	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: 96px;

	z-index: 3;

}



#parent_middle

{

	position: relative;

	width: 610px;

	top: 120px;

	left: 0px;

	z-index: 2;

}



div.middle {

	width: 610px;

	min-height: 670px;

	background-image: url('../images/graphics/popup_middle.gif');

	background-repeat: repeat-y;

	margin-top: -11px;

}

/*

div.top {

      background-image: url('../images/graphics/popup_top.gif');

      width: 610px;

      background-repeat: no-repeat;

	  padding: 15px 30px 30px 15px;

    }

	

div.bottom {

      background-image: url('../images/graphics/popup_bottom.gif');

      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: 14pt;

	line-height: 19pt;

	font-weight: bold;

	color: #333;

	}



