a:link {
   color: #990099;
   text-decoration: none;
}
a:visited {
   color: #990099;
   text-decoration: none;
}
a:active {
   color: #990099;
   text-decoration: none;
}
a:hover {
   color: #990099;
   text-decoration: underline;
}


.content {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #777;
}

a.content:link {
	color: #3366FF;
	text-decoration: none;
	border-bottom:1px solid #3366FF;
}
a.content:visited {
	color: #3366FF;
	text-decoration: none;
	border-bottom:1px solid #3366FF;
}
a.content:hover {
	color: #993399;
	text-decoration: none;
	border-bottom:1px solid #993399;
}
a.content:active {
	color: #993399;
	text-decoration: none;
	border-bottom:1px solid #993399;
}


.hidden { display: none; 
}

.unhidden { display: block; 
}

.copy {
  font-family: verdana,Arial,Helvetica,sans-serif;
  font-size: .8em;
  color: #666666;
}
a.copy:link {
  text-decoration: none;
  color: #999999;
}
a.copy:visited {
  text-decoration: none;
  color: #999999;
}
a.copy:hover {
  text-decoration: underline;
  color: #99f;
}
a.copy:active {
  text-decoration: none;
  color: #999999;
}


/*   Zero out CSS   */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	color: #181410;

	background-color:#FFF;
    font: 14px verdana, Arial, Helvetica, sans-serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 1em;
  padding: 1px;;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p {
	margin: 1em;
	padding: 0;
	font: normal normal normal 14px verdana, Arial, Helvetica, sans-serif;
	line-height: 1.15em;
}
th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.15em verdana, Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

small {
  font-size: .85em;
}
big {
  font-size: 1.25em;
} 


/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
}
img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.clear_both_100_1 {	clear: both; height: 1px; width: 100%;}
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.red  { color: #c00; }
.green  { color: #063; }

#main_content_div {
	font-size: 1em;
	line-height: 1em;
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#left_top_content {
	float: left;
	width: 250px;
	text-align: center;
}
#logo_right_div {
	float: left;
	margin-top: -5px;
}
#right_top_content {
	float: right;
	width: 700px;
	text-align: center;
	margin-top: 5px;
}


/* NAV settings  */
#top_nav_div {
	padding-right: 0px;
	text-align: right;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:1.15em;
	}
#menu_right {
	float: right;
	}
#menu_right ul{
	background:#fff;
	height:32px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#menu_right li{
		float:left;
		padding:0px;
		}
	#menu_right li a{
		color:#777;
		display:block;
		font-weight:normal;
		line-height:32px;
		margin:0px;
		padding:0px 10px 0px 25px;
		text-align:center;
		text-decoration:none;
		border-right: #eee thin solid;
		}
	#menu_right li .no_marker {
		border: none;
		}
		#menu_right li a:hover, #menu_right ul li:hover a{
			background: #fff url(../images/hover.gif) bottom center no-repeat;
			color:#99f;
			text-decoration:none;
			}
			#menu_right li .no_marker, #menu_right ul li:hover .no_marker{
			background: #fff;
			color:#99f;
			text-decoration:none;
			}
	#menu_right li ul{
		background: #bbf;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#menu_right li:hover ul{
		display:block;
		
		}
	#menu_right li li {
		background: url(../images/sub_sep.gif) bottom left repeat-x;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#menu_right li:hover li a{
		background:none;
		color: #fff;
		
		}
	#menu_right li ul a{
		display:block;
		height:32px;
		font-size:.85em;
		font-style:normal;
		font-weight:bold;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#menu_right li ul a:hover, #menu_right li ul li:hover a{
			background:#f5f5f5 url(../images/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#aaf;
			text-decoration:none;
			}
	#menu_right p{
		clear:left;
		}	




h1 { 	color:#18419C; }
h2 { 	color:#18419C; }
h3 { 	color:#18419C; font-size:1.15em; }

#bottom_div {
	padding-top: 30px;
}
#live_life_picture {
	width: 34%;
	float: left;
	text-align: right;
}
#home_cfc_statement_div {
	font-family: Verdana, Geneva, sans-serif, Georgia, "Times New Roman", Times, serif ;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #18419C;
	text-align: center;
	width: 64%;
	float: right;
	padding-top: 0px;
	font-style: italic;
}

#copyright_div {
width: 100%; 
clear: both;
padding:40px 0px;
text-align: center;
}

#copyright_div #tml {
	color: #888888;
}

#form_div {
	background-image: url(../images/Life_To_The_Full_Till_It_Overflows.jpg);
	background-repeat: no-repeat;
	height: 420px;
	width: 700px;
}

#specials_page_div {
	width: 700px;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 20px;
}
	#specials_page_div h1 {
		font-weight: bold;
	}
	#specials_page_div #event_details {
		margin: 30px 10px;
		border: dashed 2px #063;
		padding: 10px;
	}
	#specials_page_div #event_details td {
		padding: 3px;
		vertical-align: top;
		text-align: left;
	}

#event_main_info {
	text-align: left;
}

	#event_main_info #event_list {
		margin: 10px 40px;
		font-style: italic;
	}
	
	#event_main_info #event_list #event_list_header {
		text-decoration: underline; 
		list-style: none;
		font-weight: bold;
		font-style: normal;
		margin-left: -5px;
	}
	
	#event_main_info #event_list li {
		margin-left: 5px;
		padding: 1px 0px;
		font-style: italic;
	}
	
#event_registration {
	text-align: left;
}
	
#registration_form {
	margin: 20px auto;
}

	#registration_form #registration_form_table {
	}
	#registration_form #registration_form_table td {
		padding: 3px;
	}

td h3 {
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
}

#left_top_content h3 {
	margin: 12px 0px 3px 0px;	
}




/* FAQ Settings */

#faq_div {
	text-align: left;
}

.question {
	list-style:none;
	font-weight: bold;
	font-size: 1.3em;
	margin: 1.8em 2em .1em 40px;
}

.answer {
	list-style:none;
	font-size: 1em;
	margin: .5em 2em 1em 70px;
}



		
