body {
	font:normal .9em Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
	text-align:center;	
}

body * {
	margin:0;
	padding:0;
}

ul, ol {
	list-style:none;
}

a {	
	font-weight:bold;
	color:#008aff;
	text-decoration:none;
}

a:hover {
	color:#0056ca;
	text-decoration:underline;
}

#container {
	position:relative;
	width:764px;
	text-align:left;
	margin:0 auto;
}

#logo {

	/* image formatting code */
	position:absolute;
	left:-71px;
	display:block;
	width:147px;
	height:71px;
	background:transparent url(../images/blue-logo.gif) 0 0 no-repeat;
	margin-bottom:-10px;
	
	/* text-hiding code */ 
	overflow:hidden;
	text-indent:-999px;
	
	/* position formatting code */
	float:left;
}

#logo:hover {
	background-position:0 -71px;
}

ul.links {
	display:none;
	float:right;
}

ul.links li {
	float:left;
}

ul.links li a {
	display:block;
	padding:20px 10px 10px 10px;
	margin:0 10px;
}

ul.links li a:hover {
}

ul.links li.last-child a {
	padding:20px 0 10px 10px;
	margin:0 0 0 10px;
}

#content {
	clear:both;
}

h1 {
	font-weight:normal;
	font-size:1.5em;
}

h2 {
}

em {
	font-style:normal;
	font-weight:bold;
	color:#ff7e00;
}

em.place,
em.person,
em.org {
	color:#00c809;
}

p {
	margin:0 0 10px 0;
}

#splash {
	clear:both;
	text-align:center;	
	margin:5px 0 5px 0;
	padding:63px 0 5px 0;
}

#expressions-header {
	width:100%;
	height:19px;	
	margin-bottom:10px;
	background:url(../images/expressions-header.gif) 0 0 no-repeat;
	
	/* text-hiding code */ 
	overflow:hidden;
	text-indent:-999px;
	
}
