/* CSS Document */

.largetext {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffde00;
	font-family: Arial, Helvetica, sans-serif;
}

.largetext2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.yellow {
	color: #ffde00;
}

.sponser {
	float: left;
	margin-right: 50px;
}

.clear {
	clear: both;
}

.faqintro {
	font-weight: bold;
	font-style: italic;
	color: #ffde00;
}

.imgborder {
	border: 3px solid #000;
}

.right {
	float: right;
	clear: both;
	margin-top: 5px;
}

.whitebg {
	background: url(../grfx/whitebg.gif) repeat-x;
	text-align: center;
}

.keyadvantage {
	width: 85%;
	margin: 0 auto;
	color: #ffde00;
	padding: 15px;
}

.conduct {
	width: 85%;
	margin: 0 auto;
	border: 1px solid #ffde00;
	padding: 5px;
}


.center {
	text-align: center;
}

.testimonials {
	margin-bottom: 40px;
	padding: 10px;
	border-bottom: 1px dashed #ffde00;
}