
/* CSS Document */

body,div,dl,dt,dd,ul,ol,pre,form,fieldset,p,blockquote,th,td {  
  margin: 0; 
  padding: 0; 
} 

body {
  color: #15123c;
  font-size: small;
  font-family: Verdana, Arial, Helvetica sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  background: #fff none;
}

li { 
  list-style: none;
  font-size: 85%;
}
  
P {
  margin: 5px 0 5px 0;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0 auto;
  width: 840px;
  height: 783px;
  position: relative;
  background: url(../images/bg_home.jpg) right no-repeat;
}

.interior #wrapper {
  margin: 0 auto;
  width: 840px;
  height: 783px;
  position: relative;
  background: none;
}

.error #wrapper {
  margin: 0 auto;
  width: 840px;
  height: 783px;
  position: relative;
  background: url(../images/bg_home.jpg) right no-repeat;
}

.home #flash {
  width: 840px; 
  height: 625px;
}

.interior #flash {
  width: 840px; 
  height: 600px;
}

.error #flash {
  margin: 0 auto;
  width: 691px;
  height: 578px;
}

#footer {
 margin: 25px auto 0px;
 width: 540px;
 text-align: center;
}

.error #footer {
 margin: 60px auto 0px;
 width: 540px;
 text-align: center;
}

#foot-nav {
  visibility: visible;
  font-size: 85%;
}

#footer a {
  color: #15123c;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
 margin: 10px 0 0 0;
 padding: 0;
 font-size: 70%;
 width: 540px;
 line-height: 1.2em;
}

#footer p a {
 text-decoration: underline;
}

#footer p a:hover {
 text-decoration: none;
}

