﻿html, body{
	margin: 0px;
	background-color: #362100;
	height: 100%;
}

body, input, textarea, td { 
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
}

a, a:visited {
		color: #CC0033;
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
}
h2 {	font-size: 11pt;
		font-weight: bold;
}
h3 {	font-size: 9pt;
		font-weight: bold;
}
h4 {	font-size: 8pt;
		font-weight: bold;
}

table#outer_content
{
	background-color: #fff;
	border-collapse: collapse;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	width: 790px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}
table#outer_content td
{
	height: 100%;
}
td#mainCol {
	vertical-align: top;
	padding: 0px;
}

.pageLayout {
		background-color: #fff;
		margin-left:20px;
}
td.navLink {
		font-size: 8pt;
		padding-right: 5px;
		vertical-align: middle;
}

#logo {
		width:700px;
		margin-top: 10px;
		margin-bottom: 15px;
		text-align: center;
}
#content { 
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		text-align: left;
		width: 700px;
}
.member {
		float: left;
		width: 150px;
		height: 75px;
		border: 1px solid #ccc;
		margin: 7px;
		text-align: center;
}
.member img { padding-top: 5px; }

.photo {
		float: left;
		margin: 0 10 10 0;
}
.question {
		font-size: 7pt;
		color: #444;
}
.answer {
		font-weight: bold;
		padding-bottom: 10px;
}
