@charset "UTF-8";

/* hide from ie on mac \*/
html, body, #shell { height: 100%; overflow: auto; }
/* end hide */

body   { font-size: 12px; background-color: #6c5f59; margin: 0; height: 100%; }
* { margin: 0; padding: 0; }
#myContent     { position: absolute; top: 0; left: 0; width: 100%; height: 100% }
#noFlash       { background-repeat: no-repeat; background-attachment: scroll; }
#mainarea      { background-image: url("../img/top-image.jpg"); background-repeat: no-repeat; background-attachment: scroll; padding-right: 48px; padding-left: 450px; min-height: 600px; }
#allert   { color: white; font-size: 10px; background-color: red; margin-top: 10px; padding: 10px 12px }
#footer  { color: white; background-color: #423330; margin-top: 20px; padding-top: 10px; padding-bottom: 10px; width: 100%; }
#footer ul  { margin-left: 12px; }
#copyright { color: silver; font-size: 10px; background-color: black; text-align: center; padding-top: 2px; padding-bottom: 2px; width: 100%; }
h1    { color: black; font-size: 30px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-top: 20px }
h2  { color: gray; font-size: 16px; margin-bottom: 12px; }
a { text-decoration: underline; }
a:link    { color: white; text-decoration: underline; }
a:hover   { color: white; text-decoration: none; }
