body {
   margin: 0px;
   background: #e0e0e0;
   color: #404040;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 11pt;
}

td {
   color: #404040;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 11pt;
}


div#outer {
   width: 1244px;
   margin: 0px auto;
   padding-top: 20px;
}

div#frontheader {
   width: 1244px;
   height: 192px;
   background: url(images/hls-front-header.png) no-repeat;
}

div#mainheader {
   width: 1244px;
   height: 108px;
   background: url(images/hls-main-header.png) no-repeat;
}

div#nav {
   width: 1244px;
   background: url(images/hls-body-bg.png) repeat-y;
}

div#nav ul {
   margin: 0px;
   padding: 4px 0px 0px 0px;
   list-style: none;
   text-align: center;
}

div#nav ul li {
   display: inline;
   margin: 0px 20px;
   font-size: 12pt;
   font-weight: bold;
}

div#content {
   width: 1160px;
   background: url(images/hls-body-bg.png) repeat-y;
   padding: 20px 42px 20px 42px;
}

div#footer {
   width: 1244px;
   background: url(images/hls-body-bg.png) repeat-y;
   padding: 50px 20px 4px 20px;
   text-align: center;
   font-size: 10pt;
}

div#bottom {
   width: 1244px;
   height: 30px;
   background: url(images/hls-footer-bg.png) no-repeat;
}


a, a:link, a:visited {
   color: #404040;
   text-decoration: underline;
}

a:hover, a:active {
   color: #000000;
   text-decoration: underline;
}

h1 {
   margin-bottom: 0px;
}

p {
   margin: 0px 0px 4px 0px;
}

ul {
   margin: 0px;
}

p.mainq {
   font-style: italic;
   font-weight: bold;
}
p.maina {
   margin-left: 30px;
}

div.innercontent {
   margin-left: 100px;
}

div.sshot {
   text-align: center;
}

hr {
   width: 95%;
   height: 1px;
   border: 0px;
   background: #404040;
}

div.warning {
   padding: 20px;
   border: 2px solid #404040;
   background: #d0d0d0;
}
div.warning table {
   margin: 0px auto;
}
div.warning table td {
   text-align: center;
}


