html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
 margin: 0;
 padding: 0;
 border: 0;
 }
body {
 background-color: #fff;
 background-image: url(SideStripesLeft.png);
 background-repeat: repeat-y;
 background-position: left;
 background-attachment: fixed;
 height: 100%;
 width: 100%;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 position: static;
 color: #000;
 font-family: Calibri, Arial, Tahoma, MS Sans Serif, Times New Roman, sans-serif;
 font-size: 75%;
 text-align: left;
 }
div#print {
 display: none;
 }
#WebsiteBodyTable{
 background-image: url(SideStripesRight.png);
 background-repeat: repeat-y;
 background-position: right;
 background-attachment: fixed;
 width: 100%;
 height: 100%;
 position: static;
 background-attachment: fixed;
}
#ContentTable {
 width: 800px;
 height: 100%;
 position: static;
 }
#Normalize {
 color: #000;
 font-family: inherit;
 font-size: inherit;
 text-align: inherit;
 text-decoration: none;
 }
#Paragraph {
 margin-bottom: 5px;
 }