* {
	margin:0;
	padding:0;
}
body{
	overflow:auto;
}
body a {
	text-decoration: none;
	color:#039;
}
body#splash div#container{
	background:url(../i/splash.jpg) right bottom no-repeat;
	min-height:700px;
	width:650px;
	margin:0 auto;
	position:relative;
}
body#splash div#nav_wrapper{
	float:left;
	margin-top:2em;
}
body#splash ul#navigation li {
	list-style:none;
	padding:10px;
	background:#99f;
	border:#66F solid 1px;
	margin:1em;
	width:7.5em;
}
ul#navigation li:hover {
	background:#66F;
	border-color:#33F;
}
body#splash div#content{
	position:relative;
}
body#splash div#content h3 span{
	display:none;
	visibility:hidden;
}
h3#ph1{
	background: transparent url(../i/ph1.png) center no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:149px;
}
h3#ph2{
	background: transparent url(../i/ph2.png) center no-repeat;
	width:260px;
	height:149px;
	position:absolute;
	top:1em;
	left:1em;
}
h3#ph3{
	background: transparent url(../i/ph3.png) center no-repeat;
	width:260px;
	height:149px;
	position:absolute;
	top:.5em;
	left:1.5em;
}
h3#ph4{
	background: transparent url(../i/ph4.png) center no-repeat;
	width:260px;
	height:149px;
	position:absolute;
	top:1.5em;
	left:.5em;
}
h3#ph5 {
	cursor:pointer;
	background: transparent url(../i/ph5.png) center no-repeat;
	width:260px;
	height:149px;
	position: absolute;
}
div#container{
	position:relative;
	background:url(../i/left.jpg) left top no-repeat;
	background-attachment:fixed;
	min-height:650px;
}
div#branding{
	height:150px;
	height:100px;
	background:url(../i/header.png) 175px 25px no-repeat;
	margin-bottom:1em;
}
body#splash div#branding{
	background:url(../i/header.png) 25px 25px no-repeat;
}
div#branding h1#masthead{
	position:absolute;
	top:-100000px;
}
div#branding h2#tagline{
	position:absolute;
	top:-100000px;
}
ul#navigation{
	float:left;
}
ul#navigation li {
	list-style:none;
	padding:5px 10px;
	background:#99f;
	border:#66F solid 1px;
	margin:1em;
	width:6em;
	
}
ul#navigation li a {

}
ul#navigation li a:link {
	color:#FFF;
}
ul#navigation li a:visited{
	color:#EEE;
}
ul#navigation li a:hover{
	color:#FF6;
}
ul#navigation li a:active{
	border-bottom:solid 1px;
}
div#content {
	margin:0 10% 0 225px
}
div#content p{
	margin-bottom:1.5em;
}
p#paymentamt{ 
	margin-top:1.5em;
	border:dotted #00F 1px;
	background:#DFDFDF;
	width:50%;
	padding:1.5em;
}
div#byline{
	color:#999;
	text-align:right;
	padding-right:2em;
}
div#byline a {
	color:#99F;
}
div#footer{
	background:transparent;
	margin-top:25px;
	margin-right:25px;
	margin-bottom:25px;
	margin-left:175px;
	text-align:center;
	border-top:1px solid #999;
	padding-top:1em;
}
th, td {
	padding:.5em;
	text-align:center;
	border: solid 1px #000;
}
tr.alt td {
	background:#EEF;
}
body#splash div#byline{
	color:#ff9;
	position:absolute;
	bottom:10px;
	right: 30px;
}
body#splash div#byline a {
	color:#fff;
}
h3.faq{
	font-size:1.5em;
	margin-bottom:1em;
	cursor:pointer;
	border-bottom:1px solid #666;
}
h3.faq:after{
	content:"  (Click)";
	color:#CCC;
	font-size:10pt;
}
ol li {
	font-weight:bold;
}
ol li p {
	margin-top:1em;
	font-weight:normal;
}
div#getFF{
	position:absolute;
	bottom:0;
	left:0;
	width:200px;
	color:#999;
	text-align:justify;
	margin-left:30px;
	padding-bottom:1em;
}
div#getFF a {
	color:#C43318;
}