body{
    background-image:url(../img/back.png);
    background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
}
a{
	text-decoration:none;	
}
a:link{
	text-decoration:underline;
	color:#000000;
}
a:hover{
	color:#0000ff;
}
a:visited{
	color:#000000;
}
.headerText{
	color:#000000;
	font-size:24px;
}
.subHeaderText{
	color:#FFFFFF;
	font-size:12px;
}
#page{
	width:840px;
	margin:0 auto;
}
#prehead{
	width:790px;
	height:95px;
	background-image:url(../img/prehead.png);
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
}
#head{
	width:790px;
	height:62px;
	background-image:url(../img/head.png);
	padding-top:90px;
	padding-left:25px;
	padding-right:25px;
}
#subhead{
	width:790px;
	height:37px;
	background-image:url(../img/subhead.png);
	padding-top:14px;
	padding-left:25px;
	padding-right:25px;
}
#body{
	width:790px;
	height:196px;
	background-image:url(../img/body.png);
	padding-top:9px;
	padding-left:25px;
	padding-right:25px;
}
#foot{
	width:840px;
	height:70px;
	background-image:url(../img/foot.png);
}
.footerText{
	font-size:10px;
}