html, body {  }
body { color: black; font-size:100%; line-height:1.13em; /* 16ˆó1.125=18 */ }
body { font-family: Arial, Helvetica, Verdana, Sans-serif; color: #000; background-color: #039; }
#page-container { background-color: white; width: 770px; margin: auto; border: double 5px black; }
#banner { background-image: url(../images/main-navbkg.jpg); background-repeat: no-repeat; background-position: center 50%; height: 150px; margin-top: 10px; }
#main-nav { font-size: 1.2em; font-weight: bold; line-height: 1.2em; background-color: yellow; text-align: center; letter-spacing: 2px; margin-right: 10px; margin-left: 10px; }
.heading1 { font-size: 14pt; color: blue; text-decoration: none		; text-align: center; }
.heading2 { font-size: 1.2em; color: black; text-decoration: underline; text-align: center; padding-top: 10px; }
#h1 { color: blue; }
#introduction { padding: 15px 25px; }
#sidebar { background-image: url(../images/sidebarbkg.jpg); background-repeat: no-repeat; width: 310px; height: 410px; float: right; padding-right: 5px; }
#sidebar p { color: black; font-size: 0.75em; padding-top: 0; padding-right: 15px; padding-left: 15px; }
#sidebar h2 { color: red; font-size: 1em; text-align: center; }
#sidebar h4 { color: black; font-size: 0.75em; text-align: right; margin-right: 30px; padding: 0; }
#content1 {  }
#content2 { padding: 15px 25px; }
#content3 { color: #666; padding: 15px 25px; }
#footer { color: #000; background-color: #ccc; background-repeat: no-repeat; height: 66px; padding: 5px; border: double 1px black; }
#altnav { }
a:link { color: red; font-size: 0.75em; text-decoration: none; }
a:visited { color: blue; font-size: 0.75em; }
a:hover { color: blue; font-size: 0.75em; text-decoration: underline; }
a:active { color: blue; font-size: 0.75em; }
/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

