/*Lion's Cross css layout */

h2,input,form {font-family: Verdana, Geneva, Arial, sans serif; color:#19284f;}
input,form {font: .8em/.8em;}
h2{font-size:100%;}

div#banrtitle,div#navigation
  {
  background-color:#19284f;
  position: relative;
  width: 100%;
  height:2em;
  }
div#banner
  {
  position: relative;
  background-image:url(images/lcbanner2.jpg);
  background-repeat: no-repeat;
  background-position:0em 0em;
  height:101px;
  }
div#content
  {
  position: relative;
  }
  
div#footer
  {
  position: relative;
  text-align: center;
  }
div#left-navigation
  {
  float: left;
  outline: navy solid thin;
  padding:1em 0em 0em 0em;
  background-color:#19284f;
  width: 20%;
  }
div#mainContent
  {
  float: left;
  width: 78%;
  margin: 0%  1%  1%  1%;
  font: .8em/.8em Verdana,Geneva, Arial, sans serif;
  color:navy;
  line-height: 150%;
  }
h1.header
  {
  position:relative;
  text-align: center;
  font-family:"lucida calligraphy";
  font-size:200%;
  color:navy;
  } 
h1.title
  {
  text-align: left;
  }
h2.title
  {
  text-align: left;
  color:white;
  }
h2.header
  {
  text-align: center;
  font-family:"lucida calligraphy";
  font-size:100%;
  color:navy;
  }
h3.header
  {
  position:relative;
  text-align: center;
  padding: 0px 0px;
  margin: 0 0 -15 0px;
  font-family:"lucida calligraphy";
  font-size:100%;
  color:white;
  }
a.left-navlink
  {
  display: block;
  color: white;
  no-repeat fixed;
  padding: 3px 2px;
  margin: 0 0 2px;
  text-align: left;
  text-decoration: underline;
  font: bold .8em/.8em Verdana,Geneva, Arial, sans serif;
  font-variant: none;
  line-height: 150%;
  }
a.left-navlink:hover
  {
  text-decoration:none;color: #b1b126;
  font: bold .8em/.8em Verdana, Geneva, Arial, sans serif;
  line-height: 150%;
  }
span.left-navHeader
  {
  display: block;
  color: #8ba3bd;
  background: #19284f 0 0 
  no-repeat fixed;
  padding: 5px 10px;
  margin: 0 0 0 0px;
  text-align: center;
  text-decoration: none;
  font: bold .75em/.75em Verdana,Geneva, Arial, sans serif;
  border-width: 1px; border-style:solid none; border-color:#8ba3bd;
  font-variant: small-caps;
  }
ol.decimal {list-style-type:decimal;}

ul.header
  {
  position:relative;
  top:.4em;
  float:left;
  width:100%;
  height:1.5em;
  padding:0em 0em;
  margin: 0 0 0 0em;
  list-style-type:none;
  }
a.header
  {
  float:left;
  margin:  0 0 0 0px;
  padding:0px 3px;
  font: .8em/.8em Verdana, Geneva, Arial, sans serif;
  text-decoration:underline;
  color:white;
  border-width: 0px;    
  }
a:hover 
  {
  text-decoration:none;color: #b1b126;
  font: bold .8em/.8em Verdana, Geneva, Arial, sans serif;
  }
li.header 
  {
  display:inline
  }