/* CSS Document */

body, table {
	color: #000;
	font: 8pt/150% Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

tr {
	vertical-align: top;
}

p {
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;	
	margin: 0 0 25px;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3, th {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 20px 10px;
}

li {
	margin-bottom: 5px;
}

/* define layout divs */

#wrapper, #globalnav, #footer {
	display: none;
	visibility: hidden;
}

#content {
	margin-left: 250px;
	z-index: 1300;
}

#header {
	margin-bottom: 25px;
	z-index: 1200;
}

#header img {
	width: 100%;
}

#photos {
	float: left;
	width: 225px;
}

.photo {
	margin-bottom: 10px;
}

.photo img {
	border: 1px solid #000;
	height: 215px;
	margin: 0;
	width: 200px;
}

.newpage {
	display: none;
}