/*styles for pop up pages*/

body {
	background-image: none;
}

h1 {
	margin: 40px 0px 0px 0px;
	padding: 2px;
	width: 739px;
	color: #16316F;
	font-size: 1.3em;
	background-image: url(../images/img_dotted_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h2 {
	font-size: 1em;
}

h3 {
	color: #0771AF;
}

img.float-right {
	float: right;
	clear: right; padding: 10px;
}

div#body-bg-blue2 {
	background-image: url(../images/bg_level3.jpg);
	background-repeat: repeat-x;
}


table.imagelayout2 {
	width: 100%;
	text-align: center;
}

table.imagelayout2 td {
	padding: 0px;
	width: 33%;
	text-align: center;
}

table.imagelayout2 img {
	padding: 10px;
}

div#stack-thru {
	text-align: center;
	margin: 0px auto;
}

 div#stack-thru table {
	text-align: center;
	border: none;
	border-collapse: collapse;
}

 div#stack-thru img {
 	margin: 40px auto 0px auto;
}