@charset "iso-8859-1";
body {
  background: #F2F3E4;
  margin: 0px;
}
h1 { 
  font: bold italic 24px Georgia, Times, serif;
  color: #7B7E4F;
}
h1.top { 
  font: bold italic 36px Georgia, Times, serif;
  margin: 5px 0px 5px 50px; 
}
h2 { 
  font: bold 20px Georgia, Times, serif;
  color: #000;
}
h3 {

}      
label {
  font: normal 14px Arial, helvetica, sans-serif;
  width: 4em;
  float: left;
  text-align: right;
  margin: 0px 0.5em 0px 0px;
  display: block
}
.submit input {
  margin-left: 4.5em;
  border: 1px solid #7B7E4F;
}
input {
  border: 1px solid #7B7E4F;
  background: #EFEDE0;
}
textarea {
  border: 1px solid #7B7E4F;
  background: #EFEDE0;
}

p, ul, li {
  font: normal 14px Arial, helvetica, sans-serif;
}
p.footer {
  font: normal 11px Verdana, helvetica, sans-serif;
  color: #FFF;
  margin: 0px 35px;
  text-align: right;
}

/* ---- DIV Layout Styles */
div#container {
  margin: 0 auto;
  z-index: -1;
  text-align: center;
  padding: 0px;
  /* */
}
div#Fcontainer {
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  width: 760px;
  text-align: center;
  padding: 0px;
}
div#player {
  position: absolute;
  z-index: 2;
  top: 15px; left: 650px;
}
div#banner { 
  text-align: left; 
  padding: 0px; 
  background: #F2F3E4 url('images/banner02.jpg') top right repeat-x; 
  margin: 0px;
  height: 150px;
}
div#subbanner { 
  position: absoulte;
  top: 150px;
  text-align: right; 
  padding: 0px; 
  background: #000 url('images/sub-banner02.gif') top right repeat-x; 
  margin: 0px;
}
#nav {
  width: 115px;
  float: left;
  border-right: 2px dotted #7B7E4F;
  padding-left: 10px;
}
div#content {
  margin-left: 135px;
  z-index:2;
  margin-right: 165px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  clear: right;
  min-height: 350px;
}
div#footer {
  position: relative;
  height: 100px;
  text-align: left;
  background: #000 url('images/footer02.gif') top left repeat-x;
}

/* ---- Link Styles */
a.nav {
  font: bold 12px Arial, helvetica, sans-serif;
  color: #7B7E4F;
  text-decoration: none;
}
a.nav:hover { text-decoration: underline; }

a.noflash {
  font: bold 8pt Arial, helvetica, sans-serif;
  color: #7B7E4F;
  text-decoration: none;
}
a.noflash:hover { border-bottom: 1px dotted #7B7E4F; }
a.flash {
  font: bold 8pt Arial, helvetica, sans-serif;
  color: #7B7E4F;
  text-decoration: none;
  padding-left: 50px;
}
a.flash:hover { border-bottom: 1px dotted #7B7E4F; }

/* ---- Custom Page Styles */
.cascadeblue {
  padding: 100px 0px 5px 0px;
  text-align: left;
  margin: 0px;
}
.difcursor { cursor: pointer; }
.note {
  font: italic 10px Arial, helvetica, sans-serif;
}
