/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */


address {
	font-style: normal;
	color: #D8E0A2;
	padding: 5;
	margin: 5;
	text-align: center;
	font-size: 12px;
}
address strong {
	font-style: normal;
	color: #EACB15;
	padding: 5;
	margin: 5;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
address a:link{
	font-style: normal;
	color: #FFFFFF;
	padding: 5;
	margin: 5;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}address a:hover{
	font-style: normal;
	color: #FF0000;
	padding: 5;
	margin: 5;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}


/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */



div#audio {
	position: absolute;
	top: 222px;
	left: 569px;
	width: 900px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}


div#applet a {
	display: block;
	position: absolute;
	top: 35px;
	left: 500px;
	width: 88px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
div#map {
	clear: both;
	width: 550px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;

}
.signin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
	/* DIV COPYRIGHT */
	div#copyright {
	/*margin-left: 150px;*/
		font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
		#copyright a {
	text-decoration: none;
	color: #003399;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #990000;
}
