body {
	font-family: Verdana, Helvetica, Sans-serif;
	color: black;
	background: white;
	text-align: center;
}

hr {
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

table {
	font-size: 10pt;
}

img {
	border: 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17pt;
	background-color: rgb(255, 200, 200);
}

h2 {
	border-bottom: 5px solid red;
}


p {
	line-height: 1.4em;
}

a { 
	color: blue;
}

#page {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(220, 220, 220);
	padding-bottom: 15px;
	text-align: left;
}

#title {
	background-color: white;
	text-align: center;
}

#title img {
	display: block;
}

#top_menu {
	background-color: red;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

#top_menu a {
	font-size: 9pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px;
	margin: 0;
	white-space: nowrap;
}

#top_menu a:hover {
	background-color: white;
	color: red;
}

#left_menu {
	text-align: center;
	float: left;
	width: 160px;
	border: 1px solid black;
	background-color: red;
	height: auto;
}

#left_menu ul {
	text-align: left;
	margin: 0;
	padding-left: 5px;
	list-style: none;
	line-height: 1.5em;
}

#left_menu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#left_menu p {
	margin: 2px;
}

#left_menu a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding-left: 5px;
}

#left_menu a:hover {
	background-color: white;
	color: red;
}

#left_menu h3 {
	text-align: left;
	font-size: 12pt;
	background-color: white;
	color: red;
	margin: 0;
}

#left_menu h4 {
	text-align: left;
	margin: 0;
	padding-left: 1pt;
	font-size: 10pt;
	color: black;
	background-color: rgb(255, 200, 200);
}

#content {
	float: left;
	width: 573px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	background-color: white;
	height: auto;
}

#content ul {

}

#content ul li {
	line-height: 1.4em;
}

div.personnel {
	display: block;
	float: left;
	width: 160px;
	height: 200px;
	text-align: center;
}

div.personnel p.name {
	font-weight: bold;
}
