/* CSS style sheet Andy Collinson */

body {
  margin: 0 0 15px;
  font-family: Verdana,Arial,Nimbus-Sans,sans-serif;
  font-size: 1.1em;
  color: black;
  background-color: white;
}

h1 {
  font-size: 1.5em;
  font-style: normal;
  color: red;
  text-decoration: underline;
}


.margin {
    margin: 4em 20px 20px 20px;
    min-width: 900px;
  }


#title {
    font-size: 1.5em;
    color: red;
    text-decoration: underline;
  }


.table-head {
	 background-image: url(../jpgs/back.jpg);
    background-position: center center;
    height: 150px;
    width: 100%;
    color: red;
    border-collapse: collapse;
  }



.table-ccts {
	 background-image: url(../jpgs/back.jpg);
    background-position: center center;
    height: 150px;
    width: 100%;
    color: red;
    border-collapse: collapse;
  }

.table-ccts td {
	font-size: 30px;
	color: red;
	}	



.nav {
	position: absolute; top: 150px; left: 0px;
	width: 100%;
	background-image: url(../nav_bg.jpg);
	height: 27px;
  /*background-image: url(navbg.gif); height: 25px;*/
		  	}
		  	

.nav ul {
display: inline;	
	}

.nav li {
	 display: inline;
	 padding: 0 0.5em;
    border-right: 1px solid #3a3a3a;
    text-align: center;
			     }	


.nav a:link, .nav a:visited {
  text-decoration: none;
  color: #a0522d;
  }
  
.nav a.current {
      color: blue;
}  
	
.nav a:hover, .nav a:focus {
	color: #ffd700;
  }
 

.table-nav {
  background-image: url(../nav_bg.jpg);
  height: 27px;
  width: 100%;
  border-collapse: collapse;
}


.table-foot {
    background-image: url(../jpgs/bl_shade.jpg);
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 25px;
  }

.table-foot a {
	font-size: 20px;
	background: url(../pngs/bl_head.png) repeat-x;
}


.table-ry {
	margin: 1.5em;
   background-color : #fffeaf;
   border-collapse: collapse;
   border: 2px solid red;
   padding: 1px; 
     }

.table-ry th {
	border: 0;
	background-color: aqua;
   color: blue;
}

.table-ry td {
	padding: 3px;
	border: 1px solid black;
	   }


.spec {
	margin: 1.5em;
   color: blue;
   border: 0;
   padding: 0; 
     }
.spec tr, td {
	padding: 0.1em 0.5em;
}
.spec td.colone {
	background: url(../pngs/hl_purple.png) repeat-x;
   color: white;
   font-variant: small-caps;

}

.nav1 a:link, .nav1 a:visited {
  background-image: url(../nav_bg.jpg);
  text-decoration: none;
  color: #A0522D;
}
.nav1 a:hover, .nav1 a:focus {
  color: #ffd700;
}


#large {
    font-size: 1.7em;
    font-style: normal;
    color: blue;
  }


h2 {
    color: purple;
  }


#heading {
    font-size: 19px;
    color: blue;
    text-decoration: underline;
  }


#white {
    color: white;
    font-size: 1.1em;
  }


#brown {
    color: brown;
    font-size: 1.1em;
  }


#heading1 {
    color: blue;
    font-size: 1.2em;
  }


#heading2 {
    color: red;
    font-size: 1.3em;
  }

.small {
  text-align: center;
  color: purple;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

.date {
  color: green;
  font-size: 0.9em;
  font-style: italic;
}

.hlblue {
font-size: 0.9em;
background: url(../pngs/bl_head.png) repeat-x;
color: white;
}

.hlred {
font-size: 1.1em;
background: url(../pngs/hl_red.png) repeat-x;
color: black;
text-decoration: underline;
}

.hlgreen {
font-size: 0.9em;
background: url(../pngs/hl_green.png) repeat-x;
color: white;
}

.hlpurple {
font-size: 0.9em;
background: url(../pngs/hl_purple.png) repeat-x;
color: white;
}

.gallerycontainer {
  position: relative;
  margin: 1em;
}

.imageleft {
	float: left;
	margin: 1em;
}


.clearer {
  clear: both;
}


.warning {
	padding: 0.5em;
	color: red;
	font-variant: small-caps;
	border: 2px dotted red;
}



pre { 
font-size: 1.2em;
border-left: 11px inset gold;
}