/*fix IE6 png */
img, div, input { behavior: url("iepngfix.htc") }

.content {
	padding-right: 30px;
	padding-left: 30px;
	}

body, li, p, td {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	}

body {
	background-image:url("img/bodybg.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
	}

#header{
	margin:auto;
	width:750px; 
	height:240px;
	padding-top:7px;
	}

#content{
	width:710px;
	margin:auto;
	background-color:#FFFFFF;
	padding:20px;
	}

.highlight {
	background-color: #FFFF00;
	padding:3px;
	margin:auto;
	text-align:center;
	font-weight:bold;
	width:400px;
}




ul{
list-style-image:url("img/checkli.jpg");
list-style-type:square;
line-height:26px;
}


.footer{
	margin:auto;
	background:url(img/footer.png) no-repeat;
	width:750px;
	height:106px;
	padding-bottom:20px;
	padding-top:0px;
	
	}
	
.footertext{
	float:right;
	margin-top:80px;
	margin-right:20px;
	font-size:11px;
	color:#ffffff;
	}
	
.footer a{
	color:#ffffff;
	}



