@charset "utf-8";

#plan_body {
	height: 510px;
	z-index: 0;
	float: left;
	position: relative;
}

#plan {
	position: absolute;
	left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 0px;
}
#instructions {
	position: absolute;
	top: 320px;
	left: 480px;
}
#north_window {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 380px;



	border: 3px solid #0401C0
	background-color: #CCCCCC;;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
}
#north_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#north_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#internal_window {
	z-index: 1;
	position: absolute;
	left: 530px;


	border: 3px solid #4CF34D
	background-color: #CCCCCC;;
	width: 150px;
	background-color: #CCCCCC;
	border: 3px solid #D5000B;
	top: 100px;
}
#internal_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#internal_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}


#dove_window {
	z-index: 1;
	left: 140px;
	top: 260px;
	position: absolute;





	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #22DF2B;
	width: 120px;
	background-color: #CCCCCC;
}
#dove_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#dove_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
