/* kens css */

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
}


.center {
	position:absolute;
	top: 85px;
	left:150px;

	text-align: center;
	font-family: Century Gothhic, sans-serif, helvetica;
}
.center_frame {
	position:absolute;
	color: #777777;
	top: 0px;
	left:295px;
	text-align: center;
	font-family: Century Gothic, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	width:430px;
}
.img_1 {
	position:absolute;
	top: 0px;
	left: 15px;
}
.img_2 {
	position:absolute;
	top: 260px;
	left: 15px;
}
.img_3 {
	position:absolute;
	top: 0px;
	left: 740px;
}
.img_4 {
	position: absolute;
	top: 260px;
	left: 740px;
}
td {
	font-size: 14px;
	padding-right: 30px;
	
	}
.search {
	padding-bottom: 15px;
	font-size: 16px;
}
	
.pop_up{/* button CSS */
	position: relative;
	background-color: #ffffff;
 	background-position: right;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width:400px;
	height:21px;
	top:1px;
	left: 0px;
	z-index: 0;
}

.pop_up:hover{/* button CSS */
	background-color: #c5e9f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #c5e9f5;
	border-left: 1px solid #999999;
	background-image: none;	
	z-index: 50;
}

.pop_up span{ /*CSS for pop up box*/
	position: absolute;
	background-color: #c5e9f5;
	border-top: 1px solid #c5e9f5;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
	left: 100px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.pop_up span img{ /*CSS for pop up image*/
	top:-55px;
	left:170px;
	border-width: 0;
	padding: 2px;
}

.pop_up:hover span{ /*CSS for pop up image on hover*/
	visibility: visible;
	top: 25px;
	left: -1px; /*position where pop up image should offset horizontally */
	width:395px;
}
strong {
	color: #000000;
	}
.selecter {
	font-family: Century Gothhic, sans-serif, helvetica;
	font-size: 17px;
}
.drop {
	font-family: Century Gothhic, sans-serif, helvetica;
	font-size: 18px;
	background-color: #F8F8E2;
}	