@charset "UTF-8";

a:link {
	text-decoration: underline;
}
	
a:visited {
	text-decoration: underline;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 100%;
}

#container {
	width:100%;
	background-color:#FFFFFF;
	border: none;
}

#content {
	width: 100%;
	border: none;
	background-color: #ffffff;
	float:none;
	display:inline;
}

#header {
	display: none;
}

#menu-container {
	display: none;
}

p {
	line-height: 1.3em;
}

.photoboxright {
	font-size: 0.7em;
}

#print-header {
	display:inline;
}

#printbutton {
	display: none;
}