/* reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
div.clear { clear: both; }
div.hide { display: none; }


/* *************************************************************************************************/


/* general layout */
body { background: #006; text-align: center; padding: 0 0 40px 0; }
div#wrapper { width: 790px; margin: 0 auto; background: #fff url(../imgs/bg-bottom.jpg) no-repeat bottom; text-align: left; }
div#header { width: 790px; height: 83px; background: #fff url(../imgs/header.gif) no-repeat; }
div#banner { width: 790px; height: 113px; background: #fff url(../imgs/banner.gif) no-repeat; }
div#col1 { width: 345px; float: left;  }
div#col2 { width: 445px; float: right; }
h3 { margin: 15px 25px; }
h2 { margin: 15px 35px; }
li { margin: 10px 25px 10px 40px; list-style: disc outside; }

div.formrow { width: 445px; height: 25px; }
label { float:left; width:100px; padding:2px 10px; text-align:right; }
input { width:256px; border:1px solid #555; padding:2px; color:#333; }
.error { color: red; font-weight: bold;}
p.error { margin: 0 40px 10px 40px; }
input:focus { background: #efefef; }
input#submit { border: 0; padding: 0; width: 256px; height: 21px; }

p { margin: 10px; }
div#afterform { margin: 25px; background: #efefef; padding: 10px; border: 1px solid #555;}
p.formcontact { text-align: center; margin: 36px 0 10px 0; }

/* typography */
body { font-size:100%; }
p { font:0.8em/1.3em normal Arial, Helvetica, sans-serif; } /* 16x.875=14 */
p.formcontact { font-size:0.75em; color: #c00; } /* 16x0.75=12 */
* html body { font-size:16px; }
h3 { font: 1em/1.3em normal Arial, Helvetica, sans-serif; color: #006; font-style: italic; }
h2 { font: 1.4em/1.3em normal Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color: #c00; letter-spacing: .04em; }
li { font: .9em/1.3em normal Arial, Helvetica, sans-serif; color: #006; }
label { font: .7em/1.3em normal Arial, Helvetica, sans-serif; color: #006; }
a { color: #006; text-decoration: none; }
a:hover { text-decoration: underline; }
div#afterform a { text-decoration: underline; }

p.downloadbutton { margin: 36px 0 0 55px; }


/* *************************************************************************************************/


/* ie png fix */
{ behavior: url(iepngfix.htc); }
