One other thing I noticed. If you're going to use an embeded style within your page instead of in a stylesheet, remember that it should be placed between your
<head>
Style code should go here.
</head>
tags and not within the body of the page.
<style>
body { background-color: #FEFBEF; color: #000000; margin-top: 10px; margin-right: 0px; margin-left: 0px}
/* ***** DSP styles 2007 ***** */
td.logoarea { background-color: #99CC99; padding: 5px; }
.menutext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.menutext:active { color: #FFFFFF; text-decoration: none}
a.menutext:link { color: #FFFFFF; text-decoration: none}
a.menutext:visited { color: #FFFFFF; text-decoration: none}
a.menutext:hover { color: #FFFFFF; text-decoration: none}
.menuarea { background-color: #336633; }
.anylinkcss { position:absolute; visibility: hidden; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height: 18px; z-index: 100; background-color: #FEFBEF; width: 205px; }
.anylinkcss a { width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; text-indent: 5px; }
.anylinkcss a:hover { background-color: #99CC99; }
td.contentarea {padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.curvetopL { background-image: url(/images/design/2007/topcurveL.gif); background-repeat: no-repeat }
.curvetopC { background-image: url(/images/design/2007/topcurveC.gif); background-repeat: repeat-x ; background-color: #99CC99;}
.curvetopR { background-image: url(/images/design/2007/topcurveR.gif); background-repeat: no-repeat }
.menucolumn { background-color: #E9E6DC}
#pagecontent { position: absolute; left: 0px; top: 225px; visibility: visible; z-index: 1 }
.footerline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
a.footerlink:active { color: #FFFFFF; text-decoration: underline}
a.footerlink:link { color: #FFFFFF; text-decoration: underline}
a.footerlink:visited { color: #FFFFFF; text-decoration: underline}
a.footerlink:hover { color: #FFFFFF; text-decoration: underline }</style>