/* CSS Document */

* {padding:0; margin:0}
html, body {width:100%; background:url(../images/layout/backtile.jpg) 0 0 repeat; text-align:center; font-family:Arial, Helvetica, sans-serif}

/* layout */
.wrapper {width:100%; background:url(../images/layout/backgrad.jpg) 0 0 repeat-x}
.container {width:840px; margin:0 auto}
.nav {height:53px; padding-top:36px; background:url(../images/layout/backnav.jpg)}
.nav a {padding:0 20px}
.header {background:url(../images/layout/backheader.jpg) 0 0 no-repeat; height:176px}
#headerflash {width:800px; height:176px; margin:0 auto}
.subnav {background:url(../images/layout/backsubnav.jpg) 0 0 no-repeat; padding-top:15px; height:29px}
.content {background:url(../images/layout/backmid.jpg) 0 0 repeat-y; text-align:left; padding:20px 40px}
.footer {background:url(../images/layout/backmid.jpg) 0 0 repeat-y; padding-bottom:15px}
.copyright {background:url(../images/layout/footercap.jpg) 0 0 no-repeat; height:28px; padding-top:28px}

/* text styles */
.intro {font-size:16px; line-height:23px; color:#666666; padding-bottom:10px}
.hilite {color:#006698}
.hilite a {color:#006698; text-decoration:none}
.hilite a:hover {color:#000000}
.subnav, .footer, .copyright {font-size:11px}
.subnav a, .footer a, .copyright a {color:#000000; text-decoration:none}
.subnav a:hover, .footer a:hover, .copyright a:hover {text-decoration:underline}
.divdot {background:url(../images/layout/divdot.gif) 0 12px repeat-x; font-size:11px; padding-bottom:20px}
.bodycopy {font-size:13px; line-height:16px; color:#666666; padding-bottom:10px}
.bodycopy a, .intro a {color:#006698; text-decoration:none}
.bodycopy a:hover, .intro a:hover {color:#000000}
