body {
	background: url("bgpanel.gif") repeat;
	margin:0px 0px; padding:0px;
	text-align:center;
	}

#banner {
	background: url("logo.gif") no-repeat;
	width:620px;
	height:207px;
	margin:0px auto 0px auto;
	text-align:left;
	padding:0px 0px 0px 0px;
	border: solid 0px #FFF;
	cursor: pointer;
	cursor: hand;
	}

#update {
	width: 280px;
	height: 205px;
	position: absolute;
	top: 10px;
	left: 10px;
	}

#content {
	background: url("bg.gif") repeat-y;
	width:620px;
	margin: 0px auto 0px auto;
	text-align:left;
/*	padding:0px 20px 0px 20px; */
/*	border: 2px solid #FFF;*/
	}

 #content a {
		color: #FF6600;
		font-weight: 200;
		text-decoration: none;
		border-style: none;
		border-width: 0px;
	}

a img {border:none; border-width:0px}

#content a:hover {
		text-decoration: underline;
	}
	
#kelly {
	height: 362px; /* 362 */
	width: 600px;
	padding:0px 0px 0px 20px;
/*	border: 2px dashed #000;*/
	}

#kelly h1 {
		font-family: georgia, "times new roman", serif;
		font-size: 24px;
		color: #FF6600;
		font-weight: 200;
		margin: 0px 0px 0px 0px;
		padding: 0px 30px 0px 0px;
/*		border: 1px solid #00F;*/
	}

#kelly p {
		font-family: georgia, "times new roman", serif;
		font-size: 14px;
		line-height: 14px;
		color: #4F3F0F;
		font-weight: 200;
		margin: 14px 0px 0px 0px;
		padding: 0px 30px 0px 0px;
/*		border: 1px solid #F00;*/
	}
		
#kelly img {
		margin: 0px;
		padding: 0px 10px 0px 20px;
		float: left;
/*		border: 1px solid #0F0;*/
	}

#tab_menu {
		margin: 0px;
		padding: 0px 40px 0px 40px;
		width: 540px;
		height: 35px;
		white-space: nowrap;
	}

#tab_menu_2 {
		margin: 0px;
		padding: 0px 143px 0px 143px;
		width: 324px;
		height: 35px;
	}


#footer {
	background: url("bottom.gif") no-repeat;
	width:620px;
	height: 200px;
	margin:0px auto 0px auto;
	text-align:left;
	padding:0px 0px 0px 0px;
	}

#copyright {
	width:620px;
	height: 20px;
	margin:0px auto 0px auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	}

#copyright p {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	color: #1090FD;
	font-weight: 200;

	}
	

.question {
		font-family: georgia, "times new roman";
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		color: #4F3F0F;
		margin: 14px 0px 0px 0px;
		padding: 0px 30px 0px 0px;
		cursor: pointer;
		cursor: hand;
}


.answer {
		font-family: georgia, "times new roman", serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 14px;
		color: #FF6600;
		margin: 2px 0px 0px 0px;
		padding: 0px 30px 0px 0px;
}

.visible .answer { display: block; }
.invisible .answer { display: none; }
