body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../images/blue.gif);
	background-repeat:repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.fade {
	height:auto;
	width:100%;
	background-image:url(../images/bluetopper.gif);
	background-repeat:repeat-x;
	}

.page {
	width:765px;
	height:auto;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

.header {
	height:125px;
	width:765px;
	border-bottom-color:#f89724;
	border-bottom-width:5px;
	border-bottom-style:solid;
	background-image:url(../images/cfplogo.jpg);
	background-repeat:no-repeat;
	}
	
.topdate { 
	color:#999999;
	font-size:14px;
	float:right;
	clear:both;
	width:auto;
	padding:85px 10px 0px 0px;
	}
	
.topnav {
	float:right;
	clear:both;
	height:auto;
	width:auto;
	padding:5px 0px 0px 0px;
	}

ul.topnav {
	margin: 0px;
	padding: 0px;
}
	ul.topnav li {
		list-style: none;
		float: left;
		margin: 0px;
		padding: 0px 4px 0px 4px;
		border-left: 1px solid #f89724;
		color:#f89724;
		font-size:12px;
	}
	ul.topnav li.start {
		border-left: none;
	}
	ul.topnav li a { color: #f89724; }
	ul.topnav li a:hover { color: #283042; }
	
/* start video bar */

.videobar {
	height:220px;
	width:765px;
	
	}
	
.flashbox {
	height:215px;
	width:485px;
	float:left;
	padding: 5px 0px 0px 0px;
	}
	
.videobox {
	height:215px;
	width:262px;
	float:left;
	margin: 5px 0px 5px 0px;
	}
	
	
/* start action bar */

.actionbar {
	height:130px;
	width:765px;
	background-image:url(../images/actionbar.jpg);
	background-repeat:no-repeat;
	}
	
.action1 {
	height:62px;
	width:190px;
	float:left;
	margin:46px 0px 0px 0px;
	padding:5px 5px 5px 57px;
	}
	
.action2 {
	height:62px;
	width:180px;
	float:left;
	margin:46px 0px 0px 53px;
	padding:20px 5px 5px 15px;
	}
	
.action3 {
	height:62px;
	width:180px;
	float:left;
	margin:46px 0px 0px 53px;
	padding:20px 5px 5px 15px;
	}
	
/* start the content */

.content {
	height:auto;
	width:725px;
	padding:20px 20px 20px 20px;
	color:#000000;
	}	
	
.title {
	color:#f89724;
	font-size:16px;
	font-weight:bold;
	}
	
/* start the lower section */

.lower {
	height:445px;
	width:755px;
	padding: 2px 5px 0px 5px;
	background-image:url(../images/lowerfade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.lowerbox {
	height:430px;
	width:245px;
	border-style:solid;
	border-width:1px;
	border-color:#283042;
	float:left;
	margin-right:6px;
	background-color:#FFFFFF;
	background-image:url(../images/lowerboxbottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.lowerboxr {
	height:430px;
	width:245px;
	border-style:solid;
	border-width:1px;
	border-color:#283042;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/lowerboxbottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.lowerpad {
	padding:0px 5px 5px 5px;
	font-size:12px;
	}

.lowerpad a{
	text-decoration:underline;
	color:#FF6600;
	}
	
.newspad {
	padding:5px 5px 5px 5px;
	font-size:12px;
	color:#000000;
	}
	
.newspad a{
	text-decoration:underline;
	color:#283042;
	}
	
.newsdate {
	font-size:9px;
	padding:5px 0px 2px 0px;
	color:#999999;
	}

	
/* start the footer */

.footer {
	width:765px;
	height:auto;
	border-top-color:#f89724;
	border-top-width:5px;
	border-top-style:solid;
	text-align:center;
}


.bottomnav {
	height:auto;
	width:250px;
	padding:10px 0px 0px 0px;
	margin:0 auto;
	}

ul.bottomnav {
	margin: 0px;
	padding: 0px;
}
	ul.bottomnav li {
		list-style: none;
		float: left;
		margin: 0px;
		padding: 0px 4px 0px 4px;
		border-left: 1px solid #f89724;
		color:#f89724;
		font-size:12px;
	}
	ul.bottomnav li.start {
		border-left: none;
	}
	ul.bottomnav li a { color: #f89724; }
	ul.bottomnav li a:hover { color: #283042; }
	
.copy {
	width:765px;
	height:auto;
	font-size:10px;
	color:#999999;
	text-align:center;
	clear:both;
	padding:20px 0px 20px 0px;
	}
	
.copy a{
	text-decoration:underline;
	color:#999999;
	}
	
.copy a:hover {
	color:#3366FF;
	}



/* start issues page */

.issues {
	font-size:12px;
	height:auto;
	width:725px;
	padding:20px 20px 20px 20px;
	color:#000000;
}

.issuestitle {
	font-weight:bold;
	padding-bottom:10px;
	font-size:14px;
}

.issuesbox {
	width:680px;
	height:auto;
	padding: 20px 20px 20px 20px;
	background-color:#d3d7df;
	margin-bottom: 20px;
	}
	
/* start videos page */

.videolist {
	height:150px;
	width:auto;
	padding: 5px 5px 5px 5px;
	border-bottom-color:#f89724;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-top-color:#f89724;
	border-top-style:dotted;
	border-top-width:thin;
	}
	
.videolist img {float:left;
padding: 5px 20px 5px 5px;
}

.videolistdownload img {
	float:right;
	}
	
.aboutus {
	font-size:12px;
	height:auto;
	width:725px;
	padding:20px 20px 20px 20px;
	color:#000000;
}

/*  start cell box */

.cellbox {
	height:129px;
	width:428px;
	background-image:url(../images/cellbox.gif);
	background-repeat:no-repeat;
	padding: 5px 50px 5px 25px;
	}
	