body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}


#backgroundTop {
	display: none;
}


#headerPrint {
	display: block;
	margin-bottom: 20px;
}


#header {
	display: none;
}


#content {
	position: static;
	width: 100%;
}
#contentBorder {
	background-color: #FFFFFF;
}
#contentContainer {
	background-color: #FFFFFF;
}
#contentText {
	width: 100%;
	background-color: #FFFFFF;
}
#contentText h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #0D2C8B;
}
#contentText h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 13px;
	color: #B09C64;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #B09C64;
}
#contentText h4 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 13px;
	color: #B09C64;
	border-bottom: 1px solid #CAC8C8;
}
#contentText p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 16px;
}
#contentText ul, #contentText ol {
	margin-bottom: 25px;
}
#contentText li {
	margin-bottom: 10px;
}
#contentText a:link, #contentText a:visited {
	color: #0D2C8B;
	text-decoration: underline;
}
#contentPhone {
	margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #0D2C8B;
}
#contentPhone a:link, #contentPhone a:visited {
	color: #B09C64;
	text-decoration: underline;
}
#contentFooter {
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #474747;
	text-align: center;
}
#contentFooter p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 16px;
}
#contentFooter {
	display: none;
}


#nav {
	display: none;
}


#contactForm {
	color: #0D2C8B;
}
#contactForm input, #contactForm select {
	width: 150px;
	border: 1px solid #CAC8C8;
}
#contactForm textarea {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CAC8C8;
}

#contactButtons {
	text-align: center;
}
#contactButtons input {
	width: 60px;
	font-weight: bold;
	color: #0D2C8B;
	background-color: #E9E9E9;
	border: 1px solid #B09C64;
}

.normal {
	background-color: #F9F9F9;
}
.focus {
	background-color: #FFFFFF;
}
