@charset "utf-8";
body  {
	font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	background: FFFF99;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #574210;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
}
#missionstatement {
	font-family: "Adobe Caslon Pro";
	font-size: 16pt;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 71px;
	padding-bottom: 12px;
}
td img {display: block;}
a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 435px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: left;
	margin-left: 20px;
}
h1 {
	color: #026634;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	border-bottom: 2px solid #A7A37E;
	padding-bottom: 0px;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #046280;
	font-size: 14pt;
}
p {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
ul li {
	line-height: 1.5;
	list-style-image: none;
	list-style-type: circle;
}
.interviewHeader {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
th {
	text-align: left;
}
h4 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #333333;
	font-size: 16pt;
}
