body {
	background-color: #466e99;
	margin: 50px 0;
	padding: 0;
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #8e7170;
}

a,
a:visited {
	color: #8e7170;
}

img {
	border: none;
}

div#container {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
	text-align: left;
	background-color: #e1d4ce;
}

div#center_for_ie {
	/* IE Fix */
	width: 100%;
	text-align: center;
}

div#developer {
	width: 800px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

div#developer a {
	color: #fff;
}

div#header {
	background-image:url("../images/headerbg.jpg");
	background-repeat: repeat-y;
	height: 107px;
	width: 800px;
	float: left;
}

div#mission {
	background-image: url("../images/mission.gif");
	background-repeat: no-repeat;
	background-position: 10px 15px;
	height: 87px;
	width: 565px;
	margin: 0;
	float: left;	
}


div#mission span {
	display: none;
}

div#mailing {
	margin: 10px;
	float: right;
	width: 200px;
	height: 76px;
}

.mailing {
	text-transform: lowercase;
	font-size: 90%;
	color: #ccc;
	line-height: 1.2em;
}

.mailing a, .mailing a:visited {
	color: #ccc;
}

.mailing a:hover {
	color: #fff;
}

div#footer {
	clear: both;
	background-image:url("../images/footerbg.jpg");
	background-repeat: repeat-y;
	height: 87px;
	margin-top: -5px;
}

div#menu {
	float: left;
	width: 235px;
	height: 87px;
}

div#menu ul {
	list-style-type: none;
	margin: 8px 0 0 2px;
	padding: 0;
}

div#menu ul li {
	background-repeat: no-repeat;
	width: 188px;
	height: 24px;
}

div#content {
	margin: 20px auto;
	width: 700px;
	padding-bottom: 20px;
	overflow: hidden;
}

* html div#content {
	padding-left: 25px;
}

div#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


h1 {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	height: 87px;
	width: 565px;
	float: left;
	margin: 0;
}

h2 {
	
}

h2 span {
	display: none;
}

h2.logo {
	background-image: url("../images/trustee_logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	margin: 10px 0;
}

h2.overview {
	background-image: url("../images/titles/overview.gif");
	background-repeat: no-repeat;
	width: 170px;
	height: 47px;
}

h2.campus {
	background-image: url("../images/titles/campus.gif");
	background-repeat: no-repeat;
	width: 152px;
	height: 47px;
}

h2.trustees {
	background-image: url("../images/titles/trustees.gif");
	background-repeat: no-repeat;
	width: 284px;
	height: 46px;
}

h2.alumni {
	background-image: url("../images/titles/alumni.gif");
	background-repeat: no-repeat;
	width: 302px;
	height: 46px;
}

h2.mailinglist {
	background-image: url("../images/titles/mailinglist.gif");
	background-repeat: no-repeat;
	width: 203px;
	height: 46px;
}

h2.landtrust {
	background-image: url("../images/titles/landtrust.gif");
	background-repeat: no-repeat;
	width: 358px;
	height: 48px;
}

h2.deadline {
	background-image: url("../images/titles/deadline.gif");
	background-repeat: no-repeat;
	width: 163px;
	height: 46px;
}

h2.application {
	background-image: url("../images/titles/application.gif");
	background-repeat: no-repeat;
	width: 199px;
	height: 46px;
}


h3.white {
	color: #fff;
}

div#content p,
div#content ul,
div#content dl {
	margin: 10px 60px;
	line-height: 1.5em;
	font-size: 100%;
	color: #8e7170;
}

div#content dl dt {
	font-weight: bold;
	
}

div#content dl dd {
	margin-left: 20px;
}

div#content pre {
	font-size: 99%;
}

div#content .equalrights,
div#content .conflict {
	font-size: 90%;
	font-style: italic;
}


/* form css */

#content .message,
#message {
	display: block;
	border: 1px solid #466e99;
	background-color: #cda5a6;
	color: #3d3d3d;
	font-size: 95%;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
}

#message a,
#content .message a {
	color: #3d3d3d;
}


#fnameHelp,
#lnameHelp,
#emailHelp,
#address1Help,
#address2Help,
#cityHelp,
#stateHelp,
#zipHelp,
#countryHelp,
#phoneHelp,
#resumeHelp,
#workHelp,
#requirementsHelp,
#reference1Help,
#reference2Help,
#reference3Help {
	display: none;
	width: 250px;
	float: left;
	margin: 0 5px;
	font-size: 90%;
	color: #a66169;
}

div#form {
	width: 700px;
}

div#form div input {
	text-align: center;
}

div#form p {

}

div#form .formNote {
	font-size: 90%; 
	padding: 0 0 0 100px; 
	clear: both;
	width: 500px;
}

.report {
	color: #466e99;
	font-size: 90%;
	width: 300px;
}

label, input, .select {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

input, select, textarea {
	color: #466e99;
}

.button {
	color: #a66169;
	font-weight: bold;
	display: block;
}

label {
	text-align: right;
	width: 10em;
	padding-right: 1em;
	color: #a66169;
	font-weight: bold;
}
br {
   clear: left;
}

div.gallery {
	float: left;
	margin-left: 50px;
	text-align: center;
}

* html div.gallery {
	margin-left: 25px;
}

ul.gallery {
	margin: 0 auto;
	width: 520px;
	float: left;
}

* html ul.gallery {
	float: none;
}

ul.gallery li {
	float: left;
	margin: 3px 6px;
	padding: 0;
}

ul.gallery li img {
	border: 0;
}

div#content ul.trustees li div.bio div h3 {
	font-size: 100%;
	font-style: normal;
	text-decoration: underline;
	display: inline;
}

div#content ul.trustees li div.bio div {
	font-style: italic;
}

.error_messages {
    background-color: #b2767e;
    color: #fff;
    padding: 5px;
    width: 80%;
    margin: 10px auto;
}
