body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}


#header {
	position: absolute;
	width: 100%;
	height: 130px;
}
#headerInfo {
	position: relative;
	font-weight: bold;
}
#headerDesc {
	display: none;
}
#headerPhone {
	position: absolute;
	top: 50px;
	left: 300px;
	font-size: 24px;
	color: #6162a9;
}
#headerAddress {
	display: none;
}
#headerPrint {
	display: block;
}


#container {
	position: absolute;
	top: 150px;
	width: 100%;
}


#content {
	width: 100%;
	color: #737273;
}
#contentText {
	width: 100%;
}
#contentText h1 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 17px;
	color: #32337f;
	text-align: center;
	border-bottom: 2px solid #eeeeee;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #6162a9;
}
#contentText p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 16px;
}
#contentText ul {
	margin: 0 0 25px 35px;
	padding: 0;
	font-size: 12px;
	color: #32337f;
}
#contentText li {
	margin-bottom: 8px;
}
#contentText a {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
#contentText td {
	padding-bottom: 10px;
	text-align: center;
}
#contentBlocks div {
	margin-bottom: 20px;
	border-bottom: 8px solid #6162a9;
}
#contentBlocks h3 {
	width: 360px;
	height: 22px;
	padding-top: 8px;
}
#contentBlocks h3 a {
	display: block;
	margin: 0 10px 0 10px;
	padding: 0 0 0 6px;
}
#contentBlocks h3 a:link, #contentBlocks h3 a:visited {
	color: #6162a9;
	text-decoration: none;
}
#contentBlocks p {
	padding: 0 16px 12px 16px;
}

#contactForm {
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#contactForm form {
	margin: 0;
	padding: 0;
}
#contactForm input {
	padding-left: 3px;
	width: 155px;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#contactForm textarea {
	width: 265px;
	height: 100px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#contactFormBtn {
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
#contactFormBtn input {
	width: 58px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}


#left {
	display: none;
}


#right {
	display: none;
}


#bottom {
	display: none;
}


#footer {
	display: none;
}
