/* html {overflow: auto; }   hides scrollbar in IE if page doesn't need it */

body { 
  color:black;
  font-family: Verdana, Georgia, "Times New Roman", san-serif;
  line-height: 150%;
  /*font-size:20px;*/
 /* background-color:#FFFFFF; */
  }
  

h2.banner {
   color:#ffffff; 
   background-color: #0052cc;   /* #663300; */
   margin-top:0px;
   margin-bottom:0px; 
   font-weight: bold;
   font-size: 200%;
   font-family: Georgia,"Times New Roman", serif;               /* "arial", serif;  */
   padding:20px;}
   	

/*---------------------------------------------------------------------------*/
/* Menu Navigation Bar                                                                  */
/*---------------------------------------------------------------------------*/

#nav, #nav ul, #nav li {
   font-size: 12px;    /* to prevent font resize for IE user "text size" */
   border: 0;
   margin: 0;
   padding: 0;
}

#nav {
   font-weight: bold;
   background: #0052cc  url("headerbg2.jpg") repeat-x bottom;  /*#663300;   /* #c28566;  */
   
   border-top: 1px solid #9d9d74;
   border-bottom: 1px solid   #9d9d74; 
}

#nav a {
   color: #ffffff !important; /* #e8ecf2;  */
   text-align: center;
   text-decoration: none;
   padding: 0 15px;
   border-left: 1px solid #9d9d74;
   border-right: 1px solid #9d9d74;
   border-top: 1px solid #9d9d74;
   border-bottom: 1px solid #9d9d74;     /* turn off dotted underline on links */
   height: 50px;         /* height, line-height vertical centering trick */
   line-height: 50px;    /* set line-height = height for vertical centering */
   display: block;
}

#nav a:visited {color: #ffffff !important;}  

#nav ul {
   list-style: none;
}


#nav li {
   background: #0052cc url("headerbg2.jpg") repeat-x bottom;    
   float: left;
}

/* manual vertical centering */
/* NOTE:  (2*line-height + padding-top) = #nav a height */
#nav li.doubleline a {
   line-height: 15px;
   padding-top: 10px;
   height: 40px;            /* nav.a.height - padding-top */
}

/*  #nav a.first, #nav li a:hover.first, #nav li.selected a.first, #nav li.selected a:hover.first {
   border-left: 1px solid #9d9d74;
  }*/

/* use to prevent floated div layers from escaping their containers */
/* cf. http://www.apple.com/global/styles/base.css */
.clear {
   clear: both;
 /*  display: block;
   margin: 0;
   padding: 0;
   height: 0;
   line-height: 0;
   font-size: 1px;    */
}



#nav li a:hover {
   color: #0052cc;  
   background:  #a9d6f7; 
   border-left: 1px solid #9d9d74;
   border-right: 1px solid #9d9d74;
   }



  

li.category {
  font-family:  "Verdana", serif;
  }

.headingcolumn {
float: left;
text-align: center;
line-height: normal;
margin-top: 20px;
width: 20%; } 

 

h4.heading {
margin-top: 0px;
text-align: center;
}

.textcolumn {
float: left;
width: 75%; 
margin-top: 20px;
}  

.textparacolumn {
float: left;
width: 75%; 
}

.content {
margin-left: 2%;
margin-right: 2%; }

.LeftColumnHome {
float: left;
width: 45%;
}

.RightColumnHome {
float: left;
width: 50%; 
 }

.with-action:hover {
     cursor: pointer;
}

#tablePic a, img {
   outline: none;
   text-decoration: none;
   border: none;
}


#credit {
   color:#ffffff;
   background-color: #0052cc;
   font-size: 80%;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom:0px;
   padding:10px;
   }
   
#credit a {
   color: #ffffff;
   text-decoration: none;
   }
   
   
#footer {
   color:#ffffff;
   background-color: #0052cc;
   font-size: 60%;
   font-weight: bold;
   line-height: normal;
   margin-top: 20px;
   margin-bottom:0px;
   padding:10px;
   }
   
#footer a {
   color: #ffffff;
   text-decoration: none;
   }
   
/* Breadcrumb Styles */


a.breadCt {
  font-weight:bold;
  font-size: 2px;}
  
