body {
	/*	font-family: Arial, Helvetica, sans-serif;
*/	
	font-family: "trebuchet MS", Arial, Helvetica,;
	color: #003366;
	background-color: #003366;
	line-height: 1.4em;
	font-size: 0.8em;
	}
.normal {
	/*	font-family: Arial, Helvetica, sans-serif;
*/	
	font-family: "trebuchet MS", Arial, Helvetica,;
	color: #003366;
	background-color: #FFF;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: normal;
	}	
.bold  {
    font-weight: bold;
}
.verylarge {
	font-family: Arial, Helvetica,;
	color: #666666;
	font-size: 2em;
}
h1  {
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
}
h2  {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: bold;
}
h3  {
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
}
h4  {
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	color:#F02B2E;
}
#wrapper {
    width: 720px;
	height: auto;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
	
#wrappertop  {
	height: 10px;
	width: 720px;
	background-color: transparent;
	background-image:url(../img/spacer_top.gif);
	background-repeat: no-repeat;
    }
#clearcols  {
    clear: both;
}
#wrapperbottom  {
	height: 30px;
	width: auto;
	border-top: solid #F02B2E 3px;
	background-color: transparent;
	background-image:url(../img/spacer_bottom.gif);
	background-repeat: no-repeat;
	
}	
#banner   {
	height: 120px;
	width: 720px;
	background-image: url(../img/phts-logo.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: solid #F02B2E 3px;
		
}
#topmenu {
	height: 120px;
	width: 240px;
	float: right;
	display: block;
	text-align: left;
	font-family: "trebuchet MS", Arial, Helvetica;
	line-height: 1.3em;
	font-size: 1em;	
}
#topmenu ul {
	margin-top: 0px;	
	padding-top: -20px;
}
#topmenu ul li {
	list-style-type: none;
	padding-top: -10px;
	margin-left: -10px;
}

#content  {
	height: auto;
	width: 720px;
	background-color: #FFF;	
}
#contentbanner  {
	height: 220px;
	width: 720px;
	background-image:url(../img/phts_fp_background.jpg)
}	
#contenttext  {
	height: auto;
	background-color: #FFF;
	
}
#columnleft {
	width:320px;
/*	background-color: #FFFFCC;
*/	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;	
	}
#columncenter {
	width:420px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;	
	}	
#columncenterright {
	width:230px;
	background-color: #FFF;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}		
#contentleft {
	width: 320px;	
}
#columnright {
	width:320px;
/*	background-color: #CCFFFF;
*/	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	}	
#contentright {    	
	width: 320px;	
}	

ul li  {
     margin-left: -10px;
}
a:link  {
	 text-decoration: none;	 
	 color: #0066CC;
}
a:visited  {
	 text-decoration: none;	 
/*	color: #0066CC; */
	 color: #0066CC;

}
a:hover  {
	text-decoration: underline;
	color: #F02B2E;
}
a:active  {
    text-decoration: none;	 
	color: #F02B2E;
}
