/* Body Formating */
div.body {
	background-color: #FDDE69;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:static;
	text-align: left;
	width: 800px;
}
/* Body Text Formating */
p.body {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}
.Text {
	font: 12px Arial, Helvetica, sans-serif;
}

p.error {
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF0000;
}
/* Master Container*/
#MasterPage {
	width: 800px;
	background: #FDDE69;
}
/* Header Container */
#Header {
	height:150px;
	background: #FDDE69;
}
/* Logo Container */
#logo {
	width: 800px;
	background: #FDDE69;
}
/* Nav Bar Container */
#NavBar {
	border:none;
	border-color:#000000;
	height:25px;
	border-left:none;
	border-right:none;
	text-indent: 25px;
	background: #FDDE69;
}
#TitleImage {
	width: 800px;
	background: #FDDE69;
}

/* Body Container */
#MasterBody {
	height:auto;
	text-align: left;
	overflow: inherit;
	width: 800px;
	background: #FDDE69;
}
/* Content Formating */
#Content {
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	border: none;
	width: 775px;
	background: #FDDE69;
}
/* Fees Box */
#Fees {
	color: #FF0000;
	font-variant: small-caps;
	border: 1px solid #000000;
	position: relative;
	width: 50%;
	background: #FDDE69;
}
/* Form Box */
#Form {
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	border: none;
	width: 775px;
	background: #FDDE69;
}
/* Footer Container */
#Footer {
	border:solid 1px;
	border-color:#000000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height:25px;
	text-align: center;
	background: #FDDE69;
}
