/* CSS Document */

body {
background: url(/images/bg.jpg) repeat-x #373733;
margin-top:0px;
top:0px;
}

#wrapper 
{
width: 100%;
height: 900px;
background:url(/images/foundation-about.jpg) center top no-repeat;

}

#background

{

background:url(/images/foundation-about.jpg) center top no-repeat;

}

#content
{
width: 750px;;
height: 600px;
position: relative;
top: 200px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;

overflow: auto;
font-family:Georgia, "Times New Roman", Times, serif;


}

h3 {

font-size: 18px;
color: #000000;
font-weight: bold;
font-style: italic;


}

#codebox {
font-weight: bold;
}

#code { font-size:48px; letter-spacing: 12px; text-align: center; }

.formbutton { width: 100%; text-align: right; }

table td { padding: 5px 10px 5px 0; vertical-align:top; }

#homelink {width: 100%; height: 200px; display:block; position:absolute;  }

 #grantors td  { text-align:center; padding: 5px; }
.requiremark {
	color:red;
}
		input, textarea {
			border:1px solid #000;
			background-color:#fff;
		}

		.validation-failed { /* for textboxes, textareas, passwords */
			border:1px dashed #F33;
			background-color:#FCC;
		}

		.validation-failed-cr { /* for checkboxes and radios */

		}

		.validation-failed-sel { /* for selects */

		}

		.validation-passed { /* for textboxes, textareas, passwords */
			border:1px solid #6C6;
			background-color:#CFF;
		}

		.validation-passed-cr { /* for checkboxes and radios */

		}

		.validation-passed-sel { /* for selects */

		}

		.button {
			border:1px solid #0B5C8B;
			background-color:#0B80CD;
			color:#fff;
		}
.view .DisplayView {
	display:block;
}
.view .DisplayEdit {
	display:none;
}
.edit .DisplayView {
	display:none;
}
.edit .DisplayEdit {
	display:block;
}

