html, body
    {
    margin: 0px;
    height:100%;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: small;
    color: #00000;
    background: #000000;
    }

div#container
    {
    width:  770px;
    height: 100%;
    background:#E4E4E4;
    margin: 0px auto;     
    border: 1px solid black;
    
    }

.nameplate { background: url('images/layout/nameplate.jpg') no-repeat; height:20px; width:780px;font-family:Geneva, Arial, Helvetica, sans-serif; font-size:8pt; color:#000000; padding:8px 15px 0px 15px}
.nameplate a{ color:#D70000;text-decoration: none;}
.nameplate a:hover{ color:#D70000; text-decoration: underline;}
.nameplate a:active{ color:#D70000; text-decoration: none;}
.nameplate a:visited{ color:#D70000; text-decoration: none;}

ul, li, li a
    {
    zoom: 1
    }
.headerBar
    {
    background: url(images/layout/header_back.jpg) repeat-x;
    border:     1px solid #2173B6;
    padding:    4px;
    font-weight: bold;
    font-size:  14pt;
    text-align: center
    }
    
a.button{
background:url(img/button.gif);
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
}
a:hover.button{
color:#0066CC;
}

.footernavcontainer{font-weight:bold; font-family:verdana, arial, helvetica, sans-serif; font-size:7pt; float:left;margin:8px;width:130px}
.footernavcontainer ul {font-weight:normal;margin-left:10px;}
.footernavcontainer a {text-decoration: none; color:blue;}
.footernavcontainer a:hover {text-decoration:underline;}

h3 {font-size:12pt;font-weight:bold;padding:3px;border:1px solid #CCCCCC;background:#FFFFA8}
h1 {font-size:10pt;font-weight:bold;padding:3px;color:#AA0000}
h2
{
  font-weight:bold;
  font-size:16pt;
  color:#A40000;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.leadStyle td {padding:5px}
#innerContainer {width:780px; }
.disclaimer {font-size:8pt; font-family:Arial,Helvetica,sans-serif}


a.button {
    background:url(images/buttons/bg_button.gif) no-repeat 100% 0;   
    display: block;
    width:auto;
    font: normal 12px arial, sans-serif;
    height: 32px;
    white-space: nowrap;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
    font-weight:bold;     
    color:#000000;
}

a.button:hover {
  text-decoration: underline;
  font-weight:bold;     
  color:#000000;
}

a.button span {
    background:url(images/buttons/bg_button.gif) no-repeat 0 0;
    display: block;
    line-height: 28px;
    padding: 1px 0 3px 20px;
} 