/* -- Header -- */

#header {
	height:80px;
	margin: 0;
	padding: 0;
}


#header .logo {
	margin: 15px 0 0 13px;
	float: left;
}
#headerStrap {
	margin: 0;
	text-align:left;
}
#headerStrap ul {
	margin: 0px;
	padding: 2px 0 0 20px;	
}
#headerStrap li {
	display: inline;
	padding: 3px;
	cursor: pointer;	display: none;
}

#headerStrap a {	display: none;
}


/* HTML body */
body {
	background: #FFFFFF; 
	padding: 0; 
	margin: 0;
	font-family: Helvetica, sans-serif;
	text-align:center; /* to center the body div in IE 5 */
}		  

/* -- Main body -- */
/* Not the HTML body, but the main body of the docmuent! */
#body {
	margin: 10px 25px 10px 25px;
	width: 95%;

	/* and center it: */
	position: relative; margin-left: auto; margin-right: auto;
	text-align:justify;

}

#body a         { color: #000000; text-decoration: none;}
#body a:link    { color: #000000; }


#body h1 {
	text-align:center;
}
#body img {
	border-style:groove;
	border-color:navy;
	border-width:1px;
}

/* Captions under images */
p.caption {
	padding: 0;
	margin: 0 0px 20px 0px;
	font-style: italic;
	font-size: 80%;
}

/* -- results -- */

#result {
	margin: 15px 0 10px 0;
}
#result h3 {
	margin: 0;
}
#result a {
	text-decoration: none;
}

/* -- Footer -- */

#footer {
	margin: 0;
	color: #666;
	text-align:center;
	font-size: 80%;
}
#footerBar {
	
}
#footerbarInternal {
	padding: 2px;	
}



