/* CFDC CSS Document */

#header {
	width:90%;
	}	
	
#headerleft {
	float:left;
	width:40px;
	height:240px;
	background-image:url(images/bannerleft.gif);
	}
	
#headermiddle {
	margin-left:40px;
	margin-right:40px;
	height:240px;
	background-image:url(images/bannermiddle.gif);
	background-repeat:repeat-x;
	}
	
#headerright {
	float:right;
	width:40px;
	height:240px;
	background-image:url(images/bannerright.gif);
	}
	
#spacer {
	width:100%;
	height:20px;
}
	
#top {
	width:90%;
	}
	
#topleft {
	float:left;
	width:40px;
	height:40px;
	background-image:url(images/corner.gif);
	}
	
#topmiddle {
	margin-left:40px;
	margin-right:40px;
	height:40px;
	background-image:url(images/midtop.gif);
	background-repeat:repeat-x;
	}
	
#topright {
	float:right;
	width:40px;
	height:40px;
	background-image:url(images/cornerr.gif);
	}	
	
#content {
	background-image:url(images/midleft.gif);
	background-repeat:repeat-y;
	height:100%;
	}
	
#contentleft {	
	float:left;
	width:260px;
	}
	
	
#contentright {
	min-height:450px;
	background-image:url(images/midright.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
#footer {
	clear:both;
	}
		
#footerleft {
	float:left;
	width:40px;
	height:40px;
	background-image:url(images/lowercorner.gif);
	}
	
#footermid {
	margin-left:40px;
	margin-right:40px;
	height:40px;
	background-image:url(images/midbottom.gif);
	background-repeat:repeat-x;
	}

#footerright {
	float:right;
	width:40px;
	height:40px;
	background-image:url(images/lowercornerr.gif);
	}
	
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:20px;
	padding-top:1px;
	padding-right:20px;
	padding-bottom:20px;
	line-height:2em;
	}
	
.p2 {
	font-family:Century Gothic;
	font-size:16px;
	color:#D35594;
	padding-left:5px;
	letter-spacing:.1em;
	}	
	
	
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	letter-spacing:.4em;
	padding-left:5px;
	}	
	
	
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#006666;
	letter-spacing:.1em;
	padding-left:5px;
	}	
	
