/* -----------------------------------------------
/* Style sheet
/* -----------------------------------------------

/* Global Style Changes */

body {
	font-family:			Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:				12pt;
	background-color:		#FBE462;
	color: 					#45310B;
	margin:					4px;
}

fieldset {
	margin:					8px;
	border:					3px #45310B solid;
	padding:				10px;
	background-color:		#FEFFB1;
}

fieldset p {
	margin:					0 6px 6px 6px;
}

legend {
	font-size:				120%;
	font-weight:			bold;
}

#head {
	position:				absolute;
	top:					0;
	left:					0;
	right:					0;
	height:					92px;
	overflow:				hidden;
}

#elaologo {
	float:					left;
	margin:					1px 15px 1px 1px;
}

#elaowelcome {
	font-size:				24pt;
	margin-top:				20px;
	margin-left:			4em;
}

#addr {
	font-size:				10pt;
	position:				absolute;
	top:					0;
	right:					0;
	width:					12em;
	padding:				6px;
}

#left {
	position:				absolute;
	top:					92px;
	left:					0;
	width:					16em;
}

.navlink {
	float:					right;
	width:					14em;
	border:					3px outset #45310B;
	background-color:		#FEFFB1;
	margin-right:			10px;
}

.navlink a {
	text-decoration:		none;
	border:					none;
}

.navlink img {
	border:					none;
}

#main {
	position:				absolute;
	top:					92px;
	left:					16em;
	right:					1em;
	padding:				10px;
	background-color:		#FFFFFF;
}

#elaopeople {
	float:					left;
	margin:					15px;
	width:					160px;
}

#elaoabout {
	font-size:				160%;
}

#ron {
	float:					left;
	margin:					0 10px 10px 0;
	width:					170px;
}

#ulc {
	position:				absolute;
	top:					0;
	left:					0;
	width:					15px;
}

#urc {
	position:				absolute;
	top:					0;
	right:					0;
	width:					15px;
}

#counter {
	margin-left:			8px;
	clear:					both;
	font-size:				12px;
}

#counter img {
	vertical-align:			bottom;
	border:					none;
	display:				inline;
}

.button {
	background-color:		#D6D3CE;
	cursor:					default;
}

.buttonhover {
	background-color:		#9CCFFF;
	cursor:					pointer;
}

a.secret,
a.secret:link,
a.secret:hover,
a.secret:visited,
a.secret:active {
	color:					#45310B;
	text-decoration:		none;
	cursor:					default;
}

@media print {

	body {
		background-color:	white;
	}
	
	#left, .noprint, .displayonly {
		display:			none;
	}
	
	.eject {
		page-break-before:	always;
	}

}
