/* This is the primary [default] layout for all normal pages*/
html {
   overflow:hidden;/*removes the outer scrollbars in IE*/
}
body {
   font-family:Tahoma, Geneva, Helvitica, Arial, sans-serif;
   font-size:12px;
   color: #344;
   margin:0;
   width:100%;
   height: 100%;
   background: #295A8C url(../Images/background01.gif) repeat-x top left fixed;
   z-index:0;
}
div.wrap {
   width: 800px;
   height: 100%;
   padding: 0 0 0 0;
   margin-left: auto;
   margin-right: auto;
}
div.wrap div.banner {
   width:100%;
   margin: 0;
   padding: 0;
   height: 116px;
}
div.content {
   background: #FFF url(../Images/CopeBkGrnd_2.gif) no-repeat center 0px fixed;
   position:absolute;
   top:146px;
   bottom: 25px;
   overflow: auto;
   width: 730px;
   padding: 0px 35px 2px 35px;
   margin: 0 auto 0 auto;
}
div.content div.pagehead {
  padding: 5px 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  /*font: normal 200 20px Impact, Charcoal, serif;*/
  color: #204A60;
}
div.wrap div.foot img.foot, span.foot {
  width: 100%;
  display:block;
  text-align: center;
}
div.wrap div.foot {
  border-top: 1px white solid;
  position: absolute;
  bottom: 0px;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 800px;
  font-family: Arial, Platino, sans-serif;
  font-size: 10px;
  color: #333;
  background-color: #BDCFCE;  
}
div.wrap div.foot span.foot {
  margin: 6px auto 6px auto;
}
div.wrap .content img.valid{ border-style:none; }
input.button {
   cursor:pointer;
   background-color:#2F5E89;
   font-family:Arial, Geneva, sans-serif;
   font-weight: 500;
   margin: 0;
   padding: 0 3px 0 3px;
   color: #fff;
}
div.content A:link
{
   text-decoration: none;
   /*color:#344;*/
}

/* Some Browesers don't handle the 'hover' tag well, so the method below
   allows for the overiding of the properties in those cases ----------*/
div.content A:hover
{
   text-decoration:none;
   color: #F33;
}
div.content A[name]:hover
{
   text-decoration:inherit;
   color:inherit;
}
div.content A:visited
{
   text-decoration:none;
   color: #677;
}
div.content A:active
{
   text-decoration:none;
   color:#677;
}
