* { padding: 0; margin: 0; }

body {
font: 0.8em "Trebuchet MS", veredana, arial, sans-serif;
}
#wrapper { 
 margin: 0 auto;
 width: 984px;
}
#header {
 width: 984px;
 padding: 0px;
 height: 170px;
 margin: 0px 0px 0px 0px;
 background-image:url(images/cpha_header.jpg);
}
#topgradient {
 width: 984px;
 padding: 0px;
 height: 28px;
 margin: 0px 0px 0px 0px;
 background-image:url(images/top_gradient_bar.jpg);
}
#bottomgradient {
 width: 984px;
 padding: 0px;
 height: 28px;
 margin: 0px 0px 0px 0px;
 background-image:url(images/bottom_gradient_bar.jpg);
}
#contentframe {
background: #fffcdf;
width: 984px;
margin: 0px 0px 0px 0px;
}
#content {
padding-left: 34px;
padding-right: 34px;
padding-bottom:8px;
line-height: 20px;
margin: 0px 0px 0px 0px;
}
#footer {
 width: 984px;
 border: 0px;
 font-size: 14px!important;
 color: #996699!important;
 padding-top: 5px;
 padding-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #996600;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
html { height: 100%; margin-bottom: 1px; }

