@charset "utf-8";

body {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; background-color: #fff; color:#000;}
img {border:0;}
#accessibility {height:0; visibility:hidden;}
span.cleared {display:block; margin:0; padding:0; clear:both; height:1px; width:100%;}

/*************************/
/* OVERWRITE			 */
/*************************/

/* floats */
.fleft {float:left;}
.fright {float:right;}
.dispNone {display:none;}
.dispBlock {display:block;}

/*misc*/
p { 
	font-size:1.2em;
	line-height:1.5em;
}

span.alt-text { display:none; }

span.green { color:#97b327; font-weight:bold; font-size: 1.4em; }

#mapholder {
	margin:30px 0px 0px 0px;
	width:424px;
	height:526px;
	padding:10px;
	background-color:#e5eef6;
	float:left;
}

#map {
	width:424px;
	height:526px;
}

#pageholder {
	width:980px;
	height:520px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#copyholder {
	width:440px;
	margin-left:30px;
	float:left;
}

#copyholder h1 {
	margin-bottom:20px;
}

#latest {
	margin-top:10px;
	width:440px;
	height:100px;
	background-color:#e5eef6;
	overflow-x:auto;
	overflow-y:scroll;
}

ul#latesttwits {
	list-style:none;
	margin-left:10px;
	padding-left:0px;
}

ul#latesttwits li {
	font-size:1.2em;
	line-height:15px;
	margin:3px;
	padding-left:0px;
}

ul#latesttwits li img {
	float:left;
	margin-right:10px;
}

div#pbt {
	float:right;
	width:80px;
	margin-top:37px;
}

div#emcs {
	float:left;
	width:280px;
}
