body {
	background-color: black;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	font-size: small;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#banner {
	background-color: #DCD1B5;
	border-top: 2px solid #C90E00;
	border-bottom: 2px solid #C90E00;
	margin: 0;
	height: 127px;
}
	#banner img {
		float: left;
		margin: 0;
		padding: 0;
	}
  #logo {
  	width: 262px;
  	text-align: center;
  	padding: 5px 0;
  	float: left;
  }
  	#logo img {
  		float: none;
  	}
  	#logo .tagline {
  		font-size: 115%;
  		color: #C90E00;
  		font-weight: bold;
  	}
#topnav {
	clear: both;
	background-color: #666666;
	border-bottom: 2px solid #C90E00;
	margin: 0;
}
	#mainnav {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 40px;
	}
	#mainnav li {
		background: url("images/nav/btnbg.jpg") repeat-x;
		text-align: center;
		float: left;
		margin: 0 1px;
	}
	#mainnav a {
		display: block;
		width: 125px;
		height: 29px;
		padding: 5px;
		color: white;
		font-weight: bold;
		font-size: 90%;
		font-variant: small-caps;
		text-decoration: none;
		border-bottom: 1px solid #666666;
		background: url("images/nav/btnbg.jpg") repeat-x;
	}
	#mainnav a:hover {
		background: url("images/nav/btnbg3.jpg") repeat-x;
		text-decoration: underline;
	}		
	#mainnav .currsectn a {
		height: 30px;
		border-bottom: none;
		background: url("images/nav/btnbg2.jpg") repeat-x;
	}
	#mainnav .currpg {
		display: block;
		width: 125px;
		height: 30px;
		padding: 5px;
		color: white;
		font-weight: bold;
		font-size: 90%;
		font-variant: small-caps;
		background: url("images/nav/btnbg2.jpg") repeat-x;
	}
	#subnav {
		background-color: #B49A87;
		height: 30px;
	  margin: 0;
	  padding: 0;
	}
	#subnav ul {
		margin: 0;
		padding: 5px;
		list-style-type: none;
		text-align: center;
	}
	#subnav li {
		display: inline;
	}
	#subnav a {
		color: black;
		font-weight: bold;
		font-size: 85%;
		text-decoration: none;
	}
	#subnav a:hover {
		text-decoration: underline;
	}
	#subnav .currpg {
		color: #333333;
		font-weight: bold;
		font-size: 85%;
	}
#main {
	clear: both;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 125%;
	background-color: white;
	margin: 0;
	padding: 15px 30px;
	overflow: hidden;
	zoom: 1;  /* for IE6 */
}
#ftr {
	clear: both;
	background-color: #666666;
	border-top: 2px solid #C90E00;
	border-bottom: 2px solid #C90E00;
	margin: 0;
	color: white;
	font-size: 85%;
	width: 100%;
}
	#addr {
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		padding: 5px 0 15px;
		width:50%;
		line-height: 140%;
		vertical-align: bottom;
	}
	#copyr {
		padding-left: 20px;
		padding-bottom: 5px;
		vertical-align: bottom;
	}
	#credits {
		text-align: right;
		width: 25%;
		padding-right: 20px;
		padding-bottom: 5px;
		vertical-align: bottom;
	}
		#ftr a {
			color: white;
			text-decoration: none;
		}
		#ftr a:hover {
			text-decoration: underline;
		}
#linktbl tr {
	vertical-align: top;
}
#linktbl img {
	border: none;
}

.answer {
	color: black;
	font-weight: bold;
}
.caption {
	font-size: 85%;
	font-weight: bold;
}
.clr {
	clear: both;
}
.divider {
	width: 90%;
	margin: 10px auto;
	color: #C90E00;
	background-color: #C90E00;
}
.errmsg {
	color: #C90E00;
	font-weight: bold;
	font-style: italic;
}
.feature {
	padding: 15px;
	background-color: #B49A87;
	border: 1px solid #C90E00;
	color: white;
	font-weight: bold;
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	line-height: 140%;
}
.feature a {
	color: white;
	font-weight: bold;
}
.feature h2, .feature h3 {
	text-align: center;
}
.goRight {
	float: right;
	padding-left: 10px;
}
.goLeft {
	float: left;
	padding-right: 10px;
}
.goCenter {
	text-align: center;
}
.hilite{
	font-weight: bold;
	font-style: italic;
	color: #C90E00;
}
.q_and_a {
	margin: 15px 0 10px;
}
	.q_and_a p {
  	margin: 5px 0;
  }
.questn {
	color: #C90E00;
	font-weight: bold;
}
.return {
	text-align: right;
	font-size: 85%;
	font-style: italic;
}
.smallImg {
	border: 1px solid black;
}
.specfeature {
	padding: 15px;
	background-color: #DCD1B5;
	border: 1px solid black;
	color: #C90E00;
	font-weight: bold;
	margin: 0 0 10px 10px;
	line-height: 125%;
	float: right;
	text-align: center;
}
.specfeature a {
	color: #C90E00;
	font-weight: bold;
}
.staffpic {
	float: left;
	margin: 0 10px 15px 0;
}
.testimonial {
	width: 32%;
	float: left;
	margin-right: 10px;
}
	.testimonial h2 {
		height: 40px;
	}
  .testimonial .date {
  	text-align: right;
  	margin: 0;
		font-size: 90%;
  }
  .testimonial p {
  	border: 1px solid #cccccc;
  	padding: 10px;
  	font-style: italic;
		margin: 3px 0 0;
  }
  .testimonial .signature {
  	text-align: right;
  	margin: 10px 0;
  }

form fieldset {
	margin-bottom: 10px;
	padding: 5px;
}
form legend {
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	color: #C90E00;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C90E00;
}
h1 {
	font-size: 150%;
	letter-spacing: 1px;
}
h2 {
	font-size: 120%;
	font-style: italic;
	margin: 20px 0 7px;
}
h3 {
	font-size: 110%;
}
hr {
	width: 90%;
	margin: 10px auto;
	color: #cccccc;
	background-color: #cccccc;
}
	
