body, div, p, ul, li, ol, form,input,textarea, select, option, form, h1, h2, h3, h4, h5{
margin:0;
padding:0;
}

BODY {	
background: url(../images/bg.jpg) repeat-x;
margin: 0 auto;
padding: 0;
}
.MasterBox {
background: url(../images/ContentBG.jpg) repeat-y;
margin: 0 auto;
width: 900px;
}
.Masthead {
background: url(../images/Masthead.jpg) no-repeat;
position:relative;
height:235px;
width: 900px;
}
	.PSAFLink {
	display:block;	
	position:relative;
	top:75px;
	left:50px;	
	height:50px;
	width:800px;
	}
.Content {
background:url(../images/ContentBottom.jpg) no-repeat bottom;
padding:0 0 30px 0;
width:900px;
}
	.Content h1{
	color:#535232;
	font:30px Georgia, "Times New Roman", Times, serif;
	padding:0 60px 20px 60px;
	}
	.Content h2{
	color:#333;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 60px 0 60px;
	}
	.Content p{
	color:#000;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:0 60px 16px 60px;
	}
	.Content ul{
	color:#000;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:0 60px 10px 80px;
	}
	.Content a{
	color:#535232;	
	}
	.Content a:hover{
	color:#333;	
	}



.Footer {
background:#666;
height:16px;
margin:20px 0 20px 0;
width:100%;
}
	