/* set background for page*/
body{
background-image:url(b220.gif);
background-repeat:repeat;
}
/* Set nav buttons in top red area */
#navbar{
margin: 0px 0px 0px 310px;
}
/* Set home button over background art home button */
#homebutton{
position:relative;
margin: 7px 0px 0px 72px;
}
/* create centered content area holder */
#centeredbody{
margin: 0 auto;
background-color:#FFFFFF;
background-image:url(header_background.jpg);
background-repeat:no-repeat;
background-position:top;
width:778px;
height:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
/* Create editable area for pages*/
#centeredbodytext{
margin: 110px 0px 0px 0px;
width:660px;
min-height:300px;
}
/* static footer with credit */
#footer{
font-size:12px;
color:#FFFFCC;
text-align:center;
height:32px;
width:777px;
background-image:url(pjassoc_footer.jpg);
background-position:top;
border:1px solid #FF0000;
}
/*Contact information above footer-static on all pages*/
.tagline{
font-size:.9em;
font-weight:bold;
}

/* font settings for page titles */
.pageheadings{
font-size:1.5em;
font-weight:bold;
font-style:italic;
color:#990000;
margin:.5em 0 .5em 0;
}
/* Font used has a sub heading directly beneath the page titles */
.pagesubheadings{
font-size:1.3em;
font-weight:bold;
font-style:italic;
color:#990000;
margin:.5em 0 .5em 0;
}

/* bold area for residential page */
.boldbody{
font-size:1.1em;
font-weight:bold;
border:1 solid black;
background-color:#FFFFCC;
}

