/* Text styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	margin: 0;
	padding: 0;
}
p, dt, dd {
	margin: 0;
	margin-bottom: 6pt;
}
dt {
	font-weight: bold;
}
img {
	border: 0;
}
#nav, #nav a:link, #nav a:visited, #nav a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#email {
	color: white;
}
p.show {
	/*float: right;*/
}
cite, .showrole {
	font-style: italic;
}
em.warning {
	color: red;
	font-weight: bold;
	font-style: normal;
}
#content form label {
	font-weight: bold;
}

/* Page layout */
h1#logo {
	width: 100%;
	height: 131px;
	background: url(images/red-20x20.png) repeat-x bottom white;
	text-align: left;
	margin: 0;
}
h1#logo span {
	display: block;
	position: relative;
	z-index: 3;
	width: 640px;
	padding-top: 131px;
	height: 0;
	overflow: hidden;

	/* MSIE-compatible PNG background */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
	background: none;
}
h1#logo > span {
	/* Standards-compliant PNG background */
	background: url(images/logo.png) no-repeat;
}
ul#nav {
	position: relative;
	display: block;
	padding: 0;
	padding-right: 10px;
	margin: 0;
	text-align: right;
	background: url(images/red-20x20.png) repeat-x top white;
}
ul#nav li {
	position: relative;
	z-index: 2;
	top: -10px;
	display: inline;
	padding: 0;
	margin: 0;
}
ul#nav li a:link, ul#nav li a:visited {
	padding-left: 10px;
	padding-right: 10px;
}
ul#nav li.selected a:link, ul#nav li.selected a:visited {
	padding-bottom: 5px;
	border-bottom: 5px solid white;
}
ul#nav li.selected a:hover {
	text-decoration: none;
}
#groupphoto {
	float: left;
	position: relative;
	top: -93px;
	margin-left: -300px;
	margin-right: 1px;
	z-index: 1;
	
	/* MSIE hack */
	margin-bottom: -143px;
}
body > #groupphoto {
	margin-bottom: -93px;
}
#portraitphoto {
	float: left;
	position: relative;
	margin-left: -300px;
	margin-right: 1px;
	z-index: 1;
	
	/* MSIE hack */
	margin-bottom: -50px;
}
body > #portraitphoto {
	margin-bottom: 0;
}
#body {
	position: relative;
	background: url(images/popdots.gif) bottom repeat-x white;
	padding-bottom: 40px;
	border-left: 300px solid black;
}
#content {
	padding: 5px 5px 5px 15px;
}
#endcontent {
	clear: left;
	width: 0;
	height: 0;
}
#email {
	/*position: relative;
	top: -50px;*/
	height: 40px;
	padding: 5px;
	background-color: black;
	text-align: right;
}
form {
	margin: 0;
	position: relative;
	z-index: 3;
}
#emailaddress {
	text-align: right;
}
#email label {
	display: block;
}
dl, dt, dd {
	display: block;
	position: relative;
}
dt {
	float: left;
	width: 8.5em;
}
dd {
	margin-left: 10em;
}
#content form {
	float: right;
	margin-left: 10px;
	margin-top: -5px;
	margin-right: -5px;
	width: 11em;
	border-left: 1px solid red;
	border-bottom: 10px solid red;
	padding: 0.5em;
}
#content form label {
	display: block;
}
#content form input.text {
	width: 10em;
}
#content form p.submit {
	text-align: center;
}