@import url(topnav.css);
@import url(l2-style.css);
@import url(footer.css);

body { background-color: #e9e9e9; color: #666; font: 11px/15px Arial, Helvetica, sans-serif; background-image: url(../css-images/bg.png); text-align: center; margin: 0 auto; }

div { margin-top: 0; margin-bottom: 0; padding: 0; border-style: none; border-width: 0; }
div#page-container { width: 820px; padding: 0; text-align: center; margin: 0 auto; }

img { border: none; }


/* site links */
a:link, a:visited { color: #367096; text-decoration: none; border-bottom: 1px solid #e8e8ff; }
a:hover, a:active { color: #666; text-decoration: none; border-bottom: 1px solid #ccf; }

a.home-moreinfo:link, a.home-moreinfo:visited { color: #367096; text-decoration: none; font-weight: bold; border-style: none; }
a.home-moreinfo:hover, a.home-moreinfo:active { color: #666; text-decoration: none; font-weight: bold; border-style: none; }

a.blue:link, a.blue:visited { color: #367096; text-decoration: none; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }
a.blue:hover, a.blue:active { color: #666; text-decoration: none; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }

a.menu-white:link, a.menu-white:visited { color: #fff; text-decoration: none; border-style: none; border-width: 0; }
a.menu-white:hover, a.menu-white:active { color: #ffcc00; text-decoration: none; border-style: none; border-width: 0; }

a.nounderline:link, a.nounderline:visited  { color: #666; text-decoration: none; border-style: none; }
a.nounderline:hover, a.nounderline:active { color: #ec1329; text-decoration: none; border-style: none; }


/* text elements */
.clearfloats { font-size: 1px; height: 1px; clear: both; line-height: 1px; }


.hidden {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    
    
    
