@charset "iso-8859-1";
body {
 font-family: Tahoma, Helvetica, Arial, sans-serif;
 margin: 0;
 padding: 0;
 background-color: #EBF5FC;;
 color: #333333;
 background-repeat: repeat;
 background-image: url('images/lb6.gif');
}
/*=============== indicates no border around any image ============*/
body img {
   border: 0px;
   text-decoration: none;
}
/* ============ margins auto center the container on the page ========================*/
#container {
 border: thin solid #2B458F;
 margin: 10px auto 10px auto;
 padding: 20px;
 text-align: left
 background-color: #fff2f0;
 background-image: url('images/lgrey036.jpg');
 width: 90%;
}
/*=============== for IE5.5 and IE5.01 ====================*/
#outer {
 text-align: center;
}
/*=================== styles for top banner ========================*/
#banner {
 border-style: double none double none;
 border-width: thin;
 border-color: #2B458F;
 background-position: left center;
 padding: 10px;
 background-color: transparent;
 background-image: url('images/smallguildpin.jpg');
 height: 145px;
 background-repeat: no-repeat;
 color: #000000;
}
#banner .title {
   text-align:right;
   background-color: transparent;
   color: #2B458F;
   margin-top: 20px;
   font-family: "Century Schoolbook"; Times; serif;
   font-style: italic;
   font-size: 3em;
   font-weight: bolder;
}
#banner .tagline {
   font-size: x-large;
   font-style: italic;
   background-color: transparent;
   color: #2B458F;
}
/*============== all site links ==============*/
a:link {
   font-weight: bold;
   color: #333333;
   background: transparent;
   text-decoration: underline;
}
a:visited {
   font-weight: bold;
   color: #000000;
   background: transparent;
   padding: 0px;
   text-decoration: underline;
}
a:hover {
   font-weight: bold;
   text-decoration : none;
   background: #96A3C8;
   color: #ffffff;
}
a:active {
   font-weight: bold;
   text-decoration : underline;
   background: #660033;
   color: #000000;
}
/*====================== styles for main content area =========================*/
.divctr {
   border-collapse: collapse;
   border: thin solid #808080;
   padding: 5px;
   margin-bottom: 20px;
}
.divctr td {
   border: thin dashed #808080;
   padding: 5px;
   vertical-align: top;
}
.divctr caption {
   font-weight:bold;
   text-align:center;
}
#content {
   /*margin-right: 200px;*/
   margin-left: 180px;
   padding: 5px;
   text-align: left;
   vertical-align: top;
}
#content .smtxt {
   font-size: small;
}
/*===========special font sizes===================*/
.txt_s {
   font-size:small;
}
/*===========content area list items==============*/
#content ul li {
   list-style-image: url('images/bullet1.gif');
   margin: 2px;
   padding: 2px;
}
#content li li {
   list-style-image: url('images/bullet1.gif');
   padding: 2px 0;
}
/* *********** Navigation Bar - Left hand side *************** */
#vertmenu {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   width: 160px;
   padding: 0px;
   margin: 5px 0px 0px 0px;
   float: left;
}
#vertmenu .heading {
   display: block;
   background-color: #2B458F;
   color: #DDDFAE;
   font-size: 90%;
   padding: 3px 0 5px 3px;
   border: 1px solid #416B1F;
   margin: 0px;
   width: 159px;
   font-weight: bold;
}
#vertmenu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   border: none;
}
#vertmenu ul li {
   margin: 0px;
   padding: 0px;
}
#vertmenu ul li a {
   font-size: 80%;
   display: block;
   border-bottom: 1px dashed #416B1F;
   padding: 5px 0px 2px 4px;
   text-decoration: none;
   color: #4D4D4D;
   width: 160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
   color: #000000;
   background-color: #96A3C8;
}
/*============== Styles for footer ===================*/
#footer {
   border-top: 2px solid #2B458F;
   clear: both;
   padding: 5px;
   background-color: inherit;
   text-align: center;
}
#footer p {
   margin-top: 0px;
   margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
   width: 50%;
   text-align: center;
   background-color: #2B458F;
   height: 5px;
}
/* ================= Styles for heading tags =============== */
h1, h2, h3, h4 {
   color: #2B458F;
   background-color: inherit;
}
h1 {
   font-size: 1.5em;
}
h2 {
   font-size: 1em;
}
h3 {
   font-size: .9em;
}
h4 {
   font-size: .9em;
}
/*================ used to center anything ==============*/
.center {
   text-align: center;
}
/* ============ floats images to right or left ============*/
.imgrgt {
   float: right;
   padding: 7px;
}
.imglft {
   float: left;
   padding: 7px;
}
/*================= styles for image display and text description ==================*/
#img_display {
   height:410px;
}
.descript {
    position:relative;
    top:-10px;
}
.textbox {
   overflow-y:hidden;
   border:0;
   background:#FFF2F0;
   text-align:center;
   font-family: Tahoma, Helvetica, Arial, sans-serif;
   color:#2B458F;
   font-weight:600;
}
a:active.change{
   font-weight: bold;
   text-decoration : underline;
   background: #660033;
   color: #ffffff;
}
