

html { background-image: url(../css-images/bg_color.png); }
body { font-family: Arial, Helvetica, sans-serif; text-align: center; color: #333; background-image: url(../css-images/bg_tile.png); background-repeat: repeat-x; background-position: 0 0; text-align: center; margin: 0 auto 0; }
div#page-container { width: 940px; padding: 0; text-align: center; overflow: hidden; margin: 0 auto; }

div  { margin-top: 0; margin-bottom: 0; padding: 0; border-style: none; border-width: 0; }
img { text-decoration: none; margin: 0; padding: 0; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }
/* site links */
a:link, a:visited { color: #016f86; text-decoration: none; }
a:hover, a:active { color: #F68B33; text-decoration: none; }
a.blue:link, a.blue:visited { color: #6f8fc9;  text-decoration: none; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }
a.blue:hover, a.blue:active { color: #17407e;  text-decoration: none; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }
a.red:link, a.red:visited { color: #c41230; font-weight: bold; text-decoration: none; border-bottom: 1px solid #e5e7e9; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; outline-style: none; outline-width: 0; }
a.red:hover, a.red:active { color: #008ab0; font-weight: bold; text-decoration: none; border-bottom: 1px solid #e8e8ff; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-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: #17407e; text-decoration: none; border-style: none; }
a.nounderline:hover, a.nounderline:active { color: #6f8fc9; text-decoration: none; border-style: none; }

.imageborder-fl { vertical-align: top; float: left; margin: 3px 10px 17px 0; padding: 1px; border: solid 1px #e5e7e9; }

.cyan { color: #0080a9; }
.navy { color: #17407e; }
.red { color: #c41230; }
.hidden {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden; }
