body { font-face: arial, helvetica, sans-serif;
       margin-top: 4;
	   background-color: #5B1714 ;
}

.bigger { font-size: 18px;
	   font-weight: bold;
}

.wht { color:white;
       font-size: 16px;
	   font-weight: bold;
}
.wht a:link   {color:white;	text-decoration:underline;}
.wht a:visited   {color:white;	text-decoration:underline;}
.wht a:hover	 {text-decoration:underline; color:#ffffff;}

a {color:#0000C0;
      font-size:14px;
	  font-weight:bold;
	  text-decoration:none;
         }

a:visited{color:#0000C0;
                  text-decoration:none;
}

a:hover{color:#000000;
                text-decoration:underline;
}

.content-box { color: #000000;
               border: 0px solid #808080; 

			   text-align:left;
			   background: #F2D579;
}

.content { color: #000000;
           font-size: 14px;
	       font-weight: normal;
           padding-left: 15px; 
		   padding-right: 15px; 		   
}

.content-box a:link {font-size: 14px; color:blue; font-weight: bold;	text-decoration:underline;}
.content-box a:visited {font-size: 14px; color:#002A5C; font-weight: bold;	text-decoration:underline;}
.content-box a:hover {font-size: 14px; text-decoration:underline; color:#ffffff; font-weight: bold;}


h1 {   color:#000000;
       font-size: 22px;
	   font-weight: bold;
	   padding-bottom: 0px;
	   text-align:left;
}
h2 {   color:#000000;
       font-size: 18px;
	   font-weight: bold;
	   margin-bottom: 0px;
}

.navleft { 
       padding-left:1em;
       background-color:#DBA229;
	   /* background-image: url(graphics/back-leather.jpg); */
       
		  }

.nav { font-size: 12px;
       font-weight: medium;
       font-color: #000000;
  }
		  
a.nav {color:#57120D;
          font-size:14px;
	  font-weight:bold;
	  text-decoration:none;
         }

a:visited.nav {color:#57120D;
                  text-decoration:none;
}

a:hover.nav {color:#ffffff;
                text-decoration:underline;
}

.crumbsbar { background-color:#E68F1B;
          margin-left:5;
          vertical-align:middle;
          line-height:14px;
}

a.crumbsbar {color:#ffffff;
          font-size:12px;
	  font-weight:bold;	
	  text-decoration:none;
         }   

a:visited.crumbsbar {color:#ffffff;}

a:hover.crumbsbar {color:#ffffff;
                text-decoration:underline;
}
.bottombar { background-color:#5B1714;
              font-size:10px;
	font-weight:normal;	
	color:#808080;
	line-height:14px;
	text-decoration:none;
         }   

a.bottombar {font-family:Arial,sans-serif;
    font-size:10px;
	font-weight:normal;	
	color:#808080;
	line-height:14px;
	text-decoration:none;
         }   

a:visited.bottombar {color:#808080;}

a:hover.bottombar {color:#808080;
                 text-decoration:underline;
}

.calloutBox {
  background-color: #ffffff;
  border: 1px #EBE3E3 solid;
  padding: 3px;
  color: #000000;
  float: right;
  width: 190px;
  
  margin-top: 3px;
  margin-left:10px;
  margin-right: 10px;
  margin-bottom:10px;
}
.calloutBoxBig {
  background-color: #ffffff;
  border: 1px gray solid;
  padding: 3px;
  color: #000000;
  float: right;
  width: 190px;

  margin-top: 3px;
  margin-left:10px;
  margin-right: 2px;
  margin-bottom:10px;
}
.portrait p {
  background-color: #ffffff;
  padding: 5px;
  color: #000;
  text-align: center;
}

