.boxtop{/*make this the same size as the top image*/ display:block; width:702px; height:60px; /*set the image as a background*/ background-position: center top; background-repeat:no-repeat; background-image:url(images/top2A.gif); } .topcontent{ /*set the font style for the box title*/ font-family: papyrus; font-size:20pt; color:#003082; text-decoration: underline; /*shift the title down a bit and center it*/ padding-top:10px; text-align:center; letter-spacing: .9em; word-spacing: 1.5em; } .boxbottom{ /*make this the same width as the bottom image*/ /*don’t set the height as this needs to be flexible*/ display:block; width:702px;/*set the image as a background*/ background-position:center bottom; background-repeat:no-repeat; background-image:url(images/bottom3A.png); } .boxbottom4{ /*make this the same width as the bottom image*/ /*don’t set the height as this needs to be flexible*/ display:block; width:702px;/*set the image as a background*/ background-position:center bottom; background-repeat:no-repeat; background-image:url(images/textbox.png); } .boxbottom3{ /*make this the same width as the bottom image*/ /*don’t set the height as this needs to be flexible*/ display:block; width:702px;/*set the image as a background*/ background-position:center bottom; background-repeat:no-repeat; background-image:url(images/bottom3A.png); } .maincontent{ /*set the font style for the main content*/ color:#003082; font-family:arial; font-size:10pt; display:block; text-align: justify; line-height: 2.0; /*align the main content nicely*/ padding-left:40px; padding-bottom:40px; padding-right:40px; } .signature{ font-family: monotype corsiva, arial; color: #fff; font-size: 13pt; font-style: italic; font-weight: bold; color: #464444; }