#mainwrapper {
	width:700px;
	position:relative;
	margin:1.8em auto;
	}
#header {
	background-color:transparent;
	width:777px;
	height:240px;
	position:relative;
	margin:0 auto;
	left:-8px;
	}
body {
	background:#060725 url(../images/cms/mfts_sunbg.gif) no-repeat scroll center 240px;
	height:100%;
	margin:0;
	padding:0;
	}
body, .yellow {
	color:#FFDB49;
	}
#header h3 {
	display:none;
	}
#menu {
	text-align: center;
	width: 750px;
	margin-left: -25px;
	}
#content {
	margin-bottom: 3em;
	}
#footer {
	position: relative;
	width: 800px;
	margin: -1em auto 0;
	height: 47px;
	color: #4F519F;
	clear: both;
	}
#footer, .blue {
	color: #4F519F;
	}
#footer p {
	margin-bottom:2px;
	text-align:center;
	font-size:.8em;
	padding:0 17px;
	}

#footer p img {
	vertical-align:-18%;
	}
#footer span.separator {
	color: #1D206C;
	}
#footer a:link,#footer a:visited,#footer a:active,#subfooter a:link,#subfooter a:visited,#subfooter a:active, .green {
	color:#99BC12;
	}
#footer a img {
	border:none;
	}
	
div#bottom {
	height: 1.8em;
	}
div#searchform {
	height:0em;
	margin:2em auto;
	position:relative;
	right:0pt;
	top:0pt;
	width:230px;
	}
div#researchform {
	position:relative;
	right:0pt;
	top:0pt;
	}
div.error {
	background-color:#FFF6DB;
	border:2px solid red;
	color:#060725;
	padding:10px;
	width:60%;
	font-size: 0.8em;
	margin-left:112px;
	}
div.error ul {
	margin-bottom:0;
	list-style: circle inside;
	}
div.error li {
	margin-bottom:0;
	padding-left:18px;
	}
/*  FORMS  */
table.form {
	}
table.form.review {
	width:500px;
	}
table.form td {
	padding: 5px;
	}
table.form td.name {
	text-align:right;
	}
table.form.review td.name {
	width: 40px;
	}

table.form td.answer {
	width: 460px;
	color: white;
	}
table.form input, table.form textarea {
	background-color: #FFF6DB;
	padding: 5px;
	margin: 0 10px;
	border: solid 1px #ff7f00;
	}
table.form td {
	padding: 0.8em 0;
	}
table.form .button:hover {
	background-color:#FFDB49;
	}
table.form img {
	margin: 10px;
	}
iframe#form {
	border-style:none none solid none;
	border-color: #aaa;
	border-width: 1px;
	left:-10px;
	overflow:auto;
	position:relative;
	width:750px;
	}
iframe#form.participate {
	height:23.4em;
	}
iframe#form.witness {
	height:62em;
	}
iframe#form.add-address {
	height:34em;
	}
div.donation {
	float:left;
	margin-right: 10px;
	}
/*
div.donation input.button {
	background-color:#ff7f00;
	color:#060725;
	font-style:italic;
	border: #ff7f00 outset 1px;
	padding: 2px 4px 2px 2px;
	font-weight: bold;
	}*/
	
/* JUMP MENU  */
form.jump {
	margin-top:2px;
	}
form.jump, form.jump option, form.jump select {
	border: none;
	background-color:#060725;
	color:#FF7F00;
	font-size: 1em;
	}

form.jump option {
	padding: 3px 3px 0;
	}

/*  search  */

#searchform input, #researchform input {
	padding:3px;
	border:1px solid #35388F;
	}
#searchform input, #researchform input, div.donation input.button, form#witnessSubmission input.button, form#participateSubmission input.button {
	background-color:#35388F;
	color:white;
	font-size: .8em;
	}
input#buttonSearch, div.donation input.button, form#witnessSubmission input.button, form#participateSubmission input.button {
	border:2px outset #35388F;
	padding: 1px 3px 1px 1px;
	font-style:italic;
	cursor:pointer;
	}
input#buttonSearch:hover, div.donation input.button:hover, form#witnessSubmission input.button:hover, form#participateSubmission input.button:hover {
	background-color:#464ABF;
	border:2px outset #464ABF;
	}
span.highlight {
	background-color:#464ABF;
	}