@charset "utf-8";
/* CSS Document for Confident Cheerleading */

body,td,th {
	font-family: 'Trebuchet MS',  Tahoma, Arial, sans-serif;
	font-size: 11pt;
	color: #0d366d;
	text-align:justify;
}
body {
	background-color: #fcc354;
	background-image: url(images/orange.jpg);
	background-repeat: repeat-x;
	
}
a:link {
	color: #15afc6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #15AFC6;
}
a:hover {
	text-decoration: underline;
	color: #dc760c;
}
a:active {
	text-decoration: none;
	color: #DC760C;
}

.footer {
	background:url(images/bluefoot.png) no-repeat center #fcc354;
	color:#ffffff;
	font-size:12px;
	height: 35px;
	padding-top: 35px;
	padding-right: 250px;
	}
.links {
	position:relative;
	top:107px;
	left:290px;
	font-size:13px;
}
#topnav li {
	line-height: 25px;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 25px;
	width: 82px;
	list-style-type: none;
	float: left;
	margin: 0 5px;
	
}
.links a:link, .links a:visited {
	color:#CC6600;
	text-decoration:none;
	}
.links a:hover, .links a:active {
	color:#FFFFCC;
	text-decoration:none;
	}

	
.footer a:link, .footer a:visited {
color: #ffffff;
font-weight: bold;
}

.footer a:active, .footer a:hover {
	color:#EF7C0A;
	font-weight:bold;
}

.top {
	background:url(images/confident.png) no-repeat center;
	height:249px;
	}
.h1 {
	color: #0E7BB2;
	font-weight: bold;
	font-size: 14pt;
}


.main {
	padding-right:30px;
	padding-left:30px;
	width: 800px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:-15px;
	}
.opt {
	font-size: 12px;
	color: #0099CC;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	margin-top:90px;
	margin-right:40px;
	margin-bottom: -20px;
	}
.optcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
.leftpic {
	padding-right: 12px;
	}
.rightpic {
	padding-left: 12px;
	}
