/* Link Structure */

a:link, a:visited, a:active
  { 
  text-decoration: underline;
  color: #593a6f;
  }

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

  
a.top:link, a.top:visited, a.top:active
  { 
  text-decoration: none;
  color: #593a6f;
  }

a.top:hover
  { 
  text-decoration: none;
  color: #ac6c10;
  }
  
    
a.topNavSub:link, a.topNavSub:visited, a.topNavSub:active, a.topNavSub:hover
  { 
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 3px 0px 12px;
  }

a.topNavSub:hover
  { 
  color: #000000;
  }

.topNav
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 4px 0px 4px 0px;
  }  

a.bottomNavSub:link, a.bottomNavSub:visited, a.bottomNavSub:active, a.bottomNavSub:hover
  { 
  font-size: 9px;
  text-decoration: underline;
  color: #593a6f;
  padding: 0px 3px 0px 12px;
  }

a.bottomNavSub:hover
  { 
  color: #ac6c10;
  }

.bottomNav
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 4px 0px 4px 0px;
  }

a.leftNav:link, a.leftNav:visited, a.leftNav:active, a.leftNav:hover
  { 
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  }

a.leftNav:hover
  { 
  color: #E87B00;
  }
  
a.leftNavSub:link, a.leftNavSub:visited, a.leftNavSub:active, a.leftNavSub:hover
  { 
  font-size: 11px;
  text-decoration: none;
  color: #333333;
  }

a.leftNavSub:hover
  { 
  color: #E87B00;
  }

.leftNavBar
  {
	margin: 10px 10px 0px 15px;
  }

.leftNavBarSub
  {
  margin: 5px 10px 0px 0px;
  }

.leftNavBarSubBlt
  {
  margin: 3px 5px 0px 25px;
  color: #E87B00;
  }
  
li.leftNavBlt
  {
  margin: 5px 10px 0px 0px;
  color: #E87B00;
  list-style: square;
  }  

ul.leftNavBlt
  {
  margin-top: 0px;
  margin-bottom: 0px;
  }

 ol.alpha
  {
  list-style: upper-alpha;
  }   

.bt-on
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #660000;
  }

/* End Link Structure */

/* Body Structure */
.mainbody
  {
  padding: 10px 15px 25px 15px;
  } 

td, p
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 10px 0px;
  }

th
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  }

.leading
  {
  line-height: 16px;
  }
  
.artist  
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
	margin: 0 0 2px 0;
  }  
  
.allcaps
  {
  text-transform: uppercase  
  }

.small
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  }

.xsmall
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
  }
  
.smallgray
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #999999;
  }
  
.caption
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
  }
    
.footer
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  }
  
.horzline1
  {
  margin: 20px 0px 20px 0px;
  border-bottom: #593a6f 2px solid;
  }

.colorbox
  {
  background-color: #d6ceb0;
  margin: 20px 20px 20px 20px;
  padding: 10px 10px 10px 10px;
  border: #625c48 2px solid;
  }  

.photospace
{
	margin: 3px 3px 3px 3px;
}
/* End Body Structure */

/* List Structure */
li
  {
  margin: 0px 0px 5px 0px;
  list-style: disc;
  }

li.doublespace
  {
  margin: 0px 0px 10px 0px;
  list-style: disc;
  }
  
li.decimal
  {
  margin: 5px 10px 10px 0px;
  list-style: decimal;
  }
  
ul
  {
  margin-top: 0px;
  margin-bottom: 10px;
  }  
 
ul.lineup li
  {
  margin: 0px 0px 15px 0px;
  list-style: disc;
  } 
    
dd
  {
	line-height: 16px;
	}
dt
  {
	line-height: 16px;
	}

/* End List Structure */


  
/* Headings and Highlights Structure */
  
.highlight
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #593a6f;
  }
 
H1, H2, H3, H4, H5, H6  
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #593a6f;
  }

H1  
  {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 20px 0px 10px 0px;
  }
H1.alignL
  {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin: 20px 0px 10px 0px;
  }  
  
H2
  {
  font-size: 13px;
  line-height: 16px;
  margin: 20px 0px 10px 0px;
  }  

H3
  {
  font-size: 11px;
  line-height: 14px;
  margin: 15px 0px 5px 0px;
  }  

H4
  {
  font-size: 9px;
  line-height: 12px;
  color: #625FA6;
  }

.fontred
  {
  color: #cc0000;
  } 
/* End Headings and Highlights Structure */

/* Form Structure */
  
.ftextsm
  {
  font-size: 10px;
  }
  
.field, .smallfield, .smallfield2, .xsmallfield, .widefield, .textarea, .widetextarea, .select, .button, .searchbutton, .search
  {
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  border-left: #999999 1px solid;
  border-right: #999999 1px solid;
  background-color: #eeeeee;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  }
  
.smallfield2 {height: 20px; width: 135px;}
.smallfield {height: 20px; width: 60px;}
.xsmallfield {height: 20px; width: 20px;}
.field {height: 20px; width: 155px;}
.widefield {height: 20px; width: 350px;}
.textarea {width: 160px;}
.widetextarea {width: 350px;}
.select {height: 17px; width: 160px;}
.button
  {
  background-color: #eeeeee;
  height: 20px;
  text-align: center;
  }
  
.searchbutton
  {
  background-color: #eeeeee;
  height: 20px;
  text-align: center;
  margin-left: 12px;
  }  
  
.search
  {
  font-size: 10px;
  height: 17px;
  width: 120px;
  margin-left: 12px;
  }
  
.required
  {
  color: #CC3300;
  }
/* End Form Structure */

/* Background Structure */
.background-L
  {
  background-image: url(../images/side_left.gif);
  background-position: top right;
  background-repeat: repeat-y;
  }

.background-R
  {
  background-image: url(../images/side_right.gif);
  background-position: top left;
  background-repeat: repeat-y;	
  }
/* End Background Structure */

/* Images Structure */

#bios img {
	margin: 0px 0px 15px 15px;
	border: #000 1px solid;
	}
