/* CSS Document */
html{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
#placement{
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:626px;
	margin:0 auto 0 auto;
	background-color:rgb(255,255,255);
	background-image:url(../imgs/placementBG.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
td{
	vertical-align:top;
	 font-family:'Times New Roman', Times, serif;
	 font-size:12px;
	color:rgb(110,140,77);
	}
.leftTD{
	width:273px;
	text-align:center;
	}
td img{
	margin:0 5px 0 5px;
	border:none;
	}

.popups{
	border:solid 4px rgb(255,255,255);
	background-color:rgb(110,140,77);
	color:rgb(255,255,255);
	padding:10px;
	width:509px;
	height:410px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:10px;
	}
.popups h1{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:11px;
	}	
.footer{
	position:relative;
	bottom:0px;
	width:860px;
	height:50px;
	margin:0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:rgb(110,140,77);
	}