body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	color: #545454;
	background-color: #C4C4C4;
	background:  #c4c4c4 url(images/back.gif) repeat-x;
	text-align: center;
}

p {
	margin: 0.7em 0 0.7em 0;
}



h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: #4169E1;
}
.bold {
	font-weight: bold;
	}


h2 {
	margin: 0.1em;
	padding: 3px 0 3px 0;
	background-color: black;
	border: .75px solid #d50e11;
	color: White;
	font-size: 100%;
	font-weight: normal;
}

div {
	margin: 0; 
	padding: 0; 
	display: block;
}

.table {
	border: 0;
	cell-padding: 1px 4px 1px 4px;
	}

.table td{
	vertical-align: top;
	}



a:link {
	color: #4169E1; 
	text-decoration: underline;
}

a:hover {
	color: #E16840; 
	text-decoration: none;
}

a:active {
	color: #4169E1; 
	text-decoration: underline;
}

a:visited {
	color: #B840E1; 
	text-decoration: underline;
}

.container {
	background-color: #FFFFFF; 
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 740px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.header {
	padding: 0; 
	margin: 0; 
	text-align: left;
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	height: 105px;
}

.header-top {
	font-size: 70%;
	padding:0;
	height: 17px;
	margin: 0;
	background: black;
	border-bottom: 1px solid #d50e11;
	}


.header-bottom { 
	font-size: 70%; 
	color: white;
	margin: 0px 0 0 0px;
	padding: 0; 
	height: 17px;
	background: black;
	border-top: 1px solid #d50e11;
	border-bottom: 1px solid #d50e11;
	

}

#insideList {
  padding:0;
  margin:3px 0px 3px 10px;
  }
#insideList li {
  list-style:none;
  }





.hugh {
	float: left;
	margin: .5em .5em .5em .5em;
	width: 110px;
	height: 141px;
	
}



.craig2 {
	float: left;
	margin: 0.5em .5em .5em .5em;
	width: 110px;
	height: 172px;
	}
.gary2 {
	float: left;
	margin: .5em .5em .5em .4em;
	width: 110px;
	height: 142px;
	}





.info {
	clear: both;
	}

.band {
	float: left;
	margin: 0.5em .5em .5em 0em;
	}

.judges {
	float: left;
	margin: 0.5em .5em .5em 0em;
	}
.image {
	margin: 1em .5em .5em 1em;
	}


#menu {
	padding:0;
	margin:  0 0 0px 10px;
	color: white;
	height: 17px;
	background: black;
	white-spage: nowrap;
	list-style-type: none;
	}

#menu li {
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	}

#menu li a {
	padding: 1px 8px 1px 8px;
	background: black;
	color: white;
	text-decoration: none;
	float: left;
	}

#menu li a:hover {
	color: white;
	background: black;
	}

#menu li a.active {
	color: white;
	background: black;
	border-right: .1em solid white;
	border-left: .1em solid white;
	}



	

.header p {
	text-indent: 8em; 
	color: #3B4471;
}

ul.navigation {
	list-style-type: none; 
	float: left; 
	display: block; 
	width: 740px; 
	line-height: 0.1em; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	background-color: White;
	border-bottom: 1px solid #C4C4C4;
}

.left {
	float: left; 
	clear: both; 
	width: 14em; 
	margin: 0 0 0 0.1em; 
	padding: 0;
}

.leftcontent {
	margin: 0.5em; 
	padding: 0.3em; 
	border: 1px solid #C4C4C4; 
	text-align: left;
}

.leftcontent p {
	padding-left: 1em;
}

.leftcontent p a:link, a:visited{
	color: #545454;
	text-decoration: none;
	
}

.leftcontent p a:hover{
	color: red;
}

.leftcontent p a:active {
	color: #545454;
	text-decoration: none
}

.left h2 {
	text-align: left; 
	padding: 0.2em 0 0.2em 1em;
	font-weight: bold;
}

.leftlinks a {
	display: block;
}

.recruit {
	background: #f2f06b;
	
	}

.content {
	clear: right; 
	text-align: left; 
	margin: 0.5em 0.5em 0.5em 14.2em; 
	padding: 0.3em 1ex 0.3em 1ex;
	border: 1px solid #C4C4C4; 
}

.content h2 {
	padding: 0.2em 0 0.2em 1em;
	font-weight: bold;
}

.footer {
	border-top: 1px solid black;	
	border-bottom: 1px solid black;
	font-size: 75%; 
	margin: 0.1em .1em; 
	padding: 0.05em; 
	text-align: center; 
	clear: both;
}

.footer p { 
	font-weight: bold;
	padding: 0.5em;
	margin: 0.3em;
}

/* Contact Form
   ------------ */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0em;
  padding: 0em;
	width: 520px;
	
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: black;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}





form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color: black;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration: ;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form INPUT, form TEXTAREA, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	
	background: ;
	}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 0px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 78%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; float: left; }
