body {
	margin: 0px;
	background-color: #FFFFFF;
}


#container {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9D804F;
}


#header {
	display: none;
}
#headerPrint {
	display: block;
	margin-bottom: 20px;
}


#left {
	display: none;
}


#content {
	width: 100%;
}
#contentText {
	margin: 0;
	padding: 0;
}
#contentText h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-style: italic;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
#contentText h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#contentText p, #contentText ul, #contentText ol {
	font-size: 14px;
	color: #9D804F;
	line-height: 18px;
	text-align: justify;
}
#contentText p span {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#contentText em {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#contentText a:link, #contentText a:visited {
	color: #000000;
	text-decoration: underline;
}

#contentProcedures {
	display: none;
}


#contentFooter {
	position: static;
}
#contentFooter p {
	font-size: 12px;
	text-align: center;
}
#contentFooterInfo {
	padding: 10px 0px 20px 0px;
	border-bottom: 2px solid #9D804F;
}
#contentFooterInfo p {
	font-size: 14px;
}
#contentFooterCopy p {
	display: none;
}


#quote {
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 2px solid #C19D5F;
	border-bottom: 2px solid #C19D5F;
}
.welcomeForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C29C5E;
	background-color: #FBF5E9;
	background-image: url(../images/welcome_bg.jpg);
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D804F;
}

