﻿ /* layout css */

body {
  margin: 0px;
  padding: 0px;
}
 
 #header
 {
    width: 1024px;
    height: 118px;
    background-image: url("images/BCNWheader2.jpg");
    background-repeat: no-repeat;
    background-color: white;
}

#menuTable
{
    width: 1034px;
    height:29px;
    background-image: url("images/background.jpg");
    background-repeat:repeat-y;
    background-color: white;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold; 
    color: white;
    padding-left: 0px;
}

#rightcol {
  position: absolute;
  left: 802px;
  top: 150px;
  width: 222px;
  height: auto !important;
  height: 786px;
  min-height: 786px;
  background-image: url("images/sideLine.gif");
   background-position: left;
   background-repeat:repeat-y;

  /*border-style: double;
  border-bottom-width: 4px;
  border-color: white;*/
  
  padding-left: 0px;
  padding-top: 8px;
  padding-right: 8px;
  padding:bottom: 8px;
  
  
  font-family: inherite;

  text-align: left;
}

#content {
  background: white;
  width: 800px;
  height: auto !important;
  height: 786px;
  min-height: 778px;
  padding-left: 15px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  background-image: url("images/background.jpg");
  background-repeat:repeat-y;
  font-family: Verdana;
  font-size: inherit;
  font-style: normal;
}
#footer
{
  width: 800px;   
}
 
/* end layout  
#headerwrap {
border-bottom: solid #E3C295 7px;
background: #000000 url(images/h1.gif) top right no-repeat;
padding: 0 100px 0 0;
min-height: 100px;
}

* html #headerwrap {height: 100px;}
*/
h1 {
    font-family: verdana;
    font-size: large;
    font-style: inherit;
    color: #666666;
    font-weight:normal;
    /*border-bottom-style:solid;
    border-bottom-width: 2px;
    border-bottom-color: black;*/
text-align: left;
background: transparent url(images/h1.gif) no-repeat;
padding: 12px 0px 0px 4px;
min-height: 30px;
}

/*   * html h1 {height: 70px;}   */

img
{
    border-color: Black;
    border-width:inherit;
}


h2
{
    font-family: inherit;
    font-size:large;
    font-style: inherit;
    color: #333333;
    font-weight: normal;
    border-bottom-style: solid; 
   
    border-top-color: #666666;
    border-bottom-color: #ff0000; 
    border-bottom-width: 1px;
   
}
h3
{
  font-family: verdana;
  font-size: x-small;
  font-style: inherit;
  font-weight: lighter;
  color: #000000;
  padding-left: 2px;
  border-top-style:solid;
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-color: #cccccc; 
  border-bottom-width: 2px;
  background-color: #ffffff; 
  padding-left: 14px;
}
h4{
  font-family: verdana;
  font-size: normal;
  color: #666666;
  padding-left: 12px;
  padding-top:  12px; 
 

 
}


p
{
    font-style: inherit;
    font-size: x-small;
    font-weight:lighter;
}
ul
{
    font-style: italic;
    font-size: x-small;
}
ol
{
    font-style: italic;
    font-size: x-small;
}


a
{
    font-family: Verdana;
    font-size: inherit;
    font-style:normal;
    color:blue;
    text-decoration: underline;
}
a:hover
{
    font-family: Verdana;
    font-size: inherit;
    font-style:normal;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    color:black;
}
#aboutUs
{
  /*  border-color: #333333;
    border-bottom-width: 2px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-with: 1px;
    border-style: solid; */
}
#bioName
{
    font-family: Verdana;
    font-size: large;
    font-style:oblique;
    font-weight:bolder;
    font-variant:normal;
    color: black;
}

#bioTitle
{
    font-family: Verdana;
    font-size:larger;
    font-style:oblique;
    font-weight:lighter;
    font-variant:normal;
    color: black;
}

#bioEmail
{
    font-family: Verdana;
    font-size:small;
    font-style:oblique;
    font-weight:normal;
    font-variant:normal;
    color: blue; 
    
}