body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Trebuchet, Sans-serif;
	text-align:center;
}
div,h1,p,a
{
	text-align:left;
}
div.container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div.top
{
	position:relative;
	width:900px;
	height:114px;
	background-image:url(images/newback.jpg);
	background-repeat:no-repeat;
}
div.top h1
{
	position:absolute;
	margin:0px;
	top:40px;
	left:60px;
	font-size:30px;
	color:white;
	font-weight:bold;
}
div.top div.text
{
	position:absolute;
	margin:0px;
	top:10px;
	left:25px;
	width:440px;
	color:white;
	font-weight:bold;
	text-align:center;
}
div.top div.text h2
{
	font-size:16px;
	margin:2px;
}
div.top div.text p
{
	text-align:center;
	margin:0px 0px 0px 0px;
	font-size:12px;
}
div.logo
{
	position:absolute;
	width:230px;
	height:150px;
	top:-15px;
	left:640px;
}
div.links
{
	text-align:center;
	height:38px;
	background-image:url(images/buttonback.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}
a.links,a.links:visited
{
	text-align:center;
	padding-top:10px;
	text-decoration:none;
	display:inline-block;
	width:155px;
	color:gray;
}
a.links:hover
{
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:155px;
	color:#ff9933;
}
div.body
{
	position:relative;
	width:900px;
	height:461px;
	background-image:url(images/newleftback.jpg);
	background-repeat:no-repeat;
}
div.body div.anim
{
	position:absolute;
	left:509px;
	top:34px;
}
div.bodytext
{
	position:absolute;
	top:50px;
	left:50px;
	width:420px;
}
div.bodytext p
{
	font-weight:normal;
	font-size:17px;
}
div.bodytext a,div.bodytext a:hover,div.bodytext a:visited
{
	position:absolute;
	border:none;
	left:120px;
	top:320px;
	text-decoration:none;
}
div.bodytext img
{
	border:none;
}
div.body2
{
	position:relative;
	width:900px;
	background-image:url(images/newformback.jpg);
	background-repeat:repeat-y;
	font-size:11px;
}
div.bodytop
{
	width:900px;
	height:32px;
	background-image:url(images/newformtop.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
div.bodytop h3
{
	padding-top:10px;
	text-align:center;
	font-size:16px;
}
div.bodybottom
{
	width:900px;
	height:32px;
	background-image:url(images/newformbottom.jpg);
	background-repeat:no-repeat;
}
table.input
{
	width:800px;
	left:100px;
	margin-left:40px;
	color:navy;
	text-align:left;
}
table.input tr
{
}
table.input td
{
	/*width:110px;*/
	text-align:left;
}
table.input td input
{
	width:120px;
}
table.input td select
{
	width:125px;
	min-width:120px;
}
table.input td select.wide
{
	width:150px;
}
table.invoice
{
	border:solid 1px gray;
	color:#333333;
	background-color:white;
	margin-left:55px;
	left:100px;
	width:800px
}
table.invoice td
{
}
table.invoice td.numeric
{
	width:100px;
	text-align:right;
}
table.invoice th.numeric
{
	width:100px;
	text-align:right;
}
div.body2 input.next
{
	margin-left:35px;
}
div.waiting
{
	text-align:center;
}
div.waiting p
{
	font-size:12px;
	text-align:center;
}
div.about
{
	padding:0px 40px 5px 40px;
}
div.contact
{
	text-align:center;
	padding:0px 40px 5px 40px;
}
div.contact p
{
	text-align:center;
}
div.faq
{
	padding:0px 50px 5px 40px;
}
p.small
{
	font-size:10px;
	color:blue;
}
.faqhide 
{
	display: none;
}
.faqshow 
{
	display: block;
}
dt
{
	font-weight:bold;
	cursor:hand;
	font-size:12px;
}
dd
{
	font-weight:normal;
	padding:5px 0px 5px 0px;
	margin-left:10px;
	font-size:11px;
}
dd p
{
	margin:2px 0px 8px 0px;
}