body {
	background-image: url(../images/pgbk.jpg);
	margin: 0px;
	text-align: center;
}
#container{
		position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	height:auto;		
	margin-top:3px;
}
.txtwh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.txtbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txtbllrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
line-height: 18px;
}

.txtft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #99012A;
	font-weight: normal;
}

.formleft {
    float: left;
	width: 50%;
	height: 600px;
    background-color:#FFFFFF
}

.formright {
	float: right;
	height: 600px;
	width: 50%;
    background-color:#FFFFFF
}
#content ul{
list-style: square;	margin: 0; margin-top:5px;	padding-left: 0.2em;
}
#content li{
list-style: square;	margin: 5px; margin-top:5px;
}
