		body
		{
			margin: 0px;
			border: 0px;
			background-image: url(../images/bg.jpg);
			background-repeat: no-repeat;
			background-position: 50% 0px;
			background-color: #fff;
			font-family: Arial;
			font-size: 11px;
			line-height: 14px;
			color: #a7ada6;
			text-align: justify;
		}
		
		input, select, textarea
		{
			background-color: #fff;
			border-color: #a7ada6;
			border-width: 1px;
			color: #a7ada6;
			font-family: Georgia;
			font-size: 11px;
			margin: 0px 0px 3px 0px;
			padding: 2px;
		}
		
		input.contactField, select, textarea { width: 135px; }
		
		.contactType
		{
			width: 68px;
			display: block;
			overflow: hidden;
			vertical-align: middle;
			float: left;
		}
		
		#main
		{
			width: 968px;
			display: block;
			margin: 0px auto 0px auto;
		}
		
		#showcase
		{
			width: 968px;
			height: 525px;
			display: block;
			margin: 0px 0px 1px 0px;
			position: relative;
		}
		
		#intro
		{
			width: 484px;
			display: block;
			float: left;
			z-index: 2;
		}
		
		#introHeader
		{
			width: 454px;
			height: 22px;
			display: block;
			background-image: url(../images/titles/Introduction.gif);
			background-repeat: no-repeat;
			margin: 13px 15px 0px 15px;
			background-position: 0px 0px;
		}
		
		#introCopy { padding: 0px 15px; }
		
		#contact
		{
			width: 242px;
			display: block;
			float: left;
		}
		
		#contactHeader
		{
			width: 212px;
			height: 22px;
			display: block;
			background-image: url(../images/titles/ContactUs.gif);
			background-repeat: no-repeat;
			margin: 13px 15px 0px 15px;
			background-position: 0px 1px;
		}
		
		#contactCopy { padding: 0px 15px; }
		
		#extranet
		{
			width: 242px;
			display: block;
			float: left;
		}
		
		#extranetHeader
		{
			width: 212px;
			height: 22px;
			display: block;
			background-image: url(../images/titles/ClientExtranet.gif);
			background-repeat: no-repeat;
			margin: 13px 15px 0px 15px;
			background-position: 0px 0px;
		}
		
		#extranetCopy { padding: 0px 15px; }
		
		#footer
		{
			display: block;
			float: none;
			clear: both;
			font-family: Georgia, serif;
			font-size: 10px;
			text-align: center;
		}
		
		#footerCopy
		{
			width: 968px;
			height: 50px;
			display: block;
			background-image: url(../images/footer.gif);
			background-repeat: no-repeat;
			background-position: 50% 10px;
		}
		
		.hrSingle
		{
			width: 968px;
			height: 1px;
			display: block;
			margin: 0px;
			padding: 0px;
			background-image: url(../images/rule.gif);
			background-repeat: repeat;
		}
		
		.hrDouble
		{
			width: 968px;
			height: 3px;
			display: block;
			margin: 0px;
			padding: 0px;
			background-image: url(../images/rule.gif);
			background-repeat: repeat;
		}
		
		.hidden, h1, h2, hr
		{
			display: none;
			visibility: hidden;
		}
