@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0; border: 0;}
p, h1, h2, h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 2em;
}
fieldset {
	border: 1px solid #999999;
}
legend {
	font-weight: bold;
	color: #103190;
	margin: 0 10px;
	padding: 0 5px;
}
input, select, textarea {
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
}
input:hover {
	border: 1px solid #FF0000;
}
a:link, a:visited, a:hover, a:active {
	color: #0965B8;
	font-weight: bold;
}
body {
	background: #763D1B url(../images/bg_wood.jpg) center top;
}
body,td,th {
	color: #361E1A;
	font: 12px/140% "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: justify;
}
h1 {
	font-size: 16px;
	border-bottom: 1px solid #0965B8;
}

/* LAYOUT DIVS */
div#container {
	width: 836px;
	margin: 0 auto;
	background: url(../images/bg_content.jpg);
}
div#ccf_header_container {
	height: 187px;
	width: 836px;
	margin: 0 auto;
}
div#ccf_flash_pics {
	height: 223px;
}
div#left {
	float: left;
	height: 1%;
}
div#left ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
}
div#left  li a {
	background: url(../images/bg_button_rollover.jpg) 0px 0px;
	color: #FFFFFF;
	display: block;
	width: 186px;
	text-decoration: none;
	height: 21px;
	padding: 5px 0 0 10px;
	font: normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
}
div#left  li a:hover {
	background: url(../images/bg_button_rollover.jpg) 0px 26px;
}
div#right {
	margin: 0 0 0 196px;
}
div#content {
	padding: 10px 10px 0 10px;
}
div#copyright {
	background: url(../images/bg_copyright.jpg) no-repeat;
	clear: both;
	width: 816px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	padding: 15px 10px 0;
	line-height: 130%;
	height: 46px;
}
div#copyright a {
	color: #FFFFFF;
	font-weight: normal;
}

/* CLASSES */
.aligncenter {
	text-align: center;
}
.largetext {
	font-size: 14px;
}
