/* MAIN BODY *****************************************/
body {
    font-family: tahoma;
    /*	font-family: georgia, times new roman, times, serif;*/
    font-size:x-small;
    color:#090101;
    background-color:#260101;
}
.mainContainer {
    width: 774px;
    /*    background-color:#AD6908;*/
    background-color:#edd974;
    padding: 5px;
}
p.justify { 
	text-align: justify;
}
.medtext { 
    font-size: 12px;
    color: #000000;
}
.smltext {
    font-size: 11px;
}
.lefty { 
	text-align: left; 
}
hr { 
border: 1px dotted #cccccc; 
}

/************************ LISTS ***********************************/
ul.circle {
    list-style-type: circle;
    font-size:12px;
}

/************************ HEADINGS ***********************************/
.subtitle2 {
	font-size:14px;
	font-weight:bold;
	}
.bigheadtext {    
    font-family: Comic Sans MS, Comic Sans MS5, cursive;
    font-size: 42px;    
    text-align: right;
}
.blueheadtext {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #260101; 
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.subheadtext {
    color: #260101;  
    font-size: 17px;
}
.orangeheading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-variant: small-caps;    
    color: #260101;
}
.bottomorange {    
   /* --border-bottom: 3px solid #FF6600;
    --border-top: 5px solid #FF6600;    */
    padding-top: 5px;
    padding-bottom: 6px;
}

/*************************** BORDERS ***********************************/
.theborder {    
    border: 1px solid #999999;
    border-collapse: collapse;
}
.tdborder {
    font-family: Arial;
    font-size: 11px;
    border: 1px solid #999999;
}
.mages {
	border: 1px solid #991C11;
}

/*************************** FOOTER ***********************************/
.footer {
    background: #eeeeee;
    border-top: 1px dotted #999999; 
}

/*************************** LINKS ***********************************/
a:link,a:visited {
    color: #991C11;
    text-decoration: none;    
} 
a:hover {
   text-decoration: underline; 
} 
.navbar a:link,.navbar a:visited,.navbar a:active {
    color: #ffffff;
    text-decoration: none;
}   
.navbar a:hover {
    color: #260101;
   /* background: #cccccc;
  /*  border: 1px solid #eeeeee;
/*    padding: 2px;
      text-decoration: none;*/
	  text-decoration: underline;
}

/*********************** This table is used for the album *******************/
table.album, td.album {
	margin: 0 auto;
	border: thin dotted #260101;
	border-collapse:collapse;
	font-size:12px;
	}
.imgBio { 
	padding: 0px 10px 10px 10px;
}
